summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2018-06-01xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng3-0/+7
2018-06-01usb: ohci: Proper handling of ed_rm_list to handle race condition between usb...AMAN DEEP1-7/+10
2018-06-01USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern1-6/+1
2018-03-03xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+13
2018-03-03xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman1-4/+8
2018-03-03usb: host: fix incorrect updating of offsetColin Ian King1-1/+1
2018-01-01usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson1-4/+4
2018-01-01xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman1-1/+1
2017-10-12xhci: Limit USB2 port wake support for AMD Promontory hostsJiahau Chang3-0/+16
2017-09-15usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe1-0/+4
2017-09-15USB: xhci: fix lock-inversion problemAlan Stern1-2/+3
2017-09-15usb: host: xhci: simplify irq handler returnFelipe Balbi1-15/+17
2017-09-15usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen1-1/+1
2017-09-15xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for DenvertonMathias Nyman1-2/+5
2017-09-15usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie1-1/+2
2017-09-15xhci: workaround for hosts missing CAS bitMathias Nyman3-0/+46
2017-09-15usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt1-1/+3
2017-09-15usb: r8a66597-hcd: decrease timeoutChris Brandt1-1/+1
2017-08-26usb: host: xhci: print correct command ring addressPeter Chen1-1/+1
2017-07-18xhci: Manually give back cancelled URB if we can't queue it for cancelMathias Nyman1-25/+31
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