aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-09xhci: Fix memory leak during failed enqueue.Sarah Sharp1-4/+1
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-25/+17
2011-06-17xhci: Always set urb->status to zero for isoc endpoints.Sarah Sharp1-5/+6
2011-06-17xHCI 1.0: Incompatible Device ErrorAlex He1-0/+5
2011-06-15xHCI 1.0: Force Stopped Event(FSE)Alex He1-0/+14
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman1-1/+1
2011-06-02xhci: Remove some unnecessary casts and tidy some endian swap codeMatt Evans1-25/+17
2011-06-01xhci: Bigendian fix for skip_isoc_td()Matt Evans1-1/+1
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp1-1/+6
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp1-0/+14