summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
Commit message (Expand)AuthorAgeFilesLines
* xhci: Handle TD clearing for multiple streams caseHector Martin2024-06-121-0/+1
* usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin2024-05-011-3/+2
* xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman2024-05-011-3/+1
* xhci: improve PORTSC register debugging outputMathias Nyman2024-05-011-1/+6
* usb: xhci: remove redundant variable 'erst_size'Niklas Neronin2024-05-011-2/+0
* usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin2024-05-011-3/+3
* xhci: stored cached port capability values in one placeMathias Nyman2024-05-011-3/+1
* xhci: save slot ID in struct 'xhci_port'Niklas Neronin2024-03-021-2/+2
* xhci: replace real & fake port with pointer to root hub portNiklas Neronin2024-03-021-2/+1
* Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman2024-02-191-2/+0
* xhci: add helper to stop endpoint and wait for completionMathias Nyman2024-02-171-0/+2
* xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman2024-02-171-1/+1
* xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman2024-02-171-0/+1
* Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman2024-02-041-0/+1
|\
| * xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman2024-01-271-0/+1
* | XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li2024-01-271-259/+3
|/
* xhci: add support to allocate several interruptersMathias Nyman2024-01-041-1/+5
* xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin2023-12-041-2/+2
* usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar2023-11-231-2/+7
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-39/+6
|\
| * usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami2023-10-211-0/+2
| * xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner2023-10-211-5/+0
| * xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner2023-10-211-6/+1
| * xhci: Clean up ERST_PTR_MASK inversionLukas Wunner2023-10-211-1/+1
| * xhci: Use more than one Event Ring segmentJonathan Bell2023-10-211-2/+3
| * xhci: Set DESI bits in ERDP register correctlyLukas Wunner2023-10-211-0/+1
| * Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-161-1/+1
| |\
| * | usb: xhci: Move extcaps related macros to respective header fileKrishna Kurapati2023-10-021-27/+0
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \ \ | |_|/ |/| |
| * | usb: Annotate struct urb_priv with __counted_byKees Cook2023-10-021-1/+1
| |/
* / xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2023-10-021-1/+1
|/
* xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang2023-06-131-0/+1
* xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang2023-06-131-0/+1
* xhci: Stop unnecessary tracking of free trbs in a ringMathias Nyman2023-06-131-2/+1
* xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman2023-06-131-1/+1
* 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
|/