summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
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
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman
2023-10-02usb: Annotate struct urb_priv with __counted_byKees Cook
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner
2023-10-02usb: xhci: Move extcaps related macros to respective header fileKrishna Kurapati
2023-06-13xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang
2023-06-13xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang
2023-06-13xhci: Stop unnecessary tracking of free trbs in a ringMathias Nyman
2023-06-13xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman
2023-05-28Merge 6.4-rc4 into usb-nextGreg Kroah-Hartman
2023-05-16xhci-pci: Only run d3cold avoidance quirk for s2idleMario Limonciello
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar
2023-03-23xhci: Move functions to cleanup MSI to xhci-pciJosue David Hernandez Gutierrez
2023-03-23xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functionsJosue David Hernandez Gutierrez
2023-03-23xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez
2023-03-23xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez
2023-02-02xhci: rename resume_done to resume_timestampMathias Nyman
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-17xhci: Add hub_control to xhci_driver_overridesJim Lin
2023-01-17xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman
2023-01-17xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman
2022-11-30xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman
2022-10-25xhci: Add quirk to reset host back to default state at shutdownMathias Nyman
2022-09-22xhci: remove unused lpm_failed_dev member from struct xhci_hcdMathias Nyman
2022-09-22xhci: remove unused command member from struct xhci_hcd structMathias Nyman
2022-09-05USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman
2022-08-31usb: host: xhci-plat: suspend and resume clocksJustin Chen