summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-14usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun1-1/+1
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2025-03-06xhci: Handle spurious events on Etron host isoc enpointsMathias Nyman1-1/+1
2025-03-06usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio1-2/+11
2025-03-06xhci: Prevent early endpoint restart when handling STALL errors.Mathias Nyman1-1/+2
2025-03-06usb: xhci: refactor trb_in_td() to be staticNiklas Neronin1-2/+0
2025-03-06usb: xhci: set page size to the xHCI-supported sizeNiklas Neronin1-4/+4
2025-02-27usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio1-1/+1
2024-12-27xhci: Add command completion parameter supportMathias Nyman1-0/+4
2024-11-06usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio1-0/+1
2024-11-06usb: xhci: Limit Stop Endpoint retriesMichal Pecio1-0/+1
2024-11-06usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td'Niklas Neronin1-3/+3
2024-11-06xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang1-0/+1
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin1-4/+2
2024-11-06usb: xhci: introduce macro for ring segment list iterationNiklas Neronin1-0/+3
2024-11-06xhci: add stream context tracingMathias Nyman1-0/+1
2024-11-06xhci: Add Isochronous TRB fields to TRB tracerMathias Nyman1-5/+25
2024-10-21Merge 6.12-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2024-10-17xhci: Fix incorrect stream context type macroMathias Nyman1-1/+1
2024-10-17xhci: add helper to stop endpoint and wait for completionMathias Nyman1-0/+2
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak1-0/+1
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman1-1/+4
2024-09-05usb: xhci: make 'sbrn' a local variableNiklas Neronin1-1/+0
2024-09-05usb: xhci: remove unused variables from struct 'xhci_hcd'Niklas Neronin1-4/+0
2024-09-05xhci: Remove unused function declarationsYue Haibing1-4/+0
2024-09-03usb: Add tunnel_mode parameter to usb device structureMathias Nyman1-2/+2
2024-09-03xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman1-0/+1
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings1-1/+1
2024-06-27xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman1-19/+14
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin1-2/+5
2024-06-27usb: xhci: remove 'num_trbs' from struct 'xhci_td'Niklas Neronin1-1/+0
2024-06-20xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung1-0/+2
2024-06-12xhci: Handle TD clearing for multiple streams caseHector Martin1-0/+1
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin1-3/+2
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman1-3/+1
2024-05-01xhci: improve PORTSC register debugging outputMathias Nyman1-1/+6
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin1-2/+0
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin1-3/+3
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman1-3/+1
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin1-2/+2
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin1-2/+1
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman1-2/+0
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman1-0/+2
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman1-1/+1
2024-02-17xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman1-0/+1
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2024-01-27XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li1-259/+3
2024-01-27xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman1-0/+1
2024-01-04xhci: add support to allocate several interruptersMathias Nyman1-1/+5
2023-12-04xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin1-2/+2