summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-03-16xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2-18/+0
2017-03-16xhci: free xhci virtual devices with leaf nodes firstMathias Nyman1-2/+36
2017-03-16usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2
2017-03-16USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2017-02-23xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman1-1/+3
2016-11-20xhci: don't dereference a xhci member after removing xhciMathias Nyman1-1/+2
2016-11-20usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-06-15usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+5
2016-06-15usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 hostRafal Redzimski1-1/+3
2016-02-27xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-27usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu1-1/+3
2016-02-27Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman1-10/+0
2016-02-13xhci: refuse loading if nousb is usedOliver Neukum1-0/+3
2015-12-30usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun1-0/+8
2015-12-30USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2015-12-30xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani1-0/+10
2015-12-30xhci: Add XHCI_INTEL_HOST quirkBen Hutchings2-0/+3
2015-11-17xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott1-0/+1
2015-11-17xhci: Switch Intel Lynx Point LP ports to EHCI on shutdown.Denis Turischev1-0/+4
2015-11-17xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-11-17xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman1-0/+10
2015-10-13xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2-5/+5
2015-10-13usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-10-13xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2015-10-13usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen1-4/+10
2015-10-13drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola4-0/+27
2015-10-13xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-08-12xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-08-12xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-08-12xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-08-12usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-08-07xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-08-07xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-08-07xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-09usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+2
2015-05-09usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-05-09xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2-0/+31
2015-05-09xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-05-09xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-05-09USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern1-0/+3
2015-02-20OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha1-3/+15
2014-12-14usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu3-3/+43
2014-12-14USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2-72/+25
2014-12-14Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"Lu Baolu1-4/+1
2014-12-14USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-12-14xhci: no switching back on non-ULT HaswellOliver Neukum1-14/+0
2014-11-05xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-11-05usb: host: xhci: fix compliance mode workaroundFelipe Balbi1-3/+5
2014-09-13xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2-36/+43
2014-09-13usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4