summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)Author
2025-07-17usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju
2025-03-13usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio
2025-01-09usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio
2025-01-09usb: xhci: Limit Stop Endpoint retriesMichal Pecio
2024-11-01XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li
2024-10-22xhci: Fix incorrect stream context type macroMathias Nyman
2024-10-17usb: xhci: fix loss of data on Cadence xHCPawel Laszczak
2024-10-17xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung
2024-10-17xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner
2024-10-17xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2024-10-17xhci: fix event ring segment table related masks and variables in headerMathias Nyman
2024-06-21xhci: Handle TD clearing for multiple streams caseHector Martin
2024-04-27usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman
2023-07-23xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang
2023-07-23xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang
2023-05-24xhci-pci: Only run d3cold avoidance quirk for s2idleMario Limonciello
2023-01-24xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman
2023-01-24xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman
2022-12-31xhci: 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
2022-08-25Revert "xhci: turn off port power in shutdown"Mathias Nyman
2022-08-25xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman
2022-06-30usb: host: xhci: use snprintf() in xhci_decode_trb()Sergey Shtylyov
2022-06-23xhci: turn off port power in shutdownMathias Nyman
2022-05-12xhci: Remove quirk for over 10 year old evaluation hardwareMathias Nyman
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit
2022-03-03xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula
2022-03-03xhci: fix garbage USBSTS being logged in some casesAnssi Hannula
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman
2021-10-11xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell
2021-08-26xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman
2021-08-26xhci: fix unsafe memory usage in xhci tracingMathias Nyman
2021-06-18Revert "usb: host: xhci-plat: Create platform device for onboard hubs in prob...Greg Kroah-Hartman
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman
2021-06-17xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIESMathias Nyman
2021-06-15usb: host: xhci-plat: Create platform device for onboard hubs in probe()Matthias Kaehlcke
2021-06-09usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD RenoirMario Limonciello
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman