summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2016-10-26usb: xhci: fix config fail of FS hub behind a HS hub with MTTChunfeng Yun1-0/+8
2016-10-26USB: whci-hcd: add check for dma mapping errorAlexey Khoroshilov1-0/+4
2016-04-27xhci: Add spurious wakeup quirk for LynxPoint-LP controllersLaura Abbott1-0/+1
2016-04-27xhci: handle no ping response error properlyMathias Nyman1-5/+15
2016-04-27xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2-5/+5
2016-04-27usb: xhci: Clear XHCI_STATE_DYING on startRoger Quadros1-1/+2
2016-04-27xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2016-04-27usb: host: ehci-sys: delete useless bus_to_hcd conversionPeter Chen1-4/+4
2016-03-21xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2016-03-21xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can3-3/+7
2016-03-21xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2016-03-21xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2016-03-21usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-09-18xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-09-18xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256Mathias Nyman1-1/+1
2015-09-18xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-06-19usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+2
2015-06-19usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-06-19xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2-0/+31
2015-06-19xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-06-19xhci: Allocate correct amount of scratchpad buffersMathias Nyman1-2/+3
2015-06-19USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern1-0/+3
2015-04-14OHCI: add a quirk for ULi M5237 blocking on resetArseny Solokha1-3/+15
2015-04-14usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu3-3/+43
2015-04-14USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2-76/+24
2015-04-14USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2015-02-02xhci: no switching back on non-ULT HaswellOliver Neukum1-14/+0
2014-12-01xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-12-01usb: host: xhci: fix compliance mode workaroundFelipe Balbi1-3/+5
2014-09-25usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-09-25xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-07-09xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu1-3/+7
2014-07-09xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-07-01USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-06-11xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2014-05-06usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen1-3/+3
2014-05-06xhci: extend quirk for Renesas cardsIgor Gnatenko1-3/+1
2014-04-14xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai1-1/+6
2014-04-14xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai3-0/+25
2014-04-14xhci: quirk for extra long delay for S4Oliver Neukum3-1/+15
2014-04-14xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-28/+0
2014-04-14USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern3-3/+3
2014-04-14USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2014-04-14USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2-12/+8
2014-03-31xhci: Fix resume issues on Renesas chips in Samsung laptopsSarah Sharp1-0/+5
2014-02-06usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()Jack Pham1-0/+3
2013-10-05xhci: Fix race between ep halt and URB cancellationFlorian Wolter1-2/+6
2013-10-05xhci: Fix oops happening after address device timeoutMathias Nyman1-0/+6
2013-10-05xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman4-21/+17
2013-09-27usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1