aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2020-07-16xhci: Fix incorrect EP_STATE_MASKMathias Nyman
2020-06-04xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman
2020-06-04xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-05-15xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman
2020-01-31usb: xhci: only set D3hot for pci deviceHenry Lin
2019-07-31xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman
2019-04-27xhci: Add tracing for input control contextMathias Nyman
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman
2018-12-17USB: xhci: fix 'broken_suspend' placement in struct xchi_hcdNicolas Saenz Julienne
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman
2018-12-07xhci: remove unused hcd_index()Mathias Nyman
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao
2018-12-06xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh
2018-11-09xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George
2018-11-09usb: xhci: fix timeout for transition from RExit to U0Aaron Ma
2018-09-28xhci-pci: allow host runtime PM as default for Intel Alpine and Titan RidgeMathias Nyman
2018-09-28xhci: Use soft retry to recover faster from transaction errorsMathias Nyman
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman
2018-05-24xhci: Add helper to get xhci roothub from hcdMathias Nyman
2018-05-24xhci: Create new structures to store xhci port informationMathias Nyman
2018-04-22usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT
2018-03-22xhci: Add Intel extended cap / otg phy mux handlingHans de Goede
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman
2018-03-09xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng
2018-03-08xhci: fix endpoint context tracer outputMathias Nyman
2018-02-15xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu
2017-12-08usb: xhci: Make some static functions globalLu Baolu
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman