History log of /linux/drivers/usb/host/ohci-ps3.c (Results 226 – 250 of 319)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e92b4fda 10-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.27-rc6' into x86/iommu


# 6003ab0b 10-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/debug

Conflicts:
lib/vsprintf.c

Manual merge:

include/linux/kernel.h

Signed-off-by: Ingo Molnar <mingo@elte.hu>


# 429b022a 10-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.27-rc6' into core/rcu


# 7e392f8c 10-Sep-2008 Paul Mackerras <paulus@samba.org>

Merge branch 'linux-2.6'


Revision tags: v2.6.27-rc6
# c051a0a2 09-Sep-2008 Simon Horman <horms@verge.net.au>

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into lvs-next-2.6


# 17dce5df 08-Sep-2008 David S. Miller <davem@davemloft.net>

Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6

Conflicts:

net/mac80211/mlme.c


# 77dd3b3b 06-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into timers/ntp


# 616ad8c4 05-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/defconfig


# 28c3cfd5 05-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/tracehook


# fe47784b 04-Sep-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/cpu' into x86/xsave

Conflicts:

arch/x86/kernel/cpu/feature_names.c
include/asm-x86/cpufeature.h


# 7203781c 04-Sep-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/cpu' into x86/core

Conflicts:

arch/x86/kernel/cpu/feature_names.c
include/asm-x86/cpufeature.h


# 42390cde 04-Sep-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/x2apic

Conflicts:
arch/x86/kernel/cpu/cyrix.c
include/asm-x86/cpufeature.h

Signed-off-by: Ingo Molnar <mingo@elte.hu>


# 9d7548d4 01-Sep-2008 David Woodhouse <David.Woodhouse@intel.com>

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6


Revision tags: v2.6.27-rc5
# b30a72a7 28-Aug-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/urgent' into x86/cpu

Conflicts:

arch/x86/kernel/cpu/cyrix.c


# 86d68898 28-Aug-2008 James Morris <jmorris@namei.org>

Merge branch 'master' into next


# 3dae49ab 26-Aug-2008 Steve French <sfrench@us.ibm.com>

Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6


# 3cf430b0 26-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into sched/devel


# 94d4ac2f 26-Aug-2008 H. Peter Anvin <hpa@zytor.com>

Merge branch 'x86/urgent' into x86/cleanups


# f58899bb 25-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/urgent


# e4f807c2 25-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/xen

Conflicts:
arch/x86/kernel/paravirt.c

Signed-off-by: Ingo Molnar <mingo@elte.hu>


# 691a5599 21-Aug-2008 Linus Torvalds <torvalds@linux-foundation.org>

Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6:
USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology

Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6:
USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.
USB: automatically enable RHSC interrupts
USB: Don't rebind before "complete" callback
USB: Add new PM callback methods for USB
USB: Defer Set-Interface for suspended devices
USB: Add udev argument to interface suspend/resume functions
USB: cdc-acm: don't unlock acm->mutex on error path
MUSB: Fix index register corruption seen with g_ether and Windows host
usb: musb: get rid of MUSB_LOGLEVEL and use parameter
usb: musb: get rid of procfs entry
USB: Fix pxa27x_udc usb speed handling.
USB: cdc-acm: quirk for Conexant CX93010 USB modem
USB: fix bug in usb_unlink_anchored_urbs()
usb-serial: option support HSDPA modem A2502
USB: ISP1760: fixed trivial math in comment

show more ...


Revision tags: v2.6.27-rc4
# b5fb454f 20-Aug-2008 Alan Stern <stern@rowland.harvard.edu>

USB: automatically enable RHSC interrupts

This patch (as1069c) changes the way OHCI root-hub status-change
interrupts are enabled. Currently a special HCD method,
hub_irq_enable(), is called when t

USB: automatically enable RHSC interrupts

This patch (as1069c) changes the way OHCI root-hub status-change
interrupts are enabled. Currently a special HCD method,
hub_irq_enable(), is called when the hub driver is finished using a
root hub. This approach turns out to be subject to races, resulting
in unnecessary polling.

The patch does away with the method entirely. Instead, the driver
automatically enables the RHSC interrupt when no more status changes
are present. This scheme is safe with controllers using
level-triggered semantics for their interrupt flags.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

show more ...


Revision tags: v2.6.27-rc3
# c4c0c56a 11-Aug-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/rcu


# e4ddcb0a 08-Aug-2008 Dmitry Torokhov <dmitry.torokhov@gmail.com>

Merge commit 'v2.6.27-rc1' into for-linus


# af7a5356 08-Aug-2008 Ben Dooks <ben-linux@fluff.org>

Merge http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm into for-rmk


12345678910>>...13