summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-01-13USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2016-11-24usb: increase ohci watchdog delay to 275 msecBryan Paluch1-1/+1
2016-11-24xhci: workaround for hosts missing CAS bitMathias Nyman3-0/+46
2016-11-24xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman1-1/+3
2016-10-24xhci: fix usb2 resume timing and races.Mathias Nyman2-6/+42
2016-10-03xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-01usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-09-01xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-09-01usb: ehci: change order of register cleanup during shutdownMarc Ohlf1-2/+2
2016-08-20USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichaƂ Pecio1-1/+2
2016-07-11usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding1-1/+1
2016-07-11USB: xhci: Add broken streams quirk for Frescologic device id 1009Hans de Goede1-0/+5
2016-07-11usb: xhci-plat: properly handle probe deferral for devm_clk_get()Thomas Petazzoni1-0/+3
2016-07-11xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-04-20xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman4-4/+9
2016-04-20usb: xhci: fix xhci locking up during hcd removeRoger Quadros1-1/+4
2016-04-20usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu1-0/+6
2016-04-20usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda2-0/+11
2016-04-20xhci: resume USB 3 roothub firstMathias Nyman1-3/+3
2016-04-20usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 hostRafal Redzimski1-1/+3
2016-02-15xhci: Fix list corruption in urb dequeue at host removalMathias Nyman1-1/+3
2016-02-15usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu1-1/+3
2016-02-15usb: xhci: set SSIC port unused only if xhci_suspend succeedsLu Baolu1-1/+6
2016-02-15usb: xhci: add a quirk bit for ssic port unusedLu Baolu2-34/+46
2016-02-15usb: xhci: handle both SSIC ports in PME stuck quirkLu Baolu1-19/+29
2016-02-15xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman2-62/+46
2016-02-15usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcdLu, Baolu1-3/+2
2016-02-15xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz1-45/+45
2016-02-15xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman1-0/+17
2016-02-15xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani1-3/+37
2016-01-31xhci: refuse loading if nousb is usedOliver Neukum1-0/+4
2016-01-31usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun1-0/+8
2016-01-23USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2015-12-09xhci: Workaround to get Intel xHCI reset working more reliablyRajmohan Mani1-0/+10
2015-12-09usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski1-1/+2
2015-11-10xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott1-0/+1
2015-11-10xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-10-23usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2-14/+57
2015-10-23xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman1-6/+5
2015-10-23xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2-5/+5
2015-10-23usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros1-0/+3
2015-10-23usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-10-23usb: xhci: lock mutex on xhci_stopRoger Quadros1-0/+4
2015-10-23xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2015-09-21usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen1-4/+4
2015-08-17drivers/usb: Delete XHCI command timer if necessaryGavin Shan1-1/+2
2015-08-17xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-08-10xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-08-10xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can3-3/+7
2015-08-10xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5