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
2013-05-30
USB: EHCI: fix regression related to qh_refresh()
Alan Stern
1
-1
/
+6
2013-05-29
USB: revert periodic scheduling bugfix
Alan Stern
1
-1
/
+1
2013-05-29
Merge tag 'for-usb-linus-2013-05-24' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
4
-6
/
+31
2013-05-24
xhci: Disable D3cold for buggy TI redrivers.
Sarah Sharp
3
-2
/
+13
2013-05-24
xhci - correct comp_mode_recovery_timer on return from hibernate
Tony Camuso
1
-1
/
+11
2013-05-24
xhci: fix list access before init
Vladimir Murzin
1
-0
/
+4
2013-05-24
xhci-mem: init list heads at the beginning of init
Sergio Aguirre
1
-3
/
+3
2013-05-23
Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
23
-118
/
+99
2013-05-18
drivers/usb/host: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-6
/
+0
2013-05-16
usb: ohci: fix goto wrong tag in err case
Libo Chen
1
-23
/
+23
2013-05-16
usb: isp1760-if: fix memleak when platform_get_resource fail
Libo Chen
1
-1
/
+3
2013-05-16
usb: ehci-s5p: fix memleak when fallback to pdata
Libo Chen
1
-0
/
+1
2013-05-16
USB: set device dma_mask without reference to global data
Stephen Warren
12
-38
/
+34
2013-05-16
USB: EHCI: remove bogus #error
Arnd Bergmann
1
-17
/
+0
2013-05-15
USB: remove remaining instances of USB_SUSPEND
Alan Stern
3
-3
/
+3
2013-05-15
USB: OHCI: fix logic for scheduling isochronous URBs
Alan Stern
1
-14
/
+18
2013-05-15
USB: fix latency in uhci-hcd and ohci-hcd
Alan Stern
2
-2
/
+2
2013-05-15
USB: UHCI: fix for suspend of virtual HP controller
Alan Stern
1
-1
/
+2
2013-05-15
USB: fix Kconfig logic for USB_UHCI_HCD
Alan Stern
1
-12
/
+5
2013-05-15
USB: xHCI: override bogus bulk wMaxPacketSize values
Alan Stern
1
-8
/
+9
2013-05-09
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
2
-4
/
+10
2013-05-09
usb: tilegx: fix memleak when create hcd fail
Libo Chen
2
-4
/
+10
2013-05-02
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-6
/
+3
2013-04-29
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
34
-1171
/
+1007
2013-04-25
USB: ehci-msm: USB_MSM_OTG needs USB_PHY
Arnd Bergmann
1
-0
/
+1
2013-04-25
USB: OHCI: avoid conflicting platform drivers
Arnd Bergmann
1
-18
/
+118
2013-04-23
usb: phy: tegra: don't call into tegra-ehci directly
Arnd Bergmann
1
-5
/
+5
2013-04-23
USB: Fix initconst in ehci driver
Andi Kleen
3
-3
/
+3
2013-04-17
USB: ehci-omap: Improve PHY error handling
Roger Quadros
1
-2
/
+2
2013-04-17
USB: ehci-omap: Don't select any PHY driver
Roger Quadros
1
-1
/
+3
2013-04-17
usb: remove redundant tdi_reset
Shengzhou Liu
1
-3
/
+0
2013-04-11
usb: exynos: do not include plat/usb-phy.h
Arnd Bergmann
2
-2
/
+0
2013-04-11
usb: ohci-exynos: skip phy setup for Exynos5440 based platforms
Thomas Abraham
1
-2
/
+9
2013-04-09
USB: enclose USB_XHCI_HCD related symbols within a if USB_XHCI_HCD block
Florian Fainelli
1
-2
/
+4
2013-04-09
USB: enclose all depends on USB_OHCI_HCD within an if USB_OHCI_HCD block
Florian Fainelli
1
-25
/
+26
2013-04-09
USB: enclose EHCI HCD drivers within an if USB_EHCI_HCD block
Florian Fainelli
1
-39
/
+42
2013-04-09
USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbol
Florian Fainelli
1
-9
/
+2
2013-04-09
USB: regroup all depends on USB within an if USB block
Florian Fainelli
1
-19
/
+11
2013-04-09
usb: ehci-s5p: fix: Fix null pointer dereferencing
Vivek Gautam
1
-1
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2
-2
/
+2
2013-04-09
isp1362-hcd: don't reimplement proc_create_data()
Al Viro
1
-4
/
+1
2013-04-09
Merge tag 'cleanup-samsung-for-v3.10' of git://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
1
-1
/
+2
2013-04-08
Merge tag 'for-usb-next-2012-04-08' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
3
-15
/
+19
2013-04-08
USB: EHCI: make ehci-msm a separate driver
Manjunath Goudar
4
-54
/
+44
2013-04-08
USB: EHCI: make ehci-atmel a separate driver
Manjunath Goudar
4
-52
/
+51
2013-04-08
USB: EHCI: make ehci-s5p a separate driver
Manjunath Goudar
4
-91
/
+85
2013-04-08
USB: EHCI: make ehci-spear a separate driver
Manjunath Goudar
4
-69
/
+61
2013-04-08
USB: EHCI: make ehci-orion a separate driver
Manjunath Goudar
4
-53
/
+53
2013-04-08
xhci - clarify compliance mode debug messages
Tony Camuso
1
-5
/
+9
[next]