summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2012-10-31xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp
2012-10-07xHCI: handle command after aborting the command ringElric Fu
2012-10-07xHCI: add aborting command ring functionElric Fu
2012-10-07xHCI: add cmd_ring_stateElric Fu
2012-10-07xhci: Intel Panther Point BEI quirk.Sarah Sharp
2012-08-26xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp
2012-07-16xhci: Fix hang on back-to-back Set TR Deq Ptr commands.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-06-01xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu
2012-04-11xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter
2012-04-11xhci: don't re-enable IE constantlyFelipe Balbi
2012-03-13xHCI: check enqueue pointer advance into dequeue segAndiry Xu
2012-03-13xHCI: dynamic ring expansionAndiry Xu
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu
2012-03-12xHCI: store ring's typeAndiry Xu
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi
2012-02-14USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp
2012-02-14USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp
2012-02-14xHCI: Kick khubd when USB3 resume really completes.Sarah Sharp
2012-01-25xHCI: Cleanup isoc transfer ring when TD length mismatch foundAndiry Xu
2012-01-10xhci: Fix USB 3.0 device restart on resume.Sarah Sharp
2012-01-04xhci: Clean up 32-bit build warnings.Sarah Sharp
2012-01-02xhci: Better debugging for critical host errors.Sarah Sharp
2011-12-22xhci: Be less verbose during URB cancellation.Sarah Sharp
2011-12-22xhci: Remove debugging about toggling cycle bits.Sarah Sharp
2011-12-22xhci: Remove debugging for individual transfers.Sarah Sharp
2011-12-22xhci: Remove useless sg-list debugging.Sarah Sharp
2011-12-22xhci: Remove scary warnings about transfer issues.Sarah Sharp
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern
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