aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAge
* xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-01-11
* usb: host: xhci: handle COMP_STOP from SETUP phase tooFelipe Balbi2017-01-03
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-03
* xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi2017-01-03
* usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu2017-01-03
* xhci: Handle command completion and timeout raceMathias Nyman2017-01-03
* usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang2017-01-03
* usb: xhci: fix possible wild pointerLu Baolu2017-01-03
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-18
|\
| * usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-03
* | usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu2016-11-14
* | xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman2016-11-14
* | usb: xhci: clean up error_bitmask usageLu Baolu2016-11-14
* | xhci: Remove duplicate xhci urb giveback functionsMathias Nyman2016-11-14
* | xhci: Giveback urb in finish_td directlyMathias Nyman2016-11-14
* | xhci: refactor handle_tx_event() urb givebackMathias Nyman2016-11-14
* | xhci: fix non static symbol warningWei Yongjun2016-11-14
* | xhci: cleanup and refactor td_to_noop()Mathias Nyman2016-11-14
* | xhci: refactor and cleanup process_isoc_td()Mathias Nyman2016-11-14
* | xhci: rename endpoint related trb variablesMathias Nyman2016-11-14
* | xhci: cleanup and refactor process_bulk_intr_td()Mathias Nyman2016-11-14
* | xhci: cleanup and refactor process_ctrl_td()Mathias Nyman2016-11-14
* | xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman2016-11-14
* | xhci: add trb_is_noop() helper functionMathias Nyman2016-11-14
* | xhci: use trb helper functions when possibleMathias Nyman2016-11-14
* | xhci: remove unnecessary xhci_quiesce call before xhci_haltMathias Nyman2016-11-14
|/
* xhci: fix null pointer dereference in stop command timeout functionMathias Nyman2016-09-08
* xhci: really enqueue zero length TRBs.Alban Browaeys2016-08-16
* xhci: always handle "Command Ring Stopped" eventsMathias Nyman2016-08-16
* xhci: free the correct ringArnd Bergmann2016-07-01
* xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman2016-06-26
* xhci: remove enqueue_is_link() helperMathias Nyman2016-06-26
* xhci: rework inc_deq() and fix off by one error.Mathias Nyman2016-06-26
* xhci: use and add separate function for checking for link trbsMathias Nyman2016-06-26
* xhci: clean up event ring checks from inc_enq()Mathias Nyman2016-06-26
* xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-26
* xhci: align the last trb before link if it is easily splittable.Mathias Nyman2016-06-26
* xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman2016-06-26
* xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman2016-06-26
* xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman2016-06-26
* xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman2016-06-26
* xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman2016-06-01
* xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi2016-06-01
* usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov2016-04-26
* usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov2016-04-26
* usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov2016-04-26
* xhci: fix typo in babble endpoint handling commentRajesh Bhagat2016-04-18
* xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman2016-04-13
* xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman2016-02-14
* xhci: cleanup isoc tranfers queuing codeMathias Nyman2016-02-14