summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2025-07-10usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju
2025-07-10Revert "usb: xhci: Implement xhci_handshake_check_state() helper"Roy Luo
2025-05-29usb: xhci: set page size to the xHCI-supported sizeNiklas Neronin
2025-05-02xhci: Handle spurious events on Etron host isoc enpointsMathias Nyman
2025-05-02xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman
2025-04-07usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio
2025-03-13usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio
2024-12-05usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio
2024-12-05usb: xhci: Limit Stop Endpoint retriesMichal Pecio
2024-12-05xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang
2024-10-17xhci: Fix incorrect stream context type macroMathias Nyman
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman
2024-09-05usb: xhci: make 'sbrn' a local variableNiklas Neronin
2024-09-05usb: xhci: remove unused variables from struct 'xhci_hcd'Niklas Neronin
2024-09-05xhci: Remove unused function declarationsYue Haibing
2024-09-03usb: Add tunnel_mode parameter to usb device structureMathias Nyman
2024-09-03xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings
2024-06-27xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2024-06-27usb: xhci: remove 'num_trbs' from struct 'xhci_td'Niklas Neronin
2024-06-20xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung
2024-06-12xhci: Handle TD clearing for multiple streams caseHector Martin
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman
2024-05-01xhci: improve PORTSC register debugging outputMathias Nyman
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin
2024-02-19Revert "xhci: add helper to stop endpoint and wait for completion"Greg Kroah-Hartman
2024-02-17xhci: add helper to stop endpoint and wait for completionMathias Nyman
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman
2024-02-17xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman
2024-01-27XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li
2024-01-27xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman
2024-01-04xhci: add support to allocate several interruptersMathias Nyman
2023-12-04xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-21usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami
2023-10-21xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner
2023-10-21xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner
2023-10-21xhci: Use more than one Event Ring segmentJonathan Bell
2023-10-21xhci: Set DESI bits in ERDP register correctlyLukas Wunner