summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22xhci: fix usb2 resume timing and races.Mathias Nyman1-1/+2
2016-10-06xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-01xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-07-11xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-04-20xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-1/+2
2016-04-20usb: xhci: fix xhci locking up during hcd removeRoger Quadros1-1/+4
2015-11-15xhci: handle no ping response error properlyMathias Nyman1-5/+15
2015-10-28usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfersReyad Attiyat1-14/+52
2015-10-28xhci: change xhci 1.0 only restrictions to support xhci 1.1Mathias Nyman1-2/+2
2015-08-19xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman1-1/+1
2015-06-10xhci: gracefully handle xhci_irq dead deviceJoe Lawrence1-1/+1
2015-06-10xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman1-0/+5
2015-05-18usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-03-14xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado1-2/+8
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-24xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede1-5/+21
2014-09-24xhci: Remove "FIXME - check all the stream rings for pending cancellations"Hans de Goede1-1/+0
2014-09-24xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd compl...Hans de Goede1-2/+2
2014-09-24xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_stateHans de Goede1-51/+32
2014-09-24xhci: 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-02xhci: 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-05xhci: Kill streams URBs when the host dies.Sarah Sharp1-7/+21
2014-03-05xhci: Refactor command watchdog and fix split string.Sarah Sharp1-31/+39
2014-03-05xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede1-7/+15
2014-03-05xhci: Set SCT field for Set TR dequeue on streamsHans de Goede1-1/+4
2014-03-05xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede1-3/+11
2014-03-05xhci: make warnings greppableOliver Neukum1-13/+8
2014-02-08Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp1-52/+2
2014-02-08Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"Sarah Sharp1-1/+1
2014-01-31Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp1-3/+3
2014-01-30Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp1-3/+5
2014-01-08xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings1-1/+1
2013-12-22Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-6/+0
2013-12-18xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Lin Wang1-6/+0
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-22/+20
2013-12-11usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-3/+3
2013-12-03xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou1-5/+3
2013-12-03xhci: replace xhci_read_64() with readq()Xenia Ragiadakou1-3/+3
2013-12-03xhci: replace xhci_writel() with writel()Xenia Ragiadakou1-4/+4
2013-12-03xhci: replace xhci_readl() with readl()Xenia Ragiadakou1-6/+6