summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2026-06-03usb: xhci: Remove skip_isoc_td()Michal Pecio1-21/+5
2026-06-03usb: xhci: Simplify xhci_quiesce()Michal Pecio1-8/+1
2026-06-03usb: xhci: remove legacy 'num_trbs_free' trackingNiklas Neronin4-12/+3
2026-06-03usb: xhci: fix typo in xhci_set_port_power() commentStepan Ionichev1-1/+1
2026-06-01Merge tag 'v7.1-rc6' into usb-nextGreg Kroah-Hartman1-30/+39
2026-05-28usb: xhci: tegra: Explicitly specify PMC instance to useThierry Reding1-12/+26
2026-05-22usb: host: add ARCH_AIROHA in XHCI MTK dependencyChristian Marangi1-1/+1
2026-05-22usb: host: max3421: Reject hub port requests for non-existent portsSeungjin Bae1-0/+4
2026-05-22usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()Seungjin Bae1-0/+4
2026-05-22xhci: tegra: Fix ghost USB device on dual-role port unplugWei-Cheng Chen1-30/+39
2026-05-21usb: xhci-pci: add AMD Promontory 21 PCI glueJihong Min5-0/+158
2026-05-21usb: xhci-mtk: Use FIELD_MODIFY()Hans Zhang1-3/+3
2026-05-21usb: xhci: Use FIELD_MODIFY()Hans Zhang1-3/+2
2026-04-11drivers/usb/host: Fix spelling error 'seperate' -> 'separate'Qinghua Zhao1-1/+1
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman2-17/+5
2026-04-02usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio1-1/+0
2026-04-02usb: xhci: remove duplicate '0x' prefixNiklas Neronin2-5/+5
2026-04-02usb: xhci: move roothub port limit validationNiklas Neronin1-27/+18
2026-04-02usb: xhci: simpilfy resume root hub codeNiklas Neronin1-20/+16
2026-04-02usb: xhci: cleanup xhci_hub_report_usb3_link_state()Niklas Neronin1-36/+20
2026-04-02usb: xhci: rename parameter to match argument 'portsc'Niklas Neronin1-31/+30
2026-04-02usb: xhci: add PORTSC variable to xhci_hub_control()Niklas Neronin1-51/+51
2026-04-02usb: xhci: add PORTPMSC variable to xhci_hub_control()Niklas Neronin1-9/+9
2026-04-02usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m...Niklas Neronin1-7/+7
2026-04-02usb: xhci: clean up 'wValue' handling in xhci_hub_control()Niklas Neronin1-4/+6
2026-04-02usb: xhci: clean up handling of upper bits in SetPortFeature wIndexNiklas Neronin1-13/+12
2026-04-02usb: xhci: rename 'wIndex' parameters to 'portnum'Niklas Neronin1-33/+27
2026-04-02usb: xhci: stop treating 'wIndex' as a mutable port numberNiklas Neronin1-35/+30
2026-04-02usb: xhci: optimize resuming from S4 (suspend-to-disk)Niklas Neronin3-23/+34
2026-04-02usb: xhci: improve debug messages during suspendNiklas Neronin1-28/+37
2026-04-02usb: xhci: split core allocation and initializationNiklas Neronin2-20/+13
2026-04-02usb: xhci: move initialization for lifetime objectsNiklas Neronin2-8/+8
2026-04-02usb: xhci: move ring initializationNiklas Neronin3-5/+18
2026-04-02usb: xhci: move reserving command ring trbNiklas Neronin2-7/+6
2026-04-02usb: xhci: factor out roothub bandwidth cleanupNiklas Neronin1-21/+29
2026-04-02usb: xhci: relocate Restore/Controller error checkNiklas Neronin1-8/+5
2026-04-02usb: xhci: simplify CMRT initialization logicNiklas Neronin1-5/+3
2026-04-02usb: xhci: Fix debugfs bandwidth reportingMichal Pecio2-4/+15
2026-04-02usb: xhci: Simplify clearing the Event Interrupt bitMichal Pecio1-3/+2
2026-04-02xhci: use BIT macroOliver Neukum1-60/+61
2026-04-02usb: host: xhci-sideband: delegate offload_usage tracking to class driversGuan-Yu Lin1-13/+1
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin1-2/+2
2026-03-30usb: ehci-brcm: fix sleep during atomicJustin Chen1-2/+2
2026-03-30usb: tegra: use MODULE_FIRMWARE if SOC is ENABLEDNicolas Chauvet1-0/+8
2026-03-18usb: fhci: use kzalloc_flex for priv structRosen Penev2-13/+5
2026-03-16Merge 7.0-rc4 into usb-nextGreg Kroah-Hartman3-3/+12
2026-03-11xhci: Fix NULL pointer dereference when reading portli debugfs filesMathias Nyman1-1/+9
2026-03-11usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang1-0/+1
2026-03-11usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan1-2/+2
2026-03-11usb: ehci-orion: remove optional PHY handling code remnantsGabor Juhos1-9/+0