aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2013-04-05usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-02-11USB: XHCI: fix memory leak of URB-private dataAlan Stern
2013-02-11xhci: Fix isoc TD encoding.Sarah Sharp
2012-10-31xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp
2012-10-28xHCI: handle command after aborting the command ringElric Fu
2012-10-28xHCI: add aborting command ring functionElric Fu
2012-10-28xHCI: add cmd_ring_stateElric Fu
2012-10-07xhci: Intel Panther Point BEI quirk.Sarah Sharp
2012-10-02xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp
2012-06-01xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp
2012-06-01usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede
2012-04-22xhci: don't re-enable IE constantlyFelipe Balbi
2012-02-03xHCI: Cleanup isoc transfer ring when TD length mismatch foundAndiry Xu
2012-02-03xhci: Fix USB 3.0 device restart on resume.Sarah Sharp
2012-01-12usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-26usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus
2011-11-11xHCI: Clear PLC for USB2 root hub portsAndiry Xu
2011-11-11xHCI: test and clear RWC bitAndiry Xu
2011-11-11USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu
2011-11-11xHCI: AMD isoc link TRB chain bit quirkAndiry Xu
2011-10-03xhci: Handle zero-length isochronous packets.Sarah Sharp
2011-10-03xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp
2011-10-03xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp
2011-10-03xhci: Fix memory leak during failed enqueue.Sarah Sharp
2011-06-17xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He
2011-06-15xHCI 1.0: Force Stopped Event(FSE)Alex He
2011-06-01xhci: Bigendian fix for skip_isoc_td()Matt Evans
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp
2011-05-25xhci: STFU: Be quieter during URB submission and completion.Sarah Sharp
2011-05-25xhci: STFU: Don't print event ring dequeue pointer.Sarah Sharp
2011-05-25xhci: STFU: Remove function tracing.Sarah Sharp
2011-05-25xhci: Clear stopped_td when Stop Endpoint command completes.Sarah Sharp
2011-05-11xhci: Fix bug in control transfer cancellation.Sarah Sharp
2011-05-09xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu
2011-05-09xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu
2011-05-02xhci 1.0: Set transfer burst last packet count field.Sarah Sharp
2011-05-02xhci 1.0: Set transfer burst count field.Sarah Sharp
2011-05-02xhci 1.0: Update TD size field format.Sarah Sharp
2011-05-02xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp
2011-05-02xhci: Remove recursive call to xhci_handle_eventMatt Evans
2011-05-02xhci: Add rmb() between reading event validity & event data access.Matt Evans
2011-05-02xhci: Make xHCI driver endian-safeMatt Evans
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu
2011-04-13xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp
2011-04-13USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov
2011-04-13USB: xhci - remove excessive 'inline' markingsDmitry Torokhov
2011-04-13USB: xhci: unsigned char never equals -1Dan Carpenter
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds