summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman2015-05-281-1/+1
* xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman2015-05-281-0/+5
* usb: isp1760: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-1/+1
* usb: host: sl811: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-1/+1
* usb: host: r8a66597: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-1/+1
* usb: host: oxu210hp: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-3/+4
* usb: host: fusbh200: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-2/+1
* usb: host: fotg210: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-1/+1
* usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-1/+1
* usb: host: uhci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-2/+3
* usb: host: ehci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-052-8/+11
* usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-05-051-1/+1
* usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu2015-04-131-1/+1
* usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu2015-04-131-1/+8
* xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2015-03-182-0/+31
* xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2015-03-182-2/+11
* xhci: Allocate correct amount of scratchpad buffersMathias Nyman2015-03-181-2/+3
* usb: XHCI: platform: Move the Marvell quirks after the enabling the clocksMaxime Ripard2015-03-181-9/+9
* USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2015-03-021-0/+3
* OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha2015-01-221-3/+15
* xhci: Add broken-streams quirk for Fresco Logic FL1000G xhci controllersHans de Goede2015-01-221-0/+2
* USB: EHCI: fix initialization bug in iso_stream_schedule()Alan Stern2015-01-221-4/+4
* xhci: Check if slot is already in default state before moving it thereMathias Nyman2015-01-221-0/+9
* usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu2014-12-104-4/+52
* USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2014-12-102-80/+25
* Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"Lu Baolu2014-12-101-4/+1
* USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman2014-12-101-2/+1
* xhci: no switching back on non-ULT HaswellOliver Neukum2014-11-141-14/+0
* xhci: Disable streams on Asmedia 1042 xhci controllersHans de Goede2014-11-141-0/+4
* USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern2014-10-051-2/+0
* xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman2014-10-051-2/+10
* usb: xhci: Fix OOPS in xhci error handling codeAl Cooper2014-10-051-0/+1
* xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman2014-10-051-1/+1
* usb: host: xhci: fix compliance mode workaroundFelipe Balbi2014-10-051-3/+5
* usb: ehci: using wIndex + 1 for hub portPeter Chen2014-09-051-1/+1
* xhci: Disable streams on Via XHCI with device-id 0x3432Hans de Goede2014-09-051-0/+5
* xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2014-09-052-62/+42
* usb: xhci: amd chipset also needs short TX quirkHuang Rui2014-09-051-0/+4
* xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede2014-09-051-1/+2