aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-15/+25
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-26/+337
|\
| * USB: XHCI: fix memory leak of URB-private dataAlan Stern2013-02-111-0/+2
| * xhci: Fix isoc TD encoding.Sarah Sharp2013-02-111-1/+3
| * xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp2012-10-311-0/+11
| * xHCI: handle command after aborting the command ringElric Fu2012-10-281-6/+165
| * xHCI: add aborting command ring functionElric Fu2012-10-281-0/+108
| * xHCI: add cmd_ring_stateElric Fu2012-10-281-0/+3
| * xhci: Intel Panther Point BEI quirk.Sarah Sharp2012-10-071-1/+3
| * xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp2012-10-021-15/+24
| * xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp2012-06-011-3/+17
| * usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede2012-06-011-0/+1
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-5/+7
|\ \ | |/
| * 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
* | samsung update 1codeworkx2012-06-021-4/+3
|/
* usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus2011-11-261-6/+7
* xHCI: Clear PLC for USB2 root hub portsAndiry Xu2011-11-111-0/+4
* xHCI: test and clear RWC bitAndiry Xu2011-11-111-4/+2
* USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu2011-11-111-0/+19
* xHCI: AMD isoc link TRB chain bit quirkAndiry Xu2011-11-111-24/+29
* xhci: Handle zero-length isochronous packets.Sarah Sharp2011-10-031-10/+11
* xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp2011-10-031-8/+8
* xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp2011-10-031-6/+44
* xhci: Fix memory leak during failed enqueue.Sarah Sharp2011-10-031-4/+1
* xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp2011-06-171-5/+6
* xHCI 1.0: Incompatible Device ErrorAlex He2011-06-171-0/+5
* xHCI 1.0: Force Stopped Event(FSE)Alex He2011-06-151-0/+14
* xhci: Bigendian fix for skip_isoc_td()Matt Evans2011-06-011-1/+1
* Intel xhci: Limit number of active endpoints to 64.Sarah Sharp2011-05-271-1/+6
* Intel xhci: Ignore spurious successful event.Sarah Sharp2011-05-271-0/+14
* xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp2011-05-251-31/+15
* xhci: STFU: Don't print event ring dequeue pointer.Sarah Sharp2011-05-251-13/+1
* xhci: STFU: Remove function tracing.Sarah Sharp2011-05-251-8/+0
* xhci: Clear stopped_td when Stop Endpoint command completes.Sarah Sharp2011-05-251-0/+2
* xhci: Fix bug in control transfer cancellation.Sarah Sharp2011-05-111-9/+9
* xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu2011-05-091-0/+5
* xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu2011-05-091-0/+11
* xhci 1.0: Set transfer burst last packet count field.Sarah Sharp2011-05-021-1/+40
* xhci 1.0: Set transfer burst count field.Sarah Sharp2011-05-021-1/+26
* xhci 1.0: Update TD size field format.Sarah Sharp2011-05-021-6/+70
* xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp2011-05-021-21/+24
* xhci: Remove recursive call to xhci_handle_eventMatt Evans2011-05-021-7/+11
* xhci: Add rmb() between reading event validity & event data access.Matt Evans2011-05-021-0/+5
* xhci: Make xHCI driver endian-safeMatt Evans2011-05-021-127/+140
* xHCI: Implement AMD PLL quirkAndiry Xu2011-04-131-1/+23
* xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp2011-04-131-0/+11
* USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov2011-04-131-78/+94