summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2023-01-241-0/+1
* xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman2022-09-151-1/+1
* Revert "xhci: turn off port power in shutdown"Mathias Nyman2022-09-151-2/+0
* xhci: turn off port power in shutdownMathias Nyman2022-07-021-0/+2
* xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-04-151-2/+5
* xhci: add xhci_get_virt_ep() helperMathias Nyman2021-07-281-1/+2
* usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-11-051-0/+1
* xhci: Fix incorrect EP_STATE_MASKMathias Nyman2020-06-301-1/+1
* xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman2020-02-281-3/+13
* usb: xhci: only set D3hot for pci deviceHenry Lin2019-12-171-0/+1
* usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman2019-06-251-0/+9
* xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman2019-04-031-0/+8
* USB: xhci: fix 'broken_suspend' placement in struct xchi_hcdNicolas Saenz Julienne2018-12-291-2/+2
* xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh2018-12-131-0/+3
* xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George2018-12-011-0/+1
* usb: xhci: fix timeout for transition from RExit to U0Aaron Ma2018-12-011-1/+1
* Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman2018-07-021-0/+4
|\
| * xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-06-251-0/+4
* | USB: xhci-hcd: Add get_resuming_ports methodAlan Stern2018-06-251-0/+2
|/
* xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier2018-06-011-0/+1
* xhci: Allow more than 32 quirksMarc Zyngier2018-06-011-33/+33
* xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2018-05-241-8/+0
* xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman2018-05-241-2/+2
* xhci: change xhci_set_link_state() to work with port structuresMathias Nyman2018-05-241-2/+2
* xhci: Add helper to get xhci roothub from hcdMathias Nyman2018-05-241-0/+2
* xhci: Create new structures to store xhci port informationMathias Nyman2018-05-241-5/+16
* usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT2018-04-221-1/+2
* xhci: Add Intel extended cap / otg phy mux handlingHans de Goede2018-03-221-0/+2
* Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman2018-03-201-10/+13
|\
| * xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng2018-03-091-0/+1
| * xhci: fix endpoint context tracer outputMathias Nyman2018-03-081-10/+12
* | xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman2018-03-161-0/+2
|/
* xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee2018-02-151-1/+1
* usb: xhci: allow imod-interval to be configurableAdam Wallis2017-12-081-0/+2
* usb: xhci: Cleanup printk debug message for ERSTLu Baolu2017-12-081-1/+0
* usb: xhci: Cleanup printk debug message for registersLu Baolu2017-12-081-5/+0
* usb: xhci: Add DbC support in xHCI driverLu Baolu2017-12-081-0/+1
* usb: xhci: Make some static functions globalLu Baolu2017-12-081-1/+15
* xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman2017-12-081-2/+1
* xhci: add helper to allocate command with input contextMathias Nyman2017-12-081-0/+2
* 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
* xhci: Convert timers to use timer_setup()Kees Cook2017-10-171-1/+1
* Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-091-4/+6
|\
| * Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-181-1/+1
| * xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-09-181-2/+4
| * xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-09-181-1/+1
* | usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu2017-10-051-2/+1
* | usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-051-0/+9
* | xhci: add port speed ID to portsc tracingMathias Nyman2017-10-051-2/+3