index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Lines
2015-01-25
u132-hcd: use HUB_CHAR_*
Sergei Shtylyov
-5
/
+5
2015-01-25
sl811-hcd: use HUB_CHAR_*
Sergei Shtylyov
-3
/
+3
2015-01-25
r8a66597-hcd: use HUB_CHAR_*
Sergei Shtylyov
-1
/
+2
2015-01-25
oxu210hp-hcd: use HUB_CHAR_*
Sergei Shtylyov
-3
/
+3
2015-01-25
ohci-s3c2410: use HUB_CHAR_*
Sergei Shtylyov
-3
/
+3
2015-01-25
ohci-hub: use HUB_CHAR_*
Sergei Shtylyov
-5
/
+5
2015-01-25
ohci-at91: use HUB_CHAR_*
Sergei Shtylyov
-2
/
+4
2015-01-25
max3421-hcd: use HUB_CHAR_*
Sergei Shtylyov
-1
/
+2
2015-01-25
isp1760-hcd: use HUB_CHAR_*
Sergei Shtylyov
-3
/
+3
2015-01-25
isp1362-hcd: use HUB_CHAR_*
Sergei Shtylyov
-2
/
+6
2015-01-25
isp116x-hcd: use HUB_CHAR_*
Sergei Shtylyov
-1
/
+4
2015-01-25
imx21-hcd: use HUB_CHAR_*
Sergei Shtylyov
-3
/
+2
2015-01-25
fusbh200-hcd: use HUB_CHAR_*
Sergei Shtylyov
-2
/
+2
2015-01-25
fotg210-hcd: use HUB_CHAR_*
Sergei Shtylyov
-2
/
+2
2015-01-25
fhci-hub: use HUB_CHAR_*
Sergei Shtylyov
-1
/
+1
2015-01-25
ehci-hub: use HUB_CHAR_*
Sergei Shtylyov
-4
/
+4
2015-01-25
xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messages
Hans de Goede
-2
/
+4
2015-01-25
xhci: Print hcc params, version and quirks on init
Hans de Goede
-0
/
+6
2015-01-25
USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platform
Andreas Herrmann
-1
/
+2
2015-01-25
fhci-hub: kill 'len' variable in fhci_hub_control()
Sergei Shtylyov
-4
/
+0
2015-01-25
fhci-hub: no need to overwrite byte 3 of the Hub Descriptor
Sergei Shtylyov
-3
/
+2
2015-01-19
Merge 3.19-rc5 into usb-next
Greg Kroah-Hartman
-11
/
+34
2015-01-09
OHCI: add a quirk for ULi M5237 blocking on reset
Arseny Solokha
-3
/
+15
2015-01-09
usb: host: drop owner assignment from platform_drivers
Wolfram Sang
-16
/
+0
2015-01-09
USB: host: Remove hard-coded octeon platform information for ehci/ohci
Andreas Herrmann
-0
/
+2
2015-01-09
USB: ehci-platform: Support ehci reset after resume quirk
Wu Liang feng
-5
/
+9
2015-01-09
usb: isp1760: Use setup_timer
Julia Lawall
-3
/
+1
2015-01-09
usb: sl811-hcd: Use setup_timer
Julia Lawall
-3
/
+1
2015-01-09
usb: oxu210hp-hcd: Use setup_timer
Julia Lawall
-3
/
+1
2015-01-09
usb: r8a66597-hcd: Use setup_timer
Julia Lawall
-6
/
+4
2015-01-09
usb: host: max3421-hcd: use time_after()
Asaf Vertz
-1
/
+2
2015-01-09
xhci: Add completion code to the debug ouput of unhandled transfer events
Mathias Nyman
-2
/
+2
2015-01-09
xhci: clean up work to remove unused parameters for functions in xhci-mem.c
Lin Wang
-37
/
+33
2015-01-09
xhci-mem: Use setup_timer
Julia Lawall
-6
/
+4
2015-01-09
xhci: Use setup_timer
Julia Lawall
-4
/
+2
2015-01-09
xhci: remove unused parameter 'xhci' in function xhci_handshake().
Lin Wang
-13
/
+11
2015-01-09
xhci: Clean up work to xhci_add_endpoint().
Lin Wang
-6
/
+3
2015-01-09
usb: host: ehci-tegra: request deferred probe when failing to get phy
Vince Hsu
-1
/
+1
2015-01-09
xhci: Add broken-streams quirk for Fresco Logic FL1000G xhci controllers
Hans de Goede
-0
/
+2
2015-01-09
USB: EHCI: adjust error return code
Alan Stern
-3
/
+3
2015-01-09
USB: EHCI: fix initialization bug in iso_stream_schedule()
Alan Stern
-4
/
+4
2015-01-09
xhci: Check if slot is already in default state before moving it there
Mathias Nyman
-0
/
+9
2014-12-19
PM: Eliminate CONFIG_PM_RUNTIME
Rafael J. Wysocki
-2
/
+2
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-19
/
+0
2014-12-14
Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-1058
/
+212
2014-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-3
/
+3
2014-12-08
Merge branch 'pm-runtime'
Rafael J. Wysocki
-24
/
+17
2014-12-04
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
Rafael J. Wysocki
-24
/
+17
2014-12-02
usb: xhci: fix comment for PORT_DEV_REMOVE
Lu Baolu
-1
/
+1
2014-12-02
xhci: don't use the same variable for stopped and halted rings current TD
Mathias Nyman
-10
/
+6
[prev]
[next]