summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2015-10-04usb: host: drop null test before destroy functionsJulia Lawall-16/+8
2015-10-04xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman-0/+33
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman-23/+30
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman-6/+10
2015-10-04xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothubMathias Nyman-19/+107
2015-10-04xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman-1/+61
2015-10-04xhci: Read and parse new xhci 1.1 capability registerLu Baolu-4/+41
2015-09-21xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman-6/+5
2015-09-21xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman-5/+5
2015-09-21usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros-0/+3
2015-09-21usb: xhci: stop everything on the first call to xhci_stopRoger Quadros-15/+5
2015-09-21usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros-1/+2
2015-09-21usb: xhci: lock mutex on xhci_stopRoger Quadros-0/+4
2015-09-21xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz-45/+45
2015-09-21xhci: give command abortion one more chance before killing xhciMathias Nyman-0/+9
2015-08-18usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen-4/+4
2015-08-14USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probeAlexandre Belloni-18/+16
2015-08-14USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probeAlexandre Belloni-82/+63
2015-08-14USB: host: ohci-at91: depend on OFAlexandre Belloni-12/+5
2015-08-14USB: host: ohci-at91: move at91_usbh_data definition in c fileAlexandre Belloni-0/+11
2015-08-14drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola-0/+27
2015-08-10Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman-2/+3
2015-08-08xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu-5/+47
2015-08-08xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu-13/+187
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat-14/+57
2015-08-08usb: xhci: make USB_XHCI_PLATFORM selectableRafał Miłecki-1/+8
2015-08-05usb: host: xhci: Simplify return statementSaurabh Karajgaonkar-5/+1
2015-08-05usb: host: u132-hcd: Simplify return statementSaurabh Karajgaonkar-26/+9
2015-08-05usb: host: oxu210hp-hcd: Simplify return statementSaurabh Karajgaonkar-6/+1
2015-08-05usb: host: ehci-st: Simplify return statementSaurabh Karajgaonkar-6/+1
2015-08-05usb: ehci-platform: Fix using multiple controllers from OFAlban Bedel-4/+9
2015-08-03drivers/usb: Delete XHCI command timer if necessaryGavin Shan-1/+2
2015-08-03xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman-1/+1
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman-17/+80
2015-07-22drivers: usb: fsl: Define usb control register mask for w1c bitsNikhil Badola-9/+17
2015-07-22drivers: usb: fsl: Modify phy clk valid bit checkingNikhil Badola-8/+17
2015-07-22drivers:usb:fsl: Introduce FSL_USB2_PHY_UTMI_DUAL macroNikhil Badola-0/+3
2015-07-22drivers: usb :fsl: Implement Workaround for USB Erratum A007792Nikhil Badola-0/+15
2015-07-22drivers:usb:fsl: Replace macros with enumerated typeNikhil Badola-4/+4
2015-07-22USB: bcma: add support for controlling bus power through GPIOHauke Mehrtens-0/+24
2015-07-22USB: bcma: add bcm53xx supportHauke Mehrtens-3/+78
2015-07-22USB: bcma: fix error handling in bcma_hcd_create_pdev()Hauke Mehrtens-2/+2
2015-07-22USB: bcma: use devm_kzallocHauke Mehrtens-7/+4
2015-07-22USB: bcma: replace numbers with constantsHauke Mehrtens-1/+2
2015-07-22USB: bcma: remove chip id checkHauke Mehrtens-5/+0
2015-07-22usb: host: xhci: remove typo in function documentationLuis de Bethencourt-1/+1
2015-07-22USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern-1/+1
2015-07-22USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern-6/+1
2015-07-22xhci: do not report PLC when link is in internal resume stateZhuang Jin Can-1/+8
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can-3/+7