summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin2015-10-161-1/+1
* usb/host/fotg210: Remove useless else statementPeter Senna Tschudin2015-10-161-3/+2
* usb/host/fotg210: remove KERN_WARNING from pr_warnPeter Senna Tschudin2015-10-161-1/+1
* usb/host/fotg210: Fix coding style issuesPeter Senna Tschudin2015-10-162-977/+769
* usb-host: Remove fusbh200 driverPeter Senna Tschudin2015-10-164-6576/+0
* usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang2015-10-161-0/+10
* usb: Add support for ACPI identification to xhci-platformDuc Dang2015-10-161-0/+9
* usb: make xhci platform driver use 64 bit or 32 bit DMADuc Dang2015-10-161-7/+13
* usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcdLu, Baolu2015-10-161-3/+2
* xhci: replace custom implementation of readq / writeqAndy Shevchenko2015-10-161-10/+4
* xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman2015-10-162-62/+46
* USB: u132-hcd: Fix seperate word in printk messageMasanari Iida2015-10-051-2/+1
* usb: host: ehci-msm: fix handling platform_get_irq resultAndrzej Hajda2015-10-041-3/+3
* usb: host: fotg210: remove unreachable codeLuis de Bethencourt2015-10-041-1/+0
* usb: host: uhci-platform: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* usb: host: ohci-spear: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* usb: host: ehci-spear: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton2015-10-041-0/+8
* USB: ehci-platform: Display a DMA configuration error messageJeremy Linton2015-10-041-1/+3
* usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski2015-10-041-1/+2
* xhci: drop null test before destroy functionsJulia Lawall2015-10-041-8/+4
* whci: drop null test before destroy functionsJulia Lawall2015-10-041-2/+1
* usb: host: drop null test before destroy functionsJulia Lawall2015-10-042-16/+8
* xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman2015-10-042-0/+33
* xhci: check xhci hardware for USB 3.1 supportMathias Nyman2015-10-044-23/+30
* xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman2015-10-043-6/+10
* xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothubMathias Nyman2015-10-041-19/+107
* xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman2015-10-042-1/+61
* xhci: Read and parse new xhci 1.1 capability registerLu Baolu2015-10-043-4/+41
* xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman2015-09-211-6/+5
* xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-09-212-5/+5
* usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros2015-09-211-0/+3
* usb: xhci: stop everything on the first call to xhci_stopRoger Quadros2015-09-211-15/+5
* usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-09-211-1/+2
* usb: xhci: lock mutex on xhci_stopRoger Quadros2015-09-211-0/+4
* xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz2015-09-211-45/+45
* xhci: give command abortion one more chance before killing xhciMathias Nyman2015-09-211-0/+9
* usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen2015-08-181-4/+4
* USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probeAlexandre Belloni2015-08-141-18/+16
* USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probeAlexandre Belloni2015-08-141-82/+63
* USB: host: ohci-at91: depend on OFAlexandre Belloni2015-08-142-12/+5
* USB: host: ohci-at91: move at91_usbh_data definition in c fileAlexandre Belloni2015-08-141-0/+11
* drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola2015-08-144-0/+27
* Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman2015-08-102-2/+3
|\
| * drivers/usb: Delete XHCI command timer if necessaryGavin Shan2015-08-031-1/+2
| * xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman2015-08-031-1/+1
* | xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu2015-08-083-5/+47
* | xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu2015-08-083-13/+187
* | usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2015-08-082-14/+57
OpenPOWER on IntegriCloud