summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka2021-03-111-0/+1
* Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman2021-02-081-0/+4
|\
| * usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang2021-01-261-0/+4
* | xhci: remove obsolete dequeue pointer moving codeMathias Nyman2021-01-291-14/+0
* | xhci: split handling halted endpoints into two stepsMathias Nyman2021-01-291-0/+8
* | xhci: store TD status in the td struct instead of passing it alongMathias Nyman2021-01-291-0/+1
* | xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman2021-01-291-1/+1
* | xhci: remove extra loop in interrupt contextMathias Nyman2021-01-291-0/+2
* | xhci: remove xhci_stream_id_to_ring() helperMathias Nyman2021-01-291-4/+0
* | xhci: add xhci_get_virt_ep() helperMathias Nyman2021-01-291-1/+2
* | xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman2021-01-291-0/+1
* | xhci: Avoid parsing transfer events several timesMathias Nyman2021-01-291-0/+2
|/
* usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar2020-12-091-0/+4
* usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar2020-12-091-0/+1
* usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-10-291-0/+1
* usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen2020-09-201-0/+1
* usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne2020-08-181-0/+2
* xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman2020-07-231-0/+2
* xhci: Fix incorrect EP_STATE_MASKMathias Nyman2020-06-241-1/+1
* usb: xhci: Add support for Renesas controller with memoryVinod Koul2020-05-151-0/+1
* Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2020-04-271-2/+3
|\
| * xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman2020-04-211-2/+3
* | USB: host: Use the correct style for SPDX License IdentifierNishad Kamdar2020-04-161-1/+1
|/
* 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/+29
* Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-241-3/+11
|\
| * xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman2020-02-121-3/+11
| * Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman2020-02-121-11/+3
| * xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman2020-02-101-3/+11
* | USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-2/+2
|/
* usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-111-0/+1
* xhci: Add tracing for xhci doorbell register writesMathias Nyman2019-11-161-0/+29
* xhci: add TSP bitflag to TRB tracingMathias Nyman2019-09-031-1/+2
* xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman2019-07-251-1/+2
* Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-231-0/+9
|\
| * usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman2019-06-181-0/+9
* | usb: xhci: Add Clear_TT_BufferJim Lin2019-06-051-0/+5
|/
* xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman2019-05-221-1/+2
* xhci: Add tracing for input control contextMathias Nyman2019-04-271-0/+29
* usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne2019-04-271-0/+17
* xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman2019-03-221-0/+8
* Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman2018-12-211-2/+2
|\
| * USB: xhci: fix 'broken_suspend' placement in struct xchi_hcdNicolas Saenz Julienne2018-12-171-2/+2
* | Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman2018-12-101-0/+3
|\|
| * xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh2018-12-061-0/+3
* | xhci: remove unused hcd_index()Mathias Nyman2018-12-071-7/+0
* | xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman2018-12-071-2/+2
* | xhci: remove the unused sw_lpm_supportZeng Tao2018-12-071-2/+0
|/
* xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George2018-11-091-0/+1
* usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2018-11-091-1/+1