summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
9 daysusb: xhci: print xhci->xhc_state when queue_command failedSu Hui
2025-07-17usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device CommandJay Chen
2025-07-17usb: xhci: Avoid showing warnings for dying controllerMario Limonciello
2025-07-17usb: xhci: Avoid showing errors during surprise removalMario Limonciello
2025-07-05Merge merge point of tag 'usb-6.16-rc5' into usb-nextGreg Kroah-Hartman
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-24usb: ehci: replace scnprintf() with sysfs_emit()Hendrik Hamerlinck
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-19usb: ohci-at91: Use dynamic device name for OHCI HCD creationMihai Sain
2025-06-19usb: fsl-mph-dr-of: Remove unnecessary NULL check before clk_disable_unprepare()Chen Ni
2025-06-19usb: ohci-spear: Remove unnecessary NULL check before clk_disable_unprepare()Chen Ni
2025-06-19usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p...Seungjin Bae
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