summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci.h
AgeCommit message (Expand)AuthorFilesLines
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
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