aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAge
* xhci: gracefully handle xhci_irq dead deviceJoe Lawrence2015-05-09
* xhci: fix isoc endpoint dequeue from advancing too far on transaction errorMathias Nyman2015-05-09
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-10
|\
| * usb: host: xhci: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-07
* | Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman2015-03-23
|\ \
| * | Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman2015-03-11
| |/
* / xhci: unify cycle state toggling operation with 'XOR'Lin Wang2015-03-18
|/
* xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2015-03-06
* xhci: Clear the host side toggle manually when endpoint is 'soft reset'Mathias Nyman2015-02-24
* xhci: Add completion code to the debug ouput of unhandled transfer eventsMathias Nyman2015-01-09
* xhci: clean up work to remove unused parameters for functions in xhci-mem.cLin Wang2015-01-09
* xhci: remove unused parameter 'xhci' in function xhci_handshake().Lin Wang2015-01-09
* xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman2014-12-02
* xhci: cleanup finish_td functionMathias Nyman2014-12-02
* USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2014-11-22
* USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman2014-11-22
* xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede2014-09-24
* xhci: Remove "FIXME - check all the stream rings for pending cancellations"Hans de Goede2014-09-24
* xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd compl...Hans de Goede2014-09-24
* xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_stateHans de Goede2014-09-24
* xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede2014-09-24
* xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2014-08-19
* xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede2014-08-19
* xhci: Add missing checks for xhci_alloc_command failureHans de Goede2014-08-01
* xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman2014-06-24
* xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman2014-06-24
* xhci: rework command timeout and cancellation,Mathias Nyman2014-05-19
* xhci: Use completion and status in global command queueMathias Nyman2014-05-19
* xhci: Add a global command queueMathias Nyman2014-05-19
* xhci: Use command structures when queuing commands on the command ringMathias Nyman2014-05-19
* usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner2014-04-25
* xhci: Kill streams URBs when the host dies.Sarah Sharp2014-03-04
* xhci: Refactor command watchdog and fix split string.Sarah Sharp2014-03-04
* xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2014-03-04
* xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2014-03-04
* xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede2014-03-04
* xhci: make warnings greppableOliver Neukum2014-03-04
* Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp2014-02-07
* Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"Sarah Sharp2014-02-07
* Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp2014-01-30
* Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp2014-01-29
* xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings2014-01-08
* Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-12-21
|\
| * xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().Lin Wang2013-12-17
* | Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-16
|\|
| * usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams2013-12-10
| * xhci: replace xhci_write_64() with writeq()Xenia Ragiadakou2013-12-02
| * xhci: replace xhci_read_64() with readq()Xenia Ragiadakou2013-12-02
| * xhci: replace xhci_writel() with writel()Xenia Ragiadakou2013-12-02
| * xhci: replace xhci_readl() with readl()Xenia Ragiadakou2013-12-02