summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Tune interrupt blocking for isochronous transfersMathias Nyman2020-09-201-4/+19
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki2020-05-141-2/+2
* xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman2020-04-211-5/+11
* xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman2020-04-211-1/+29
* xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng2020-03-121-0/+1
* xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman2020-03-121-0/+4
* xhci: Add a separate debug message for split transaction errors.Mathias Nyman2020-03-121-0/+4
* xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman2019-12-111-1/+2
* xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2019-12-111-2/+1
* usb: host: xhci: Support running urb giveback in tasklet contextSuwan Kim2019-11-161-2/+0
* xhci: Add tracing for xhci doorbell register writesMathias Nyman2019-11-161-0/+6
* usb: host: xhci: update event ring dequeue pointer on purposePeter Chen2019-11-161-17/+43
* usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
* xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman2019-10-041-2/+2
* Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-231-1/+14
|\
| * usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman2019-06-181-1/+14
* | usb: xhci: Add Clear_TT_BufferJim Lin2019-06-051-1/+26
|/
* xhci: Use %zu for printing size_t typeFabio Estevam2019-05-221-2/+2
* xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman2019-05-221-3/+6
* xhci: update bounce buffer with correct sg numHenry Lin2019-05-221-4/+13
* xhci: add port and bus number to port dynamic debuggingMathias Nyman2019-04-271-4/+8
* usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne2019-04-271-0/+12
* xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman2019-03-221-3/+6
* xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman2018-12-071-1/+1
* xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George2018-11-091-1/+34
* usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma2018-11-091-1/+1
* xhci: Add check for invalid byte size error when UAS devices are connected.Sandeep Singh2018-11-091-0/+1
* xhci: handle port status events for removed USB3 hcdMathias Nyman2018-11-091-0/+7
* xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta2018-09-281-0/+1
* xhci: Use soft retry to recover faster from transaction errorsMathias Nyman2018-09-281-0/+19
* xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman2018-05-241-12/+3
* xhci: change xhci_set_link_state() to work with port structuresMathias Nyman2018-05-241-2/+1
* xhci: rename faked_port_index to hcd_portnumMathias Nyman2018-05-241-22/+19
* xhci: xhci-ring: use port structures for port event handlerMathias Nyman2018-05-241-71/+8
* xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman2018-03-161-2/+3
* xhci: Don't always run the default stop endpoint command completion handlerMathias Nyman2018-03-161-1/+2
* usb: xhci: Remove ep_trb from finish_td()Lu Baolu2018-03-161-4/+4
* usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu2018-03-161-7/+4
* Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-7/+11
|\
| * usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun2017-12-081-3/+3
| * xhci: Don't show incorrect WARN message about events for empty ringsMathias Nyman2017-12-011-4/+8
* | usb: xhci: Make some static functions globalLu Baolu2017-12-081-2/+2
* | xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman2017-12-081-3/+3
* | usb: xhci: remove unused variable ep_ringCorentin Labbe2017-12-081-2/+0
* | usb: xhci: remove unused variable urb_privCorentin Labbe2017-12-081-2/+0
|/
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-13/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-231-7/+14
|\
| * usb: xhci: Reset halted endpoint if trb is noopLu Baolu2017-10-171-7/+13