summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2013-10-16xhci: rename existing Command Completion Event handlersXenia Ragiadakou1-10/+8
2013-10-16xhci: remove unused argument from xhci_giveback_urb_in_irq()Xenia Ragiadakou1-4/+4
2013-10-16xhci: correct the usage of USB_CTRL_SET_TIMEOUTxiao jin2-2/+2
2013-10-16usb: xhci: Staticize xhci_del_comp_mod_timerSachin Kamat1-1/+2
2013-10-16usb: Push USB2 LPM disable on disconnect into USB core.Sarah Sharp1-5/+0
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp2-153/+18
2013-10-16xhci: Set L1 device slot on USB2 LPM enable/disable.Sarah Sharp2-2/+3
2013-10-14USB: ohci-exynos: Remove non-DT supportJingoo Han1-15/+3
2013-10-14USB: EHCI: start new isochronous streams ASAPAlan Stern1-21/+23
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern4-85/+312
2013-10-14Revert "USB: OHCI: Properly handle OHCI controller suspend"Greg Kroah-Hartman1-8/+1
2013-10-14Revert "USB: OHCI: Properly handle ohci-at91 suspend"Greg Kroah-Hartman1-8/+2
2013-10-14Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"Greg Kroah-Hartman1-4/+17
2013-10-14Revert "USB: OHCI: Properly handle ohci-da8xx suspend"Greg Kroah-Hartman1-11/+4
2013-10-14Revert "USB: OHCI: Properly handle ohci-ep93xx suspend"Greg Kroah-Hartman1-9/+2
2013-10-14Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman1-5/+15
2013-10-14Revert "USB: OHCI: Properly handle ohci-spear suspend"Greg Kroah-Hartman1-9/+3
2013-10-12USB: host: Rename ehci-s5p to ehci-exynosJingoo Han3-70/+69
2013-10-12USB: ehci-s5p: Remove non-DT supportJingoo Han1-28/+4
2013-10-12USB: EHCI: use a bandwidth-allocation tableAlan Stern6-244/+344
2013-10-12USB: EHCI: create a "periodic schedule info" structAlan Stern5-121/+124
2013-10-12USB: EHCI: use consistent NO_FRAME valueAlan Stern2-6/+7
2013-10-12USB: EHCI: change toggle only upon successful resetAlan Stern1-1/+1
2013-10-12USB: EHCI: No SSPLIT allowed in uframe 7Alan Stern1-0/+4
2013-10-12USB: EHCI: compute full-speed bandwidth usage correctlyAlan Stern1-1/+1
2013-10-12USB: EHCI: check the right uframes for CSPLITAlan Stern1-1/+1
2013-10-12USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han1-0/+1
2013-10-12USB: ehci-msm: Add device tree support and binding informationIvan T. Ivanov1-2/+13
2013-10-12ehci-msm: Remove global struct usb_phy variableIvan T. Ivanov1-2/+3
2013-10-12usb: Remove unnecessary semicolonsJoe Perches8-10/+10
2013-10-07USB/host: Bugfix: Return length of copied buffer in uhci_hub_control()Deng-Cheng Zhu1-20/+20
2013-10-07usb: host: uhci-platform: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-06USB/host: Use existing macros instead of hard-coded values in uhci-debug.cDeng-Cheng Zhu1-8/+8
2013-10-06USB: OHCI: Properly handle ohci-spear suspendManjunath Goudar1-3/+9
2013-10-06USB: OHCI: Properly handle ohci-sm501 suspendManjunath Goudar1-2/+9
2013-10-06USB: OHCI: Properly handle ohci-pxa27x suspendManjunath Goudar1-1/+8
2013-10-06USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar1-2/+9
2013-10-06USB: OHCI: Properly handle ohci-omap suspendManjunath Goudar1-3/+10
2013-10-06USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar1-15/+5
2013-10-06USB: OHCI: Properly handle ohci-ep93xx suspendManjunath Goudar1-2/+9
2013-10-06USB: OHCI: Properly handle ohci-da8xx suspendManjunath Goudar1-4/+11
2013-10-06USB: OHCI: Properly handle ohci-s3c2410 suspendManjunath Goudar1-17/+4
2013-10-06USB: OHCI: Properly handle ohci-at91 suspendManjunath Goudar1-2/+8
2013-10-06USB: OHCI: Properly handle OHCI controller suspendManjunath Goudar1-1/+8
2013-10-04usb: wusbcore: implement hwahc_op_get_frame_numberThomas Pugliese1-3/+7
2013-10-04usb: ohci: use amd_chipset_type to filter for SB800 prefetchHuang Rui3-13/+10
2013-10-04usb: ehci: use amd_chipset_type to filter for usb subsystem hang bugHuang Rui3-18/+20
2013-10-01USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()Wei Yongjun1-3/+1
2013-10-01USB: OHCI: ohci_init_driver(): sanity check overridesKevin Hilman1-4/+6
2013-09-30Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman13-69/+144