aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2015-05-06usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-03-18xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado
2014-12-06USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman
2014-09-05xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede
2014-07-09xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman
2013-10-05xhci: Fix race between ep halt and URB cancellationFlorian Wolter
2013-10-05xhci: Fix oops happening after address device timeoutMathias Nyman
2013-10-05xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman
2013-08-04xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel
2013-03-25xhci: Don't warn on empty ring for suspended devices.Sarah Sharp
2013-03-25usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam
2013-03-25usb: xhci: fix build warningPeter Chen
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman
2013-01-24USB: XHCI: fix memory leak of URB-private dataAlan Stern
2013-01-24drivers: xhci: fix incorrect bit testNickolai Zeldovich
2013-01-24xhci: Fix TD size for isochronous URBs.Sarah Sharp
2013-01-24xhci: Fix isoc TD encoding.Sarah Sharp
2013-01-03usb: host: xhci: remove unused trb var in xhci_irq()Javier Martinez Canillas
2013-01-03xhci: Avoid "dead ports", add roothub port polling.Sarah Sharp
2012-11-12xHCI: Fix TD Size calculation on 1.0 hosts.Sarah Sharp
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp
2012-10-25xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp
2012-09-25xhci: Intel Panther Point BEI quirk.Sarah Sharp
2012-09-13drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin
2012-09-13usb: host: xhci: sparse fixesFelipe Balbi
2012-09-13xHCI: handle command after aborting the command ringElric Fu
2012-09-13xHCI: add aborting command ring functionElric Fu
2012-09-13xHCI: add cmd_ring_stateElric Fu
2012-08-08xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp
2012-08-07xhci: Rate-limit XHCI_TRUST_TX_LENGTH quirk warning.Sarah Sharp
2012-07-02xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp
2012-05-18xhci: Some Evaluate Context commands must succeed.Sarah Sharp
2012-05-17xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp
2012-05-07USB: xhci-hcd: print URB's expected length in decimal, not hexAlan Stern
2012-05-03usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede
2012-05-03xHCI: 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