summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* | | usb: host: drop null test before destroy functionsJulia Lawall2015-10-042-16/+8Star
* | | 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-221-6/+5Star
* | xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-09-222-5/+5
* | usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros2015-09-221-0/+3
* | usb: xhci: stop everything on the first call to xhci_stopRoger Quadros2015-09-221-15/+5Star
* | usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-09-221-1/+2
* | usb: xhci: lock mutex on xhci_stopRoger Quadros2015-09-221-0/+4
* | xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz2015-09-221-45/+45
* | xhci: give command abortion one more chance before killing xhciMathias Nyman2015-09-221-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-151-18/+16Star
* USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probeAlexandre Belloni2015-08-151-82/+63Star
* USB: host: ohci-at91: depend on OFAlexandre Belloni2015-08-152-12/+5Star
* USB: host: ohci-at91: move at91_usbh_data definition in c fileAlexandre Belloni2015-08-151-0/+11
* drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola2015-08-154-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-093-5/+47
* | xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu2015-08-093-13/+187
* | usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2015-08-092-14/+57
* | usb: xhci: make USB_XHCI_PLATFORM selectableRafał Miłecki2015-08-091-1/+8
* | usb: host: xhci: Simplify return statementSaurabh Karajgaonkar2015-08-051-5/+1Star
* | usb: host: u132-hcd: Simplify return statementSaurabh Karajgaonkar2015-08-051-26/+9Star
* | usb: host: oxu210hp-hcd: Simplify return statementSaurabh Karajgaonkar2015-08-051-6/+1Star
* | usb: host: ehci-st: Simplify return statementSaurabh Karajgaonkar2015-08-051-6/+1Star
* | usb: ehci-platform: Fix using multiple controllers from OFAlban Bedel2015-08-051-4/+9
* | Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman2015-07-278-17/+80
|\|
| * USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern2015-07-221-1/+1
| * USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-07-221-6/+1Star
| * xhci: do not report PLC when link is in internal resume stateZhuang Jin Can2015-07-221-1/+8
| * xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can2015-07-223-3/+7
| * xhci: report U3 when link is in resume stateZhuang Jin Can2015-07-221-2/+5
| * xhci: Calculate old endpoints correctly on device resetBrian Campbell2015-07-221-0/+3
| * usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP2015-07-221-1/+1
| * xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani2015-07-221-3/+37
| * xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman2015-07-221-0/+17
* | drivers: usb: fsl: Define usb control register mask for w1c bitsNikhil Badola2015-07-232-9/+17
* | drivers: usb: fsl: Modify phy clk valid bit checkingNikhil Badola2015-07-232-8/+17
* | drivers:usb:fsl: Introduce FSL_USB2_PHY_UTMI_DUAL macroNikhil Badola2015-07-232-0/+3
* | drivers: usb :fsl: Implement Workaround for USB Erratum A007792Nikhil Badola2015-07-232-0/+15
* | drivers:usb:fsl: Replace macros with enumerated typeNikhil Badola2015-07-231-4/+4
* | USB: bcma: add support for controlling bus power through GPIOHauke Mehrtens2015-07-231-0/+24
* | USB: bcma: add bcm53xx supportHauke Mehrtens2015-07-231-3/+78