summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2025-10-14xhci: dbc: enable back DbC in resume if it was enabled before suspendMathias Nyman
2025-10-14xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races with stall eventMathias Nyman
2025-10-14usb: xhci-pci: Fix USB2-only root hub registrationMichal Pecio
2025-09-18usb: xhci: align PORTSC trace with one-based port numberingNiklas Neronin
2025-09-18usb: xhci: correct indentation for PORTSC tracing functionNiklas Neronin
2025-09-18usb: xhci: improve TR Dequeue Pointer maskNiklas Neronin
2025-09-18usb: xhci-pci: add support for hosts with zero USB3 portsNiklas Neronin
2025-09-18usb: xhci: Update a comment about Stop Endpoint retriesMichal Pecio
2025-09-18Revert "usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running"Michal Pecio
2025-09-17usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver supportBiju Das
2025-09-17usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_privBiju Das
2025-09-17usb: host: xhci-rcar: Move R-Car reg definitionsBiju Das
2025-09-17usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman
2025-09-12Merge patch series "Support system sleep with offloaded usb transfers" into u...Greg Kroah-Hartman
2025-09-12usb: host: enable USB offload during system sleepGuan-Yu Lin
2025-09-12xhci: sideband: add api to trace sideband usageGuan-Yu Lin
2025-09-12usb: xhci-plat: separate dev_pm_ops for each pm_eventGuan-Yu Lin
2025-09-12usb: xhci: tegra: Support USB wakeup function for Tegra234Haotien Hsu
2025-09-06xhci: fix memory leak regression when freeing xhci vdev devices depth firstMathias Nyman
2025-09-06xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman
2025-09-06xhci: dbc: decouple endpoint allocation from initializationMathias Nyman
2025-09-06Merge patch series "eUSB2 Double Isochronous IN Bandwidth support"Greg Kroah-Hartman
2025-09-06usb: xhci: Add host support for eUSB2 double isochronous bandwidth devicesRai, Amardeep
2025-09-06usb: xhci: Use usb_endpoint_max_periodic_payload()Sakari Ailus
2025-09-06usb: host: xhci-tegra: Remove redundant ternary operatorsLiao Yuanhong
2025-09-06usb: ohci: s3c2410: Drop support for S3C2410 systemsKrzysztof Kozlowski
2025-08-25Merge 6.17-rc3 into usb-nextGreg Kroah-Hartman
2025-08-19usb: xhci: fix host not responding after suspend and resumeNiklas Neronin
2025-08-19usb: xhci: Fix slot_id resource race conflictWeitao Wang
2025-08-13usb: renesas-xhci: Fix External ROM access timeoutsMarek Vasut
2025-08-13usb: host: max3421-hcd: Fix error pointer dereference in probe cleanupDan Carpenter
2025-07-25usb: 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