summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
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: Move xhci_pme_quirk() behind #ifdef CONFIG_PMTomer Barletz1-45/+45
2016-02-15xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani1-3/+37
2016-02-15xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman1-0/+17
2016-01-22USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2015-11-15xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott1-0/+1
2015-11-15xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-10-28usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen1-4/+4
2015-10-28usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat2-14/+57
2015-10-28xhci: init command timeout timer earlier to avoid deleting it uninitializedMathias Nyman1-7/+5
2015-10-28xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2-5/+5
2015-10-28usb: xhci: exit early in xhci_setup_device() if we're halted or dyingRoger Quadros1-0/+3
2015-10-28usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2015-08-27xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-08-27xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-2/+5
2015-08-27xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-08-19drivers/usb: Delete XHCI command timer if necessaryGavin Shan1-1/+2
2015-08-19xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-08-04usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-06-10xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-06-10xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-06-10xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-18usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2-8/+11
2015-05-18usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: fotg210: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-05-18usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+3
2015-05-18usb: host: fusbh200: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+1
2015-05-18usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+4
2015-04-25usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+1
2015-04-25usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-03-14xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2-0/+31
2015-03-14xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-03-14xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-03-14usb: XHCI: platform: Move the Marvell quirks after the enabling the clocksMaxime Ripard1-9/+9
2015-03-07USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern1-0/+3
2015-01-27USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern1-4/+4
2015-01-27OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha1-3/+15