aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman2015-10-131-2/+2
* xhci: give command abortion one more chance before killing xhciMathias Nyman2015-10-131-0/+9
* xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman2015-10-131-1/+1
* xhci: gracefully handle xhci_irq dead deviceJoe Lawrence2015-08-071-1/+1
* xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman2015-08-071-0/+5
* xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2015-05-091-2/+8
* USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2014-12-141-30/+10
* USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman2014-12-141-2/+1
* xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2014-09-131-36/+40
* xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede2014-09-131-1/+2
* xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman2014-08-061-1/+1
* usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner2014-05-181-35/+31
* xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede2014-05-181-3/+11
* xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-10-261-2/+6
* xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel2013-08-021-1/+1
* xhci: Don't warn on empty ring for suspended devices.Sarah Sharp2013-05-301-8/+15
* usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-04-101-12/+12
* USB: XHCI: fix memory leak of URB-private dataAlan Stern2013-02-201-0/+2
* xhci: Fix TD size for isochronous URBs.Sarah Sharp2013-02-201-2/+3
* xhci: Fix isoc TD encoding.Sarah Sharp2013-02-201-1/+3
* xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp2013-02-061-0/+9
* xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp2013-01-031-13/+19
* xhci: Remove scary warnings about transfer issues.Sarah Sharp2012-12-061-4/+3
* xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp2012-10-301-0/+11
* xHCI: handle command after aborting the command ringElric Fu2012-10-171-6/+165
* xhci: Intel Panther Point BEI quirk.Sarah Sharp2012-10-171-1/+3
* xHCI: add aborting command ring functionElric Fu2012-10-171-0/+108
* xHCI: add cmd_ring_stateElric Fu2012-10-171-0/+3
* xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp2012-09-191-15/+24
* xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp2012-05-311-3/+17
* usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede2012-05-311-0/+1
* xhci: don't re-enable IE constantlyFelipe Balbi2012-04-221-1/+1
* xHCI: Cleanup isoc transfer ring when TD length mismatch foundAndiry Xu2012-02-031-1/+2
* xhci: Fix USB 3.0 device restart on resume.Sarah Sharp2012-02-031-1/+2
* usb: fix number of mapped SG DMA entriesClemens Ladisch2012-01-121-2/+2
* usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus2011-11-021-6/+7
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-251-37/+43
|\
| * xHCI: AMD isoc link TRB chain bit quirkAndiry Xu2011-09-261-24/+29
| * xHCI: Clear PLC for USB2 root hub portsAndiry Xu2011-09-261-0/+4
| * xHCI: test and clear RWC bitAndiry Xu2011-09-261-4/+2
| * xHCI: set link stateAndiry Xu2011-09-261-4/+2
| * xhci: Don't print short isoc packets.Sarah Sharp2011-09-091-1/+2
| * Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-291-4/+4
| |\
| | * USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-4/+4
* | | USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu2011-09-191-0/+19
|/ /
* | xhci: Handle zero-length isochronous packets.Sarah Sharp2011-08-161-10/+11
* | xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp2011-08-091-8/+8
* | xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp2011-08-091-6/+44
* | xhci: Fix memory leak during failed enqueue.Sarah Sharp2011-08-091-4/+1
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-251-25/+17
|\