aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2013-08-02xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel
2013-05-30xhci: Don't warn on empty ring for suspended devices.Sarah Sharp
2013-04-10usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-02-20USB: XHCI: fix memory leak of URB-private dataAlan Stern
2013-02-20xhci: Fix TD size for isochronous URBs.Sarah Sharp
2013-02-20xhci: Fix isoc TD encoding.Sarah Sharp
2013-02-06xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp
2013-01-03xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp
2012-12-06xhci: Remove scary warnings about transfer issues.Sarah Sharp
2012-10-30xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp
2012-10-17xHCI: handle command after aborting the command ringElric Fu
2012-10-17xhci: Intel Panther Point BEI quirk.Sarah Sharp
2012-10-17xHCI: add aborting command ring functionElric Fu
2012-10-17xHCI: add cmd_ring_stateElric Fu
2012-09-19xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp
2012-05-31xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp
2012-05-31usb-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-02usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu
2011-09-26xHCI: Clear PLC for USB2 root hub portsAndiry Xu
2011-09-26xHCI: test and clear RWC bitAndiry Xu
2011-09-26xHCI: set link stateAndiry Xu
2011-09-19USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu
2011-09-09xhci: Don't print short isoc packets.Sarah Sharp
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-16xhci: Handle zero-length isochronous packets.Sarah Sharp
2011-08-09xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp
2011-08-09xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp
2011-08-09xhci: Fix memory leak during failed enqueue.Sarah Sharp
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
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-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans
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