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
2013-10-16
xhci: refactor TRB_ADDR_DEV case into function
Xenia Ragiadakou
-2
/
+9
2013-10-16
xhci: refactor TRB_DISABLE_SLOT case into function
Xenia Ragiadakou
-7
/
+14
2013-10-16
xhci: refactor TRB_ENABLE_SLOT case into function
Xenia Ragiadakou
-5
/
+12
2013-10-16
xhci: rename existing Command Completion Event handlers
Xenia Ragiadakou
-10
/
+8
2013-10-16
xhci: remove unused argument from xhci_giveback_urb_in_irq()
Xenia Ragiadakou
-4
/
+4
2013-10-16
xhci: correct the usage of USB_CTRL_SET_TIMEOUT
xiao jin
-2
/
+2
2013-10-16
usb: xhci: Staticize xhci_del_comp_mod_timer
Sachin Kamat
-1
/
+2
2013-10-16
usb: Push USB2 LPM disable on disconnect into USB core.
Sarah Sharp
-5
/
+0
2013-10-16
usb: Don't enable USB 2.0 Link PM by default.
Sarah Sharp
-153
/
+18
2013-10-16
xhci: Set L1 device slot on USB2 LPM enable/disable.
Sarah Sharp
-2
/
+3
2013-10-14
USB: ohci-exynos: Remove non-DT support
Jingoo Han
-15
/
+3
2013-10-14
USB: EHCI: start new isochronous streams ASAP
Alan Stern
-21
/
+23
2013-10-14
USB: EHCI: create per-TT bandwidth tables
Alan Stern
-85
/
+312
2013-10-14
Revert "USB: OHCI: Properly handle OHCI controller suspend"
Greg Kroah-Hartman
-8
/
+1
2013-10-14
Revert "USB: OHCI: Properly handle ohci-at91 suspend"
Greg Kroah-Hartman
-8
/
+2
2013-10-14
Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"
Greg Kroah-Hartman
-4
/
+17
2013-10-14
Revert "USB: OHCI: Properly handle ohci-da8xx suspend"
Greg Kroah-Hartman
-11
/
+4
2013-10-14
Revert "USB: OHCI: Properly handle ohci-ep93xx suspend"
Greg Kroah-Hartman
-9
/
+2
2013-10-14
Revert "USB: OHCI: Properly handle ohci-exynos suspend"
Greg Kroah-Hartman
-5
/
+15
2013-10-14
Revert "USB: OHCI: Properly handle ohci-spear suspend"
Greg Kroah-Hartman
-9
/
+3
2013-10-11
USB: host: Rename ehci-s5p to ehci-exynos
Jingoo Han
-70
/
+69
2013-10-11
USB: ehci-s5p: Remove non-DT support
Jingoo Han
-28
/
+4
2013-10-11
USB: EHCI: use a bandwidth-allocation table
Alan Stern
-244
/
+344
2013-10-11
USB: EHCI: create a "periodic schedule info" struct
Alan Stern
-121
/
+124
2013-10-11
USB: EHCI: use consistent NO_FRAME value
Alan Stern
-6
/
+7
2013-10-11
USB: EHCI: change toggle only upon successful reset
Alan Stern
-1
/
+1
2013-10-11
USB: EHCI: No SSPLIT allowed in uframe 7
Alan Stern
-0
/
+4
2013-10-11
USB: EHCI: compute full-speed bandwidth usage correctly
Alan Stern
-1
/
+1
2013-10-11
USB: EHCI: check the right uframes for CSPLIT
Alan Stern
-1
/
+1
2013-10-11
USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak
Jingoo Han
-0
/
+1
2013-10-11
USB: ehci-msm: Add device tree support and binding information
Ivan T. Ivanov
-2
/
+13
2013-10-11
ehci-msm: Remove global struct usb_phy variable
Ivan T. Ivanov
-2
/
+3
2013-10-11
usb: Remove unnecessary semicolons
Joe Perches
-10
/
+10
2013-10-11
Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ke...
Kevin Hilman
-69
/
+144
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
-0
/
+6
2013-10-09
xhci: Fix spurious wakeups after S5 on Haswell
Takashi Iwai
-0
/
+25
2013-10-09
xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registers
Xenia Ragiadakou
-2
/
+2
2013-10-09
xhci: quirk for extra long delay for S4
Oliver Neukum
-1
/
+15
2013-10-09
xhci: Don't enable/disable RWE on bus suspend/resume.
Sarah Sharp
-26
/
+0
2013-10-07
USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()
Deng-Cheng Zhu
-20
/
+20
2013-10-07
usb: host: uhci-platform: remove deprecated IRQF_DISABLED
Michael Opdenacker
-2
/
+1
2013-10-05
USB/host: Use existing macros instead of hard-coded values in uhci-debug.c
Deng-Cheng Zhu
-8
/
+8
2013-10-05
USB: OHCI: Properly handle ohci-spear suspend
Manjunath Goudar
-3
/
+9
2013-10-05
USB: OHCI: Properly handle ohci-sm501 suspend
Manjunath Goudar
-2
/
+9
2013-10-05
USB: OHCI: Properly handle ohci-pxa27x suspend
Manjunath Goudar
-1
/
+8
2013-10-05
USB: OHCI: Properly handle ohci-platform suspend
Manjunath Goudar
-2
/
+9
2013-10-05
USB: OHCI: Properly handle ohci-omap suspend
Manjunath Goudar
-3
/
+10
2013-10-05
USB: OHCI: Properly handle ohci-exynos suspend
Manjunath Goudar
-15
/
+5
2013-10-05
USB: OHCI: Properly handle ohci-ep93xx suspend
Manjunath Goudar
-2
/
+9
2013-10-05
USB: OHCI: Properly handle ohci-da8xx suspend
Manjunath Goudar
-4
/
+11
[prev]
[next]