summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18usb: xhci: fix checking ep busy for CFCLu Baolu1-26/+6
2015-10-26Merge 4.3-rc7 into usb-nextGreg Kroah-Hartman1-5/+25
2015-10-17xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-10-17xhci: don't finish a TD if we get a short transfer event mid TDMathias Nyman1-0/+10
2015-10-16xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman1-62/+44
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman1-5/+5
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman1-3/+3
2015-09-21xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman1-2/+2
2015-09-21xhci: give command abortion one more chance before killing xhciMathias Nyman1-0/+9
2015-08-10Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2015-08-08xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)Lu Baolu1-3/+41
2015-08-08xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)Lu Baolu1-13/+178
2015-08-08usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat1-14/+52
2015-08-03xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can1-0/+3
2015-05-31xhci: Return correct number of tranferred bytes for stalled control endpointsMathias Nyman1-1/+1
2015-05-31usb: xhci: fix xhci locking up during hcd removeRoger Quadros1-1/+4
2015-05-09xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-05-09xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2015-04-07usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2015-03-18xhci: unify cycle state toggling operation with 'XOR'Lin Wang1-2/+2
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman1-1/+1
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado1-2/+8
2015-02-24xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman1-1/+1
2015-01-09xhci: Add completion code to the debug ouput of unhandled transfer eventsMathias Nyman1-2/+2
2015-01-09xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang1-3/+3
2015-01-09xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang1-1/+1
2014-12-02xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman1-6/+2
2014-12-02xhci: cleanup finish_td functionMathias Nyman1-56/+49
2014-11-22USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman1-30/+10
2014-11-22USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede1-5/+21
2014-09-23xhci: Remove "FIXME - check all the stream rings for pending cancellations"Hans de Goede1-1/+0
2014-09-23xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd compl...Hans de Goede1-2/+2
2014-09-23xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_stateHans de Goede1-51/+32
2014-09-23xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede1-13/+22
2014-08-19xhci: rework cycle bit checking for new dequeue pointersMathias Nyman1-62/+39
2014-08-19xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-08-01xhci: Add missing checks for xhci_alloc_command failureHans de Goede1-0/+4
2014-06-24xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-06-24xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman1-2/+5
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman1-250/+128
2014-05-20xhci: Use completion and status in global command queueMathias Nyman1-69/+15
2014-05-20xhci: Add a global command queueMathias Nyman1-4/+30
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman1-50/+57
2014-04-25usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner1-36/+31
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp1-7/+21
2014-03-04xhci: Refactor command watchdog and fix split string.Sarah Sharp1-31/+39