summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu2023-01-241-1/+4
* USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang2022-05-121-0/+2
* xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman2021-12-081-7/+14
* xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti2021-10-201-4/+10
* xhci: add xhci_get_virt_ep() helperMathias Nyman2021-07-281-13/+45
* xhci: fix bounce buffer usage for non-sg list caseMathias Nyman2021-02-101-11/+20
* xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman2021-01-301-0/+2
* usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki2020-05-201-2/+2
* xhci: handle port status events for removed USB3 hcdMathias Nyman2020-03-111-0/+6
* usb: host: xhci: update event ring dequeue pointer on purposePeter Chen2020-02-281-17/+43
* xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2019-12-211-5/+1
* xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman2019-12-171-1/+2
* xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman2019-10-171-2/+2
* xhci: Use %zu for printing size_t typeFabio Estevam2019-06-091-2/+2
* xhci: update bounce buffer with correct sg numHenry Lin2019-06-091-4/+13
* xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman2019-04-031-3/+6
* usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma2018-12-011-1/+1
* xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George2018-12-011-1/+34
* xhci: Add check for invalid byte size error when UAS devices are connected.Sandeep Singh2018-12-011-0/+1
* usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun2017-12-201-3/+3
* xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman2017-12-101-4/+8
* usb: xhci: Reset halted endpoint if trb is noopLu Baolu2017-10-171-7/+13
* xhci: Cleanup current_cmd in xhci_cleanup_command_queue()Jeffy Chen2017-10-171-0/+1
* xhci: add port status tracingMathias Nyman2017-08-161-0/+2
* xhci: rename temp and temp1 variablesMathias Nyman2017-08-161-10/+10
* xhci: Fix NULL pointer dereference when cleaning up streams for removed hostMathias Nyman2017-07-201-4/+7
* xhci: cleanup finish_td() skip optionMathias Nyman2017-06-151-9/+5
* xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman2017-06-151-5/+2
* xhci: handle transfer events without TRB pointerMathias Nyman2017-06-151-2/+22
* xhci: support calling cleanup_halted_endpoint with soft retryMathias Nyman2017-06-151-6/+10
* xhci: Add support for endpoint soft resetMathias Nyman2017-06-151-2/+6
* xhci: refactor transfer event errors and completion codesMathias Nyman2017-06-151-38/+40
* xhci: Add helper to get hardware dequeue pointer for stopped rings.Mathias Nyman2017-06-031-11/+25
* xhci: Add stream id to xhci_dequeue_state structureMathias Nyman2017-06-031-5/+5
* xhci: Find out where an endpoint or stream stopped from its context.Mathias Nyman2017-06-031-5/+12
* xhci: remove unused stopped_td pointerMathias Nyman2017-06-031-4/+0
* xhci: Fix command ring stop regression in 4.11Mathias Nyman2017-05-181-4/+4
* USB: xhci: fix lock-inversion problemAlan Stern2017-05-181-2/+3
* usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2017-05-181-4/+1
* usb: xhci: trace URB before giving it back instead of afterMathias Nyman2017-05-181-1/+1
* usb: xhci: remove xhci_debug_trb()Lu Baolu2017-04-081-4/+0
* usb: xhci: remove ring debugging codeLu Baolu2017-04-081-4/+0
* usb: xhci: remove enq_updates and deq_updates from ringLu Baolu2017-04-081-3/+0
* usb: xhci: remove error messages for failed memory allocationLu Baolu2017-04-081-6/+4
* usb: xhci: add xhci_log_ring trace eventsLu Baolu2017-04-081-0/+5
* xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman2017-04-081-61/+57
* xhci: add slot and endpoint numbers to debug messages in handle_tx_eventZhengjun Xing2017-04-081-25/+55
* usb: host: xhci: add Slot and EP Context tracersFelipe Balbi2017-04-081-0/+42
* xhci: Set URB actual length for stopped control transfersMathias Nyman2017-03-291-0/+3
* xhci: simplify how we store TDs in urb private dataMathias Nyman2017-01-251-10/+10