summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2015-08-07xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-08-07xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-08-07xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-09usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+2
2015-05-09usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-05-09xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2-0/+31
2015-05-09xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-05-09xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-05-09USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern1-0/+3
2015-02-20OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha1-3/+15
2014-12-14usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu3-3/+43
2014-12-14USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2-72/+25
2014-12-14Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"Lu Baolu1-4/+1
2014-12-14USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-12-14xhci: no switching back on non-ULT HaswellOliver Neukum1-14/+0
2014-11-05xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-11-05usb: host: xhci: fix compliance mode workaroundFelipe Balbi1-3/+5
2014-09-13xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2-36/+43
2014-09-13usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-09-13xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-09-13USB: OHCI: don't lose track of EDs when a controller diesAlan Stern1-17/+29
2014-08-06xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu1-3/+7
2014-08-06xhci: clear root port wake on bits if controller isn't wake-up capableLu Baolu1-1/+4
2014-08-06xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-07-11USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-07-11xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2014-05-18usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen1-3/+3
2014-05-18usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner3-38/+31
2014-05-18xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede1-3/+11
2014-04-02usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka1-3/+10
2014-04-02USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern1-3/+23
2014-04-02usb: ehci: add freescale imx28 special write register methodPeter Chen1-1/+17
2014-02-15xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai1-1/+6
2013-11-28xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai3-0/+25
2013-11-28xhci: quirk for extra long delay for S4Oliver Neukum3-1/+15
2013-11-28xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-28/+0
2013-10-26xhci: Fix race between ep halt and URB cancellationFlorian Wolter1-2/+6
2013-10-26USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern3-3/+3
2013-10-26USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2013-10-26usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-10-26usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1
2013-08-02xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel1-1/+1
2013-08-02usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian2-1/+7
2013-08-02xhci: Avoid NULL pointer deref when host dies.Sarah Sharp1-3/+3
2013-07-27xhci: check for failed dma pool allocationMathias Nyman1-0/+4
2013-06-19USB: revert periodic scheduling bugfixAlan Stern1-1/+1
2013-06-19xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso1-1/+11
2013-06-19xhci: fix list access before initVladimir Murzin1-0/+4
2013-06-19xhci-mem: init list heads at the beginning of initSergio Aguirre1-3/+3
2013-05-30xhci: Don't warn on empty ring for suspended devices.Sarah Sharp1-8/+15