summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2013-10-16xhci: refactor TRB_ADDR_DEV case into functionXenia Ragiadakou-2/+9
2013-10-16xhci: refactor TRB_DISABLE_SLOT case into functionXenia Ragiadakou-7/+14
2013-10-16xhci: refactor TRB_ENABLE_SLOT case into functionXenia Ragiadakou-5/+12
2013-10-16xhci: rename existing Command Completion Event handlersXenia Ragiadakou-10/+8
2013-10-16xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou-4/+4
2013-10-16xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin-2/+2
2013-10-16usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat-1/+2
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp-5/+0
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp-153/+18
2013-10-16xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp-2/+3
2013-10-14USB: ohci-exynos: Remove non-DT supportJingoo Han-15/+3
2013-10-14USB: EHCI: start new isochronous streams ASAPAlan Stern-21/+23
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern-85/+312
2013-10-14Revert "USB: OHCI: Properly handle OHCI controller suspend"Greg Kroah-Hartman-8/+1
2013-10-14Revert "USB: OHCI: Properly handle ohci-at91 suspend"Greg Kroah-Hartman-8/+2
2013-10-14Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"Greg Kroah-Hartman-4/+17
2013-10-14Revert "USB: OHCI: Properly handle ohci-da8xx suspend"Greg Kroah-Hartman-11/+4
2013-10-14Revert "USB: OHCI: Properly handle ohci-ep93xx suspend"Greg Kroah-Hartman-9/+2
2013-10-14Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman-5/+15
2013-10-14Revert "USB: OHCI: Properly handle ohci-spear suspend"Greg Kroah-Hartman-9/+3
2013-10-11USB: host: Rename ehci-s5p to ehci-exynosJingoo Han-70/+69
2013-10-11USB: ehci-s5p: Remove non-DT supportJingoo Han-28/+4
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern-244/+344
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern-121/+124
2013-10-11USB: EHCI: use consistent NO_FRAME valueAlan Stern-6/+7
2013-10-11USB: EHCI: change toggle only upon successful resetAlan Stern-1/+1
2013-10-11USB: EHCI: No SSPLIT allowed in uframe 7Alan Stern-0/+4
2013-10-11USB: EHCI: compute full-speed bandwidth usage correctlyAlan Stern-1/+1
2013-10-11USB: EHCI: check the right uframes for CSPLITAlan Stern-1/+1
2013-10-11USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han-0/+1
2013-10-11USB: ehci-msm: Add device tree support and binding informationIvan T. Ivanov-2/+13
2013-10-11ehci-msm: Remove global struct usb_phy variableIvan T. Ivanov-2/+3
2013-10-11usb: Remove unnecessary semicolonsJoe Perches-10/+10
2013-10-11Merge tag 'keystone-soc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ke...Kevin Hilman-69/+144
2013-10-09drivers: clean-up prom.h implicit includesRob Herring-0/+6
2013-10-09xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai-0/+25
2013-10-09xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registersXenia Ragiadakou-2/+2
2013-10-09xhci: quirk for extra long delay for S4Oliver Neukum-1/+15
2013-10-09xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp-26/+0
2013-10-07USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()Deng-Cheng Zhu-20/+20
2013-10-07usb: host: uhci-platform: remove deprecated IRQF_DISABLEDMichael Opdenacker-2/+1
2013-10-05USB/host: Use existing macros instead of hard-coded values in uhci-debug.cDeng-Cheng Zhu-8/+8
2013-10-05USB: OHCI: Properly handle ohci-spear suspendManjunath Goudar-3/+9
2013-10-05USB: OHCI: Properly handle ohci-sm501 suspendManjunath Goudar-2/+9
2013-10-05USB: OHCI: Properly handle ohci-pxa27x suspendManjunath Goudar-1/+8
2013-10-05USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar-2/+9
2013-10-05USB: OHCI: Properly handle ohci-omap suspendManjunath Goudar-3/+10
2013-10-05USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar-15/+5
2013-10-05USB: OHCI: Properly handle ohci-ep93xx suspendManjunath Goudar-2/+9
2013-10-05USB: OHCI: Properly handle ohci-da8xx suspendManjunath Goudar-4/+11