summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman2023-05-281-1/+1
|\
| * xhci-pci: Only run d3cold avoidance quirk for s2idleMario Limonciello2023-05-161-1/+1
* | USB: Extend pci resume function to handle PM eventsBasavaraj Natikar2023-05-131-1/+1
|/
* xhci: Move functions to cleanup MSI to xhci-pciJosue David Hernandez Gutierrez2023-03-231-1/+0
* xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functionsJosue David Hernandez Gutierrez2023-03-231-0/+2
* xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez2023-03-231-1/+0
* xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez2023-03-231-0/+1
* xhci: rename resume_done to resume_timestampMathias Nyman2023-02-021-1/+1
* xhci: move port specific items such as state completions to port structureMathias Nyman2023-02-021-5/+4
* xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman2023-02-021-10/+14
* xhci: fix event ring segment table related masks and variables in headerMathias Nyman2023-02-021-1/+4
* Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2023-01-231-0/+5
|\
| * xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2023-01-171-0/+1
| * xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman2023-01-171-0/+4
* | xhci: Add hub_control to xhci_driver_overridesJim Lin2023-01-171-0/+2
|/
* xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman2022-11-301-1/+1
* xhci: Add quirk to reset host back to default state at shutdownMathias Nyman2022-10-251-0/+1
* xhci: remove unused lpm_failed_dev member from struct xhci_hcdMathias Nyman2022-09-221-2/+0
* xhci: remove unused command member from struct xhci_hcd structMathias Nyman2022-09-221-1/+0
* USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman2022-09-051-1/+0
* Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-051-3/+1
|\
| * Revert "xhci: turn off port power in shutdown"Mathias Nyman2022-08-251-2/+0
| * xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman2022-08-251-1/+1
* | usb: host: xhci-plat: suspend and resume clocksJustin Chen2022-08-311-0/+1
|/
* usb: host: xhci: use snprintf() in xhci_decode_trb()Sergey Shtylyov2022-06-301-1/+1
* xhci: turn off port power in shutdownMathias Nyman2022-06-231-0/+2
* xhci: Remove quirk for over 10 year old evaluation hardwareMathias Nyman2022-05-121-1/+1
* xhci: use generic command timer for stop endpoint commands.Mathias Nyman2022-05-121-2/+0
* xhci: prepare for operation w/o shared hcdHeiner Kallweit2022-05-121-0/+26
* xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula2022-03-031-0/+2
* xhci: fix garbage USBSTS being logged in some casesAnssi Hannula2022-03-031-1/+4
* xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-03-031-2/+5
* xhci: Allocate separate command structures for each LPM commandMathias Nyman2022-02-171-2/+0
* xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell2021-10-111-0/+1
* xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman2021-08-261-13/+8
* xhci: fix unsafe memory usage in xhci tracingMathias Nyman2021-08-261-24/+28
* Revert "usb: host: xhci-plat: Create platform device for onboard hubs in prob...Greg Kroah-Hartman2021-06-181-2/+0
* xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman2021-06-171-0/+7
* xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIESMathias Nyman2021-06-171-4/+0
* usb: host: xhci-plat: Create platform device for onboard hubs in probe()Matthias Kaehlcke2021-06-151-0/+2
* usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD RenoirMario Limonciello2021-06-091-0/+1
* Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman2021-03-151-0/+1
|\
| * usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka2021-03-111-0/+1
* | usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun2021-03-101-0/+8
|/
* 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