aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-03xhci: Find out where an endpoint or stream stopped from its context.Mathias Nyman1-5/+12
2017-06-03xhci: remove unused stopped_td pointerMathias Nyman1-4/+0
2017-05-18xhci: Fix command ring stop regression in 4.11Mathias Nyman1-4/+4
2017-05-18USB: xhci: fix lock-inversion problemAlan Stern1-2/+3
2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen1-4/+1
2017-05-18usb: xhci: trace URB before giving it back instead of afterMathias Nyman1-1/+1
2017-04-08usb: xhci: remove xhci_debug_trb()Lu Baolu1-4/+0
2017-04-08usb: xhci: remove ring debugging codeLu Baolu1-4/+0
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu1-3/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu1-6/+4
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu1-0/+5
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman1-61/+57
2017-04-08xhci: add slot and endpoint numbers to debug messages in handle_tx_eventZhengjun Xing1-25/+55
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi1-0/+42
2017-03-29xhci: Set URB actual length for stopped control transfersMathias Nyman1-0/+3
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman1-10/+10
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman1-5/+5
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi1-0/+1
2017-01-25usb: host: xhci: make a generic TRB tracerFelipe Balbi1-2/+12
2017-01-25usb: host: xhci: convert to list_for_each_entry_safe()Felipe Balbi1-7/+8
2017-01-25xhci: use the trb_to_noop() helper for command trbsMathias Nyman1-10/+2
2017-01-25xhci: Introduce helper to turn one TRB into a no-opMathias Nyman1-12/+17
2017-01-25usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()Felipe Balbi1-6/+3
2017-01-25usb: host: xhci: check for a valid ring when unmapping bounce bufferFelipe Balbi1-1/+1
2017-01-25usb: host: xhci: remove bogus __releases()/__acquires() annotationFelipe Balbi1-2/+0
2017-01-25usb: host: xhci: introduce xhci_td_cleanup()Felipe Balbi1-42/+50
2017-01-25usb: host: xhci: reorder variable definitionsFelipe Balbi1-8/+4
2017-01-25usb: host: xhci: use slightly better list helpersFelipe Balbi1-9/+10
2017-01-25usb: host: xhci: simplify irq handler returnFelipe Balbi1-15/+17
2017-01-25usb: host: xhci: rename completion codes to match specFelipe Balbi1-62/+62
2017-01-25usb: xhci: use list_is_singular for cmd_listLu Baolu1-3/+4
2017-01-25usb: xhci: avoid unnecessary calculationLu Baolu1-10/+10
2017-01-25usb: xhci: remove unnecessary assignmentLu Baolu1-2/+0
2017-01-25usb: xhci: remove unnecessary second abort tryLu Baolu1-13/+5
2017-01-25xhci: remove unnecessary check for pending timerMathias Nyman1-2/+1
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman1-16/+11
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman1-3/+3
2017-01-25xhci: simplify if statement to make it more readableMathias Nyman1-1/+2
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/balbi/usb into usb-nextGreg 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