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