summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
12 daysMerge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-03usb: host: xhci-rcar: Split R-Car Gen2 and Gen3 .plat_start() handlingGeert Uytterhoeven
2026-06-03usb: host: xhci-rcar: Remove SET_XHCI_PLAT_PRIV_FOR_RCAR() macroGeert Uytterhoeven
2026-06-03usb: xhci: allocate internal DCBAA mirror dynamicallyNiklas Neronin
2026-06-03usb: xhci: allocate DCBAA based on host controller max slotsNiklas Neronin
2026-06-03usb: xhci: refactor DCBAA structNiklas Neronin
2026-06-03xhci: Prevent queuing new commands if xhci is inaccessibleMathias Nyman
2026-06-03xhci: dbc: detect and recover hung DbC during enumeratonMathias Nyman
2026-06-03xhci: dbc: add timestamps to DbC state changes in a new helper.Mathias Nyman
2026-06-03xhci: dbc: add helper to set and clear DbC DCE enable bitMathias Nyman
2026-06-03xhci: dbc: serialize enabling and disabling dbcMathias Nyman
2026-06-03usb: xhci: Improve Soft Retries after short transfersMichal Pecio
2026-06-03usb: xhci: Remove isochronous URB_SHORT_NOT_OK handlingMichal Pecio
2026-06-03usb: xhci: Remove skip_isoc_td()Michal Pecio
2026-06-03usb: xhci: Simplify xhci_quiesce()Michal Pecio
2026-06-03usb: xhci: remove legacy 'num_trbs_free' trackingNiklas Neronin
2026-06-03usb: xhci: fix typo in xhci_set_port_power() commentStepan Ionichev
2026-06-01Merge tag 'v7.1-rc6' into usb-nextGreg Kroah-Hartman
2026-05-28usb: xhci: tegra: Explicitly specify PMC instance to useThierry Reding
2026-05-22usb: host: add ARCH_AIROHA in XHCI MTK dependencyChristian Marangi
2026-05-22usb: host: max3421: Reject hub port requests for non-existent portsSeungjin Bae
2026-05-22usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()Seungjin Bae
2026-05-22xhci: tegra: Fix ghost USB device on dual-role port unplugWei-Cheng Chen
2026-05-21usb: xhci-pci: add AMD Promontory 21 PCI glueJihong Min
2026-05-21usb: xhci-mtk: Use FIELD_MODIFY()Hans Zhang
2026-05-21usb: xhci: Use FIELD_MODIFY()Hans Zhang
2026-04-11drivers/usb/host: Fix spelling error 'seperate' -> 'separate'Qinghua Zhao
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman
2026-04-02usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio
2026-04-02usb: xhci: remove duplicate '0x' prefixNiklas Neronin
2026-04-02usb: xhci: move roothub port limit validationNiklas Neronin
2026-04-02usb: xhci: simpilfy resume root hub codeNiklas Neronin
2026-04-02usb: xhci: cleanup xhci_hub_report_usb3_link_state()Niklas Neronin
2026-04-02usb: xhci: rename parameter to match argument 'portsc'Niklas Neronin
2026-04-02usb: xhci: add PORTSC variable to xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: add PORTPMSC variable to xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m...Niklas Neronin
2026-04-02usb: xhci: clean up 'wValue' handling in xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: clean up handling of upper bits in SetPortFeature wIndexNiklas Neronin
2026-04-02usb: xhci: rename 'wIndex' parameters to 'portnum'Niklas Neronin
2026-04-02usb: xhci: stop treating 'wIndex' as a mutable port numberNiklas Neronin
2026-04-02usb: xhci: optimize resuming from S4 (suspend-to-disk)Niklas Neronin
2026-04-02usb: xhci: improve debug messages during suspendNiklas Neronin
2026-04-02usb: xhci: split core allocation and initializationNiklas Neronin
2026-04-02usb: xhci: move initialization for lifetime objectsNiklas Neronin
2026-04-02usb: xhci: move ring initializationNiklas Neronin
2026-04-02usb: xhci: move reserving command ring trbNiklas Neronin
2026-04-02usb: xhci: factor out roothub bandwidth cleanupNiklas Neronin
2026-04-02usb: xhci: relocate Restore/Controller error checkNiklas Neronin