summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2025-06-28xhci: dbc: Flush queued requests before stopping dbcMathias Nyman
2025-06-28xhci: dbctty: disable ECHO flag by defaultƁukasz Bartosik
2025-06-28xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMSHongyu Xie
2025-06-28usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju
2025-06-19Revert "usb: xhci: Implement xhci_handshake_check_state() helper"Roy Luo
2025-06-19usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removedRoy Luo
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-21xhci: Add missing parameter description to xhci_get_endpoint_index()Hans Zhang
2025-05-21usb: xhci: rename 'irq_control' to 'imod'Niklas Neronin
2025-05-21usb: xhci: rename 'irq_pending' to 'iman'Niklas Neronin
2025-05-21usb: xhci: cleanup IMOD register commentsNiklas Neronin
2025-05-21usb: xhci: rework Event Ring Segment Table Address maskNiklas Neronin
2025-05-21usb: xhci: rework Event Ring Segment Table Size maskNiklas Neronin
2025-05-21usb: xhci: remove '0' write to write-1-to-clear registerNiklas Neronin
2025-05-21usb: xhci: guarantee that IMAN register is flushedNiklas Neronin
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