aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-25xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp1-0/+11
2012-09-25xhci: Intel Panther Point BEI quirk.Sarah Sharp1-1/+3
2012-09-13drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-13usb: host: xhci: sparse fixesFelipe Balbi1-0/+2
2012-09-13xHCI: handle command after aborting the command ringElric Fu1-6/+165
2012-09-13xHCI: add aborting command ring functionElric Fu1-0/+108
2012-09-13xHCI: add cmd_ring_stateElric Fu1-0/+3
2012-08-08xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp1-14/+22
2012-08-07xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning.Sarah Sharp1-2/+2
2012-07-02xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp1-0/+11
2012-05-18xhci: Some Evaluate Context commands must succeed.Sarah Sharp1-2/+2
2012-05-17xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp1-3/+17
2012-05-07USB: xhci-hcd: print URB's expected length in decimal, not hexAlan Stern1-1/+1
2012-05-03usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede1-0/+1
2012-05-03xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu1-0/+1
2012-04-11xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter1-2/+2
2012-04-11xhci: don't re-enable IE constantlyFelipe Balbi1-1/+1
2012-03-13xHCI: check enqueue pointer advance into dequeue segAndiry Xu1-12/+13
2012-03-13xHCI: dynamic ring expansionAndiry Xu1-5/+28
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu1-47/+58
2012-03-12xHCI: store ring's typeAndiry Xu1-59/+59
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-1/+1
2012-02-14USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp1-8/+32
2012-02-14USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp1-0/+21
2012-02-14xHCI: Kick khubd when USB3 resume really completes.Sarah Sharp1-12/+17
2012-01-25xHCI: Cleanup isoc transfer ring when TD length mismatch foundAndiry Xu1-1/+2
2012-01-10xhci: Fix USB 3.0 device restart on resume.Sarah Sharp1-1/+2
2012-01-04xhci: Clean up 32-bit build warnings.Sarah Sharp1-2/+4
2012-01-02xhci: Better debugging for critical host errors.Sarah Sharp1-0/+18
2011-12-22xhci: Be less verbose during URB cancellation.Sarah Sharp1-9/+6
2011-12-22xhci: Remove debugging about toggling cycle bits.Sarah Sharp1-13/+0
2011-12-22xhci: Remove debugging for individual transfers.Sarah Sharp1-22/+0
2011-12-22xhci: Remove useless sg-list debugging.Sarah Sharp1-20/+0
2011-12-22xhci: Remove scary warnings about transfer issues.Sarah Sharp1-4/+3
2011-12-09usb: fix number of mapped SG DMA entriesClemens Ladisch1-2/+2
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman1-6/+7
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-11/+1
2011-11-02usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus1-6/+7
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-37/+43
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu1-24/+29
2011-09-26xHCI: Clear PLC for USB2 root hub portsAndiry Xu1-0/+4
2011-09-26xHCI: test and clear RWC bitAndiry Xu1-4/+2
2011-09-26xHCI: set link stateAndiry Xu1-4/+2
2011-09-19USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu1-0/+19
2011-09-09xhci: Don't print short isoc packets.Sarah Sharp1-1/+2
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman1-4/+4
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-4/+4
2011-08-16xhci: Handle zero-length isochronous packets.Sarah Sharp1-10/+11
2011-08-09xhci: Remove TDs from TD lists when URBs are canceled.Sarah Sharp1-8/+8
2011-08-09xhci: Fix failed enqueue in the middle of isoch TD.Sarah Sharp1-6/+44