summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-03-162-20/+0
* usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie2017-03-161-1/+2
* usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu2017-03-161-3/+7
* xhci: Handle command completion and timeout raceMathias Nyman2017-03-161-1/+5
* usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang2017-03-161-1/+4
* usb: xhci: fix possible wild pointerLu Baolu2017-03-161-4/+9
* xhci: free xhci virtual devices with leaf nodes firstMathias Nyman2017-03-161-2/+36
* usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter2017-03-161-2/+2
* USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern2017-03-161-0/+4
* xhci: workaround for hosts missing CAS bitMathias Nyman2017-02-233-0/+46
* xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman2017-02-231-1/+3
* xhci: don't dereference a xhci member after removing xhciMathias Nyman2016-11-201-1/+2
* usb: xhci: Fix panic if disconnectJim Lin2016-11-201-0/+3
* xhci: always handle "Command Ring Stopped" eventsMathias Nyman2016-11-201-6/+7
* USB: xhci: Add broken streams quirk for Frescologic device id 1009Hans de Goede2016-08-221-0/+5
* usb: xhci-plat: properly handle probe deferral for devm_clk_get()Thomas Petazzoni2016-08-221-0/+3
* usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu2016-06-151-0/+6
* usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 hostRafal Redzimski2016-06-151-1/+3
* xhci: Fix list corruption in urb dequeue at host removalMathias Nyman2016-02-251-1/+3
* usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu2016-02-251-1/+3
* Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman2016-02-251-10/+0
* xhci: refuse loading if nousb is usedOliver Neukum2016-02-021-0/+4
* xhci: fix usb2 resume timing and races.Mathias Nyman2016-01-182-6/+44
* usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun2016-01-111-0/+8
* USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov2016-01-111-0/+4
* xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devicesMathias Nyman2015-12-141-6/+9
* xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani2015-12-141-0/+10
* usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski2015-12-131-1/+2
* xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott2015-11-161-0/+1
* xhci: handle no ping response error properlyMathias Nyman2015-11-161-5/+15
* xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman2015-11-161-0/+10
* usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2015-11-162-14/+57
* drivers: usb: fsl: Workaround for USB erratum-A005275Nikhil Badola2015-10-284-0/+27
* drivers: usb :fsl: Implement Workaround for USB Erratum A007792Nikhil Badola2015-10-282-0/+15
* xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman2015-10-191-6/+5
* xhci-mem: Use setup_timerJulia Lawall2015-10-191-6/+4
* xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-10-192-5/+5
* usb: xhci: Allow usb_add/remove_hcd() to be called repeatedlyRoger Quadros2015-10-191-6/+0
* usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros2015-10-191-1/+2
* xhci: give command abortion one more chance before killing xhciMathias Nyman2015-10-091-0/+9
* usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen2015-09-281-4/+4
* drivers/usb: Delete XHCI command timer if necessaryGavin Shan2015-08-271-1/+2
* xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman2015-08-271-1/+1
* USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-08-111-6/+1
* xhci: do not report PLC when link is in internal resume stateZhuang Jin Can2015-08-111-1/+8
* xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can2015-08-113-3/+7
* xhci: report U3 when link is in resume stateZhuang Jin Can2015-08-111-2/+5
* xhci: Calculate old endpoints correctly on device resetBrian Campbell2015-08-111-0/+3
* usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP2015-08-111-1/+1
* xhci: gracefully handle xhci_irq dead deviceJoe Lawrence2015-05-281-1/+1