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