aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-25xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel1-1/+1
2013-06-14xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp1-0/+4
2013-06-05usb/xhci: unify parameter of xhci_msi_irqAlex Shi1-1/+1
2013-03-25xhci: Don't warn on empty ring for suspended devices.Sarah Sharp1-8/+15
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam1-12/+12
2013-03-25usb: xhci: fix build warningPeter Chen1-6/+8
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman1-4/+9
2013-01-24USB: XHCI: fix memory leak of URB-private dataAlan Stern1-0/+2
2013-01-24drivers: xhci: fix incorrect bit testNickolai Zeldovich1-1/+1
2013-01-24xhci: Fix TD size for isochronous URBs.Sarah Sharp1-2/+3
2013-01-24xhci: Fix isoc TD encoding.Sarah Sharp1-1/+3
2013-01-03usb: host: xhci: remove unused trb var in xhci_irq()Javier Martinez Canillas1-2/+0
2013-01-03xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp1-0/+9
2012-11-12xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp1-13/+19
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp1-1/+1
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