summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xhci: Fix incorrect stream context type macroMathias Nyman2024-10-171-1/+1
* usb: xhci: fix loss of data on Cadence xHCPawel Laszczak2024-09-111-0/+1
* xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman2024-09-051-1/+4
* usb: xhci: make 'sbrn' a local variableNiklas Neronin2024-09-051-1/+0
* usb: xhci: remove unused variables from struct 'xhci_hcd'Niklas Neronin2024-09-051-4/+0
* xhci: Remove unused function declarationsYue Haibing2024-09-051-4/+0
* usb: Add tunnel_mode parameter to usb device structureMathias Nyman2024-09-031-2/+2
* xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman2024-09-031-0/+1
* xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings2024-08-071-1/+1
* xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman2024-06-271-19/+14
* usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin2024-06-271-2/+5
* usb: xhci: remove 'num_trbs' from struct 'xhci_td'Niklas Neronin2024-06-271-1/+0
* xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung2024-06-201-0/+2
* 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-281-0/+1
* | XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li2024-01-281-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-041-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-311-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