summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-14usb: xhci: remove redundant 'xhci' pointer from endpoint structNiklas Neronin1-2/+1
2026-08-14xhci: avoid xHC endpoint changes after disconnect or link error.Mathias Nyman1-0/+1
2026-08-14xhci: prevent endpoint recovery after roothub disconnectMathias Nyman1-0/+1
2026-08-14xhci: include all root port children in recovery prevention on link errorMathias Nyman1-8/+1
2026-08-14xhci: fix frame id calculation and checks for isoc URBsMathias Nyman1-1/+6
2026-08-04usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit maskLachlan Hodges1-6/+6
2026-07-13usb: xhci-pci: Limit VIA VL805 DMA addressing to 36 bitsXincheng Zhang1-0/+1
2026-06-03usb: xhci: allocate internal DCBAA mirror dynamicallyNiklas Neronin1-3/+6
2026-06-03usb: xhci: allocate DCBAA based on host controller max slotsNiklas Neronin1-5/+2
2026-06-03usb: xhci: refactor DCBAA structNiklas Neronin1-5/+8
2026-06-03usb: xhci: remove legacy 'num_trbs_free' trackingNiklas Neronin1-1/+1
2026-04-02usb: xhci: optimize resuming from S4 (suspend-to-disk)Niklas Neronin1-0/+2
2026-04-02usb: xhci: move ring initializationNiklas Neronin1-0/+1
2026-04-02xhci: use BIT macroOliver Neukum1-60/+61
2025-11-21usb: xhci: limit number of interrupts to 128Niklas Neronin1-1/+6
2025-11-21usb: xhci: limit number of ports to 127Niklas Neronin1-1/+4
2025-11-21usb: xhci: simplify handling of Structural Parameters 1 valuesNiklas Neronin1-1/+2
2025-11-21usb: xhci: remove deprecated TODO commentNiklas Neronin1-1/+0
2025-11-21usb: xhci: implement USB Port Register Set structNiklas Neronin1-6/+1
2025-11-21usb: xhci: add USB Port Register Set structNiklas Neronin1-20/+16
2025-11-21usb: xhci: add helper to read PORTSC registerNiklas Neronin1-0/+1
2025-11-21usb: xhci: add tracing for PORTSC register writesNiklas Neronin1-0/+1
2025-11-21usb: xhci: rework xhci_decode_portsc()Niklas Neronin1-22/+35
2025-09-18usb: xhci: improve TR Dequeue Pointer maskNiklas Neronin1-1/+2
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman1-0/+2
2025-09-06usb: xhci: Add host support for eUSB2 double isochronous bandwidth devicesRai, Amardeep1-0/+2
2025-08-19usb: xhci: Fix slot_id resource race conflictWeitao Wang1-1/+2
2025-06-28usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju1-0/+1
2025-06-19Revert "usb: xhci: Implement xhci_handshake_check_state() helper"Roy Luo1-2/+0
2025-05-21usb: xhci: rename 'irq_control' to 'imod'Niklas Neronin1-6/+6
2025-05-21usb: xhci: rename 'irq_pending' to 'iman'Niklas Neronin1-4/+4
2025-05-21usb: xhci: cleanup IMOD register commentsNiklas Neronin1-15/+18
2025-05-21usb: xhci: rework Event Ring Segment Table Address maskNiklas Neronin1-1/+2
2025-05-21usb: xhci: rework Event Ring Segment Table Size maskNiklas Neronin1-2/+2
2025-05-21usb: xhci: remove '0' write to write-1-to-clear registerNiklas Neronin1-1/+1
2025-05-21usb: xhci: improve Interrupt Management register macrosNiklas Neronin1-10/+4
2025-05-21usb: xhci: move initialization of the primary interrupterNiklas Neronin1-0/+1
2025-05-21usb: xhci: move enabling of USB 3 device notificationsNiklas Neronin1-2/+1
2025-05-21usb: xhci: refactor xhci_set_cmd_ring_deq()Niklas Neronin1-4/+4
2025-05-21usb: xhci: Add debugfs support for xHCI port bandwidthXu Rao1-0/+14
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman1-2/+2
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman1-0/+2
2025-04-11Revert "xhci: Prevent early endpoint restart when handling STALL errors."Mathias Nyman1-2/+1
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng1-1/+1
2025-04-11usb: host: xhci-mem: Cleanup pending secondary event ring eventsWesley Cheng1-0/+7
2025-04-11xhci: sideband: add initial api to register a secondary interrupter entityMathias Nyman1-0/+4
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