aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-21xhci: Add missing parameter description to xhci_get_endpoint_index()Hans Zhang1-0/+1
2025-05-21usb: xhci: rename 'irq_control' to 'imod'Niklas Neronin1-6/+6
2025-05-21usb: xhci: rename 'irq_pending' to 'iman'Niklas Neronin1-8/+8
2025-05-21usb: xhci: remove '0' write to write-1-to-clear registerNiklas Neronin1-6/+7
2025-05-21usb: xhci: guarantee that IMAN register is flushedNiklas Neronin1-0/+3
2025-05-21usb: xhci: improve Interrupt Management register macrosNiklas Neronin1-2/+6
2025-05-21usb: xhci: set requested IMODI to the closest supported valueNiklas Neronin1-2/+5
2025-05-21usb: xhci: move initialization of the primary interrupterNiklas Neronin1-0/+4
2025-05-21usb: xhci: move enabling of USB 3 device notificationsNiklas Neronin1-0/+17
2025-05-21usb: xhci: move doorbell array pointer assignmentNiklas Neronin1-0/+13
2025-05-21usb: xhci: move DCBAA pointer writeNiklas Neronin1-0/+3
2025-05-21usb: xhci: refactor xhci_set_cmd_ring_deq()Niklas Neronin1-13/+15
2025-05-21usb: xhci: move command ring pointer writeNiklas Neronin1-17/+20
2025-05-21usb: xhci: move device slot enabling register writeNiklas Neronin1-0/+21
2025-05-21usb: xhci: relocate pre-allocation initializationNiklas Neronin1-3/+26
2025-05-21usb: xhci: Add debugfs support for xHCI port bandwidthXu Rao1-0/+36
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman1-12/+4
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman1-2/+2
2025-04-11Revert "xhci: Prevent early endpoint restart when handling STALL errors."Mathias Nyman1-6/+0
2025-04-11Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpoint"Mathias Nyman1-5/+3
2025-04-11usb: host: xhci: Notify xHCI sideband on transfer ring freeWesley Cheng1-0/+3
2025-04-11usb: host: xhci-mem: Cleanup pending secondary event ring eventsWesley Cheng1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-7/+7
2025-03-14usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun1-11/+8
2025-03-11xhci: Avoid queuing redundant Stop Endpoint command for stalled endpointMathias Nyman1-3/+5
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman1-1/+5
2025-03-06xhci: Prevent early endpoint restart when handling STALL errors.Mathias Nyman1-0/+6
2025-03-06xhci: show correct U1 and U2 timeout values in debug messagesMathias Nyman1-4/+4
2025-03-04usb: xhci: Fix host controllers "dying" after suspend and resumeMichal Pecio1-1/+5
2025-01-15USB: host: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-11-06usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio1-4/+15
2024-11-06usb: xhci: Limit Stop Endpoint retriesMichal Pecio1-0/+2
2024-11-06usb: xhci: improve xhci_clear_command_ring()Niklas Neronin1-3/+1
2024-11-06usb: xhci: move link TRB quirk to xhci_gen_setup()Niklas Neronin1-8/+6
2024-11-06usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td'Niklas Neronin1-1/+1
2024-11-06xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang1-0/+19
2024-11-06usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin1-1/+1
2024-11-06usb: xhci: introduce macro for ring segment list iterationNiklas Neronin1-12/+8
2024-10-17xhci: add helper to stop endpoint and wait for completionMathias Nyman1-0/+45
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman1-2/+2
2024-09-03usb: Add tunnel_mode parameter to usb device structureMathias Nyman1-2/+5
2024-09-03xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman1-0/+11
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman1-3/+5
2024-07-03xhci: always resume roothubs if xHC was reset during resumeMathias Nyman1-3/+13
2024-05-01xhci: remove xhci_check_usb2_port_capability helperMathias Nyman1-21/+8
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman1-14/+5
2024-03-02usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K1-0/+2
2024-03-02usb: xhci: remove duplicate code from 'xhci_clear_command_ring()'Niklas Neronin1-13/+1
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin1-7/+5