index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-09
xhci: Fix issue with port array setup and buggy hosts.
Sarah Sharp
1
-10
/
+15
2010-11-30
Merge branch 'for-usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
4
-0
/
+215
2010-11-30
USB: ehci: disable LPM and PPCD for nVidia MCP89 chips
Brian J. Tarricone
1
-0
/
+12
2010-11-24
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
11
-25
/
+134
2010-11-19
xhci: Don't let the USB core disable SuperSpeed ports.
Sarah Sharp
1
-0
/
+7
2010-11-19
xhci: Setup array of USB 2.0 and USB 3.0 ports.
Sarah Sharp
2
-0
/
+190
2010-11-19
xhci: Fix reset-device and configure-endpoint commands
Paul Zimmerman
1
-0
/
+18
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2
-2
/
+0
2010-11-16
USB: EHCI: fix obscure race in ehci_endpoint_disable
Alan Stern
1
-5
/
+5
2010-11-16
USB: isp1362-hcd - fix section mismatch warning
Axel Lin
1
-1
/
+1
2010-11-16
USB: EHCI: AMD periodic frame list table quirk
Andiry Xu
4
-5
/
+57
2010-11-15
USB: ehci: fix debugfs 'lpm' permissions
Greg Kroah-Hartman
1
-1
/
+1
2010-11-15
xhci: Fix command ring replay after resume.
Sarah Sharp
1
-10
/
+61
2010-11-11
xHCI: fix wMaxPacketSize mask
Andiry Xu
2
-2
/
+7
2010-11-11
xHCI: release spinlock when setup interrupt
Andiry Xu
1
-0
/
+2
2010-11-11
xhci: Remove excessive printks with shared IRQs.
Sarah Sharp
1
-1
/
+0
2010-11-11
Revert "USB: xhci: Use GFP_ATOMIC under spin_lock"
Greg Kroah-Hartman
1
-1
/
+1
2010-11-11
USB: ohci-jz4740: Fix spelling in MODULE_ALIAS
Stefan Weil
1
-1
/
+1
2010-11-11
USB: xhci: Use GFP_ATOMIC under spin_lock
David Sterba
1
-1
/
+1
2010-11-11
USB: ehci/mxc: compile fix
Uwe Kleine-König
1
-5
/
+9
2010-11-11
USB: Fix FSL USB driver on non Open Firmware systems
Marc Kleine-Budde
1
-1
/
+1
2010-10-29
USB: Add EHCI and OHCH glue for OCTEON II SOCs.
David Daney
7
-2
/
+645
2010-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-2
/
+2
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
6
-21
/
+4
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
28
-241
/
+1639
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2
-0
/
+7
2010-10-22
USB: imx21-hcd - fix off by one resource size calculation
Axel Lin
1
-1
/
+1
2010-10-22
usb: Fix linker errors with CONFIG_PM=n
Sarah Sharp
3
-12
/
+15
2010-10-22
USB: ohci-sh - use resource_size instead of defining its own resource_len macro
Axel Lin
1
-2
/
+1
2010-10-22
USB: isp1362-hcd - use resource_size instead of defining its own resource_len...
Axel Lin
1
-10
/
+8
2010-10-22
USB: isp116x-hcd - use resource_size instead of defining its own resource_len...
Axel Lin
1
-4
/
+2
2010-10-22
USB: xhci: Fix compile error when CONFIG_PM=n
Sarah Sharp
1
-0
/
+8
2010-10-22
USB: xHCI: PCI power management implementation
Andiry Xu
3
-2
/
+258
2010-10-22
USB: xHCI: bus power management implementation
Andiry Xu
4
-0
/
+200
2010-10-22
USB: xHCI: port remote wakeup implementation
Andiry Xu
4
-6
/
+101
2010-10-22
USB: xHCI: port power management implementation
Andiry Xu
5
-12
/
+248
2010-10-22
USB: core: use kernel assigned address for devices under xHCI
Andiry Xu
2
-4
/
+6
2010-10-22
USB: xHCI: change xhci_reset_device() to allocate new device
Andiry Xu
3
-7
/
+41
2010-10-22
USB: xHCI: Add pointer to udev in struct xhci_virt_device
Andiry Xu
3
-49
/
+36
2010-10-22
usb: r8a66597-hcd: Change mistake of the outsw function
Nobuhiro Iwamatsu
1
-1
/
+1
2010-10-22
usb: makefile cleanup
matt mooney
2
-10
/
+11
2010-10-22
USB: imx21-hcd accept arbitary transfer buffer alignement.
Martin Fuzzey
2
-35
/
+169
2010-10-22
USB: imx21-hcd: Fix isochronous endpoint idle
Martin Fuzzey
1
-17
/
+39
2010-10-22
USB: imx21-hcd: refactor hardware data memory management
Martin Fuzzey
1
-14
/
+16
2010-10-22
USB: imx21-hcd: remove unused variable
Martin Fuzzey
1
-2
/
+0
2010-10-22
USB: UHCI: add native scatter-gather support(v1)
Ming Lei
1
-4
/
+29
2010-10-22
USB: add USB EHCI support for MPC5121 SoC
Anatolij Gustschin
5
-32
/
+177
2010-10-22
USB: add platform glue driver for FSL USB DR controller
Anatolij Gustschin
3
-0
/
+224
2010-10-22
usb: change to new flag variable
matt mooney
1
-3
/
+1
2010-10-22
usb: omap: ohci: Missing driver unregister in module exit
Keshava Munegowda
1
-0
/
+3
[next]