summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman1-2/+3
2018-03-16xhci: Don't always run the default stop endpoint command completion handlerMathias Nyman1-1/+2
2018-03-16usb: xhci: Remove ep_trb from finish_td()Lu Baolu1-4/+4
2018-03-16usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu1-7/+4
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman1-7/+11
2017-12-08usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun1-3/+3
2017-12-08usb: xhci: Make some static functions globalLu Baolu1-2/+2
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman1-3/+3
2017-12-08usb: xhci: remove unused variable ep_ringCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable urb_privCorentin Labbe1-2/+0
2017-12-01xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman1-4/+8
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman1-7/+14
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-10-17usb: xhci: Reset halted endpoint if trb is noopLu Baolu1-7/+13
2017-10-17xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen1-0/+1
2017-10-05xhci: allow TRACE to work with EVENT ring dequeueAdam Wallis1-2/+3
2017-10-05usb: xhci: reduce device initiated resume time variance.Anshuman Gupta1-1/+6
2017-08-16xhci: add port status tracingMathias Nyman1-0/+2
2017-08-16xhci: rename temp and temp1 variablesMathias Nyman1-10/+10
2017-07-20xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman1-4/+7
2017-06-15xhci: cleanup finish_td() skip optionMathias Nyman1-9/+5
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman1-5/+2
2017-06-15xhci: handle transfer events without TRB pointerMathias Nyman1-2/+22
2017-06-15xhci: support calling cleanup_halted_endpoint with soft retryMathias Nyman1-6/+10
2017-06-15xhci: Add support for endpoint soft resetMathias Nyman1-2/+6
2017-06-15xhci: refactor transfer event errors and completion codesMathias Nyman1-38/+40
2017-06-03xhci: Add helper to get hardware dequeue pointer for stopped rings.Mathias Nyman1-11/+25
2017-06-03xhci: Add stream id to xhci_dequeue_state structureMathias Nyman1-5/+5
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