summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-11xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman1-11/+0
2017-01-03usb: host: xhci: handle COMP_STOP from SETUP phase tooFelipe Balbi1-12/+21
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi1-80/+88
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi1-10/+16
2017-01-03usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu1-4/+9
2017-01-03xhci: Handle command completion and timeout raceMathias Nyman1-1/+5
2017-01-03usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang1-1/+4
2017-01-03usb: xhci: fix possible wild pointerLu Baolu1-5/+11
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-3/+3
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu1-4/+4
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman1-12/+6
2016-11-14usb: xhci: clean up error_bitmask usageLu Baolu1-24/+22
2016-11-14xhci: Remove duplicate xhci urb giveback functionsMathias Nyman1-69/+56
2016-11-14xhci: Giveback urb in finish_td directlyMathias Nyman1-23/+8
2016-11-14xhci: refactor handle_tx_event() urb givebackMathias Nyman1-29/+32
2016-11-14xhci: fix non static symbol warningWei Yongjun1-2/+2
2016-11-14xhci: cleanup and refactor td_to_noop()Mathias Nyman1-42/+20
2016-11-14xhci: refactor and cleanup process_isoc_td()Mathias Nyman1-37/+32
2016-11-14xhci: rename endpoint related trb variablesMathias Nyman1-39/+38
2016-11-14xhci: cleanup and refactor process_bulk_intr_td()Mathias Nyman1-62/+46
2016-11-14xhci: cleanup and refactor process_ctrl_td()Mathias Nyman1-58/+45
2016-11-14xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman1-47/+7
2016-11-14xhci: add trb_is_noop() helper functionMathias Nyman1-7/+9
2016-11-14xhci: use trb helper functions when possibleMathias Nyman1-6/+5
2016-11-14xhci: remove unnecessary xhci_quiesce call before xhci_haltMathias Nyman1-1/+0
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi1-3/+3
2016-09-08xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-08-16xhci: really enqueue zero length TRBs.Alban Browaeys1-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-07-01xhci: free the correct ringArnd Bergmann1-0/+1
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman1-40/+25
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman1-7/+1
2016-06-26xhci: rework inc_deq() and fix off by one error.Mathias Nyman1-36/+32
2016-06-26xhci: use and add separate function for checking for link trbsMathias Nyman1-11/+13
2016-06-26xhci: clean up event ring checks from inc_enq()Mathias Nyman1-36/+28
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman1-10/+96
2016-06-26xhci: align the last trb before link if it is easily splittable.Mathias Nyman1-0/+27
2016-06-26xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman1-46/+29
2016-06-26xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman1-7/+6
2016-06-26xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman1-23/+15
2016-06-26xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman1-11/+10
2016-06-01xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-06-01xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi1-1/+2
2016-04-26usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov1-32/+21
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov1-12/+5
2016-04-26usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov1-288/+118
2016-04-19xhci: fix typo in babble endpoint handling commentRajesh Bhagat1-1/+1
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman1-1/+2
2016-02-14xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman1-4/+12
2016-02-14xhci: cleanup isoc tranfers queuing codeMathias Nyman1-72/+53