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
2015-05-09
xhci: gracefully handle xhci_irq dead device
Joe Lawrence
1
-1
/
+1
2015-05-09
xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256
Mathias Nyman
1
-1
/
+1
2015-05-09
xhci: fix isoc endpoint dequeue from advancing too far on transaction error
Mathias Nyman
1
-0
/
+5
2015-04-28
Revert "usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremap"
Ivan T. Ivanov
1
-3
/
+10
2015-04-14
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+7
2015-04-10
Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
10
-20
/
+24
2015-04-07
usb: host: sl811: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-1
/
+1
2015-04-07
usb: host: r8a66597: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-1
/
+1
2015-04-07
usb: host: oxu210hp: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-3
/
+4
2015-04-07
usb: host: fusbh200: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-2
/
+1
2015-04-07
usb: host: fotg210: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-1
/
+1
2015-04-07
usb: host: isp116x: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-1
/
+1
2015-04-07
usb: host: uhci: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-2
/
+3
2015-04-07
usb: host: ehci: use new USB_RESUME_TIMEOUT
Felipe Balbi
2
-8
/
+11
2015-04-07
usb: host: xhci: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-1
/
+1
2015-04-07
tracing: Add TRACE_SYSTEM_VAR to xhci-hcd
Steven Rostedt (Red Hat)
1
-0
/
+7
2015-04-07
Merge 4.0-rc7 into usb-next
Greg Kroah-Hartman
2
-2
/
+9
2015-04-03
ehci-hub: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
fhci-hub: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
fotg210-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
fusbh200-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
imx21-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
isp116x-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
isp1362-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
max3421-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
ohci-hub: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
oxu210hp-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
r8a66597-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
sl811-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
u132-hcd: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
uhci-hub: use USB_DT_HUB
Sergei Shtylyov
1
-1
/
+1
2015-04-03
Revert "usb: host/sl811-hcd: fix sparse warning"
Guenter Roeck
1
-1
/
+1
2015-03-26
usb: host/sl811-hcd: fix platform_no_drv_owner.cocci warnings
kbuild test robot
1
-1
/
+0
2015-03-26
USB: host: ohci-at91: remove useless uclk clock
Boris Brezillon
1
-15
/
+3
2015-03-26
usb: ehci-orion: add more constants for register values
Thomas Petazzoni
1
-6
/
+12
2015-03-23
usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers
Lu Baolu
1
-1
/
+1
2015-03-23
usb: xhci: handle Config Error Change (CEC) in xhci driver
Lu Baolu
1
-1
/
+8
2015-03-23
Merge 4.0-rc5 into usb-next
Greg Kroah-Hartman
4
-115
/
+19
2015-03-18
ehci-msm: Remove dead dependency
Stephen Boyd
1
-1
/
+1
2015-03-18
USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_...
Markus Elfring
1
-2
/
+1
2015-03-18
usb: xhci: plat: Add USB phy support
Maxime Ripard
1
-1
/
+18
2015-03-18
xhci: unify cycle state toggling operation with 'XOR'
Lin Wang
1
-2
/
+2
2015-03-18
usb: host/sl811-hcd: fix sparse warning
Lad, Prabhakar
1
-1
/
+1
2015-03-18
USB: ehci-atmel: rework clk handling
Boris Brezillon
1
-21
/
+9
2015-03-11
Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"
Mathias Nyman
3
-94
/
+10
2015-03-06
xhci: Workaround for PME stuck issues in Intel xhci
Mathias Nyman
2
-0
/
+31
2015-03-06
xhci: fix reporting of 0-sized URBs in control endpoint
Aleksander Morgado
2
-2
/
+11
2015-02-24
xhci: Clear the host side toggle manually when endpoint is 'soft reset'
Mathias Nyman
3
-10
/
+94
2015-02-24
xhci: Allocate correct amount of scratchpad buffers
Mathias Nyman
1
-2
/
+3
2015-02-24
usb: XHCI: platform: Move the Marvell quirks after the enabling the clocks
Maxime Ripard
1
-10
/
+9
[next]