summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2025-05-21usb: xhci: improve Interrupt Management register macrosNiklas Neronin
2025-05-21usb: xhci: set requested IMODI to the closest supported valueNiklas Neronin
2025-05-21usb: xhci: cleanup xhci_mem_init()Niklas Neronin
2025-05-21usb: xhci: add individual allocation checks in xhci_mem_init()Niklas Neronin
2025-05-21usb: xhci: move initialization of the primary interrupterNiklas Neronin
2025-05-21usb: xhci: remove error handling from xhci_add_interrupter()Niklas Neronin
2025-05-21usb: xhci: move enabling of USB 3 device notificationsNiklas Neronin
2025-05-21usb: xhci: move doorbell array pointer assignmentNiklas Neronin
2025-05-21usb: xhci: move DCBAA pointer writeNiklas Neronin
2025-05-21usb: xhci: refactor xhci_set_cmd_ring_deq()Niklas Neronin
2025-05-21usb: xhci: move command ring pointer writeNiklas Neronin
2025-05-21usb: xhci: move device slot enabling register writeNiklas Neronin
2025-05-21usb: xhci: relocate pre-allocation initializationNiklas Neronin
2025-05-21usb: xhci: Add debugfs support for xHCI port bandwidthXu Rao
2025-05-21usb: xhci: Don't log transfer ring segment list on errorsMichal Pecio
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman
2025-05-05xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.Mathias Nyman
2025-05-05usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeueMichal Pecio
2025-05-01usb: uhci-platform: Make the clock really optionalAlexey Charkov
2025-05-01usb: host: tegra: Prevent host controller crash when OTG port is usedJim Lin
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman
2025-04-25USB: host: omap: Do not enable by default during compile testingKrzysztof Kozlowski
2025-04-11USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)Huacai Chen
2025-04-11usb: ehci-fsl: Fix use of private data to avoid -Wflex-array-member-not-at-en...Alan Stern
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman
2025-04-11usb: xhci: Fix invalid pointer dereference in Etron workaroundMichal Pecio
2025-04-11usb: xhci: Fix Short Packet handling rework ignoring errorsMichal Pecio
2025-04-11Revert "xhci: Prevent early endpoint restart when handling STALL errors."Mathias Nyman
2025-04-11Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpo...Mathias Nyman
2025-04-11usb: host: xhci: Notify xHCI sideband on transfer ring freeWesley Cheng
2025-04-11usb: host: xhci-plat: Set XHCI max interrupters if property is presentWesley Cheng
2025-04-11usb: host: xhci-mem: Allow for interrupter clients to choose specific indexWesley Cheng
2025-04-11usb: host: xhci-mem: Cleanup pending secondary event ring eventsWesley Cheng
2025-04-11xhci: sideband: add initial api to register a secondary interrupter entityMathias Nyman
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-14usb: host: xhci-plat: allow upper layers to signal power lossThéo Lebrun
2025-03-14usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun
2025-03-14usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`Théo Lebrun
2025-03-14usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() funcThéo Lebrun
2025-03-11usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems RunningMichal Pecio
2025-03-11usb: xhci: Don't change the status of stalled TDs on failed Stop EPMichal Pecio
2025-03-11xhci: Avoid queuing redundant Stop Endpoint command for stalled endpointMathias Nyman
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman
2025-03-06xhci: Handle spurious events on Etron host isoc enpointsMathias Nyman
2025-03-06usb: xhci: Unify duplicate inc_enq() codeMichal Pecio
2025-03-06usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio
2025-03-06xhci: Prevent early endpoint restart when handling STALL errors.Mathias Nyman
2025-03-06usb: xhci: move debug capabilities from trb_in_td() to handle_tx_event()Niklas Neronin