summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman1-0/+1
2023-01-24xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman1-0/+4
2022-09-15xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman1-1/+1
2022-09-15Revert "xhci: turn off port power in shutdown"Mathias Nyman1-2/+0
2022-08-25usb: host: xhci: use snprintf() in xhci_decode_trb()Sergey Shtylyov1-1/+1
2022-06-29xhci: turn off port power in shutdownMathias Nyman1-0/+2
2022-04-15xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula1-0/+2
2022-04-15xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman1-2/+5
2021-09-12xhci: fix unsafe memory usage in xhci tracingMathias Nyman1-24/+28
2021-07-28xhci: add xhci_get_virt_ep() helperMathias Nyman1-1/+2
2021-03-17usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka1-0/+1
2021-02-10usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen1-0/+1
2021-02-10usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang1-0/+4
2020-11-05usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh1-0/+1
2020-06-30xhci: Fix incorrect EP_STATE_MASKMathias Nyman1-1/+1
2020-04-29xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman1-2/+3
2020-04-29xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng1-0/+1
2020-02-28xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman1-3/+11
2019-12-17usb: xhci: only set D3hot for pci deviceHenry Lin1-0/+1
2019-09-03xhci: add TSP bitflag to TRB tracingMathias Nyman1-1/+2
2019-07-25xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).Mathias Nyman1-1/+2
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman1-0/+9
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman1-0/+9
2019-06-05usb: xhci: Add Clear_TT_BufferJim Lin1-0/+5
2019-05-22xhci: Fix immediate data transfer if buffer is already DMA mappedMathias Nyman1-1/+2
2019-04-27xhci: Add tracing for input control contextMathias Nyman1-0/+29
2019-04-27usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne1-0/+17
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman1-0/+8
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman1-2/+2
2018-12-17USB: xhci: fix 'broken_suspend' placement in struct xchi_hcdNicolas Saenz Julienne1-2/+2
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman1-0/+3
2018-12-07xhci: remove unused hcd_index()Mathias Nyman1-7/+0
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman1-2/+2
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao1-2/+0
2018-12-06xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh1-0/+3
2018-11-09xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 SocCherian, George1-0/+1
2018-11-09usb: xhci: fix timeout for transition from RExit to U0Aaron Ma1-1/+1
2018-09-28xhci-pci: allow host runtime PM as default for Intel Alpine and Titan RidgeMathias Nyman1-0/+1
2018-09-28xhci: Use soft retry to recover faster from transaction errorsMathias Nyman1-0/+2
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman1-0/+4
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern1-0/+2
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman1-0/+4
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier1-0/+1
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier1-33/+33
2018-05-24xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman1-8/+0
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman1-2/+2
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman1-2/+2
2018-05-24xhci: Add helper to get xhci roothub from hcdMathias Nyman1-0/+2
2018-05-24xhci: Create new structures to store xhci port informationMathias Nyman1-5/+16
2018-04-22usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT1-1/+2