summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2025-06-19usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p...Seungjin Bae-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-10/+13
2025-05-21xhci: Add missing parameter description to xhci_get_endpoint_index()Hans Zhang-0/+1
2025-05-21usb: xhci: rename 'irq_control' to 'imod'Niklas Neronin-12/+12
2025-05-21usb: xhci: rename 'irq_pending' to 'iman'Niklas Neronin-17/+17
2025-05-21usb: xhci: cleanup IMOD register commentsNiklas Neronin-15/+18
2025-05-21usb: xhci: rework Event Ring Segment Table Address maskNiklas Neronin-3/+4
2025-05-21usb: xhci: rework Event Ring Segment Table Size maskNiklas Neronin-4/+4
2025-05-21usb: xhci: remove '0' write to write-1-to-clear registerNiklas Neronin-9/+10
2025-05-21usb: xhci: guarantee that IMAN register is flushedNiklas Neronin-0/+6
2025-05-21usb: xhci: improve Interrupt Management register macrosNiklas Neronin-12/+10
2025-05-21usb: xhci: set requested IMODI to the closest supported valueNiklas Neronin-6/+6
2025-05-21usb: xhci: cleanup xhci_mem_init()Niklas Neronin-25/+27
2025-05-21usb: xhci: add individual allocation checks in xhci_mem_init()Niklas Neronin-4/+11
2025-05-21usb: xhci: move initialization of the primary interrupterNiklas Neronin-13/+14
2025-05-21usb: xhci: remove error handling from xhci_add_interrupter()Niklas Neronin-19/+8
2025-05-21usb: xhci: move enabling of USB 3 device notificationsNiklas Neronin-12/+18
2025-05-21usb: xhci: move doorbell array pointer assignmentNiklas Neronin-10/+15
2025-05-21usb: xhci: move DCBAA pointer writeNiklas Neronin-1/+3
2025-05-21usb: xhci: refactor xhci_set_cmd_ring_deq()Niklas Neronin-17/+19
2025-05-21usb: xhci: move command ring pointer writeNiklas Neronin-27/+20
2025-05-21usb: xhci: move device slot enabling register writeNiklas Neronin-14/+22
2025-05-21usb: xhci: relocate pre-allocation initializationNiklas Neronin-31/+26
2025-05-21usb: xhci: Add debugfs support for xHCI port bandwidthXu Rao-1/+215
2025-05-21usb: xhci: Don't log transfer ring segment list on errorsMichal Pecio-3/+0
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman-14/+32
2025-05-05xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.Mathias Nyman-3/+19
2025-05-05usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeueMichal Pecio-10/+9
2025-05-01usb: uhci-platform: Make the clock really optionalAlexey Charkov-1/+1
2025-05-01usb: host: tegra: Prevent host controller crash when OTG port is usedJim Lin-0/+3
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman-35/+49
2025-04-25USB: host: omap: Do not enable by default during compile testingKrzysztof Kozlowski-1/+1
2025-04-11USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)Huacai Chen-0/+23
2025-04-11usb: ehci-fsl: Fix use of private data to avoid -Wflex-array-member-not-at-en...Alan Stern-17/+8
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman-16/+20
2025-04-11usb: xhci: Fix invalid pointer dereference in Etron workaroundMichal Pecio-1/+1
2025-04-11usb: xhci: Fix Short Packet handling rework ignoring errorsMichal Pecio-1/+1
2025-04-11Revert "xhci: Prevent early endpoint restart when handling STALL errors."Mathias Nyman-13/+3
2025-04-11Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpo...Mathias Nyman-5/+3
2025-04-11usb: host: xhci: Notify xHCI sideband on transfer ring freeWesley Cheng-1/+31
2025-04-11usb: host: xhci-plat: Set XHCI max interrupters if property is presentWesley Cheng-0/+2
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng-13/+18
2025-04-11usb: host: xhci-mem: Cleanup pending secondary event ring eventsWesley Cheng-9/+54
2025-04-11xhci: sideband: add initial api to register a secondary interrupter entityMathias Nyman-0/+446
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-23/+23
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-284/+298
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2025-03-14usb: host: xhci-plat: allow upper layers to signal power lossThéo Lebrun-1/+3
2025-03-14usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun-22/+21
2025-03-14usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`Théo Lebrun-5/+5