summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2026-04-11drivers/usb/host: Fix spelling error 'seperate' -> 'separate'Qinghua Zhao-1/+1
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman-17/+5
2026-04-02usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio-1/+0
2026-04-02usb: xhci: remove duplicate '0x' prefixNiklas Neronin-5/+5
2026-04-02usb: xhci: move roothub port limit validationNiklas Neronin-27/+18
2026-04-02usb: xhci: simpilfy resume root hub codeNiklas Neronin-20/+16
2026-04-02usb: xhci: cleanup xhci_hub_report_usb3_link_state()Niklas Neronin-36/+20
2026-04-02usb: xhci: rename parameter to match argument 'portsc'Niklas Neronin-31/+30
2026-04-02usb: xhci: add PORTSC variable to xhci_hub_control()Niklas Neronin-51/+51
2026-04-02usb: xhci: add PORTPMSC variable to xhci_hub_control()Niklas Neronin-9/+9
2026-04-02usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m...Niklas Neronin-7/+7
2026-04-02usb: xhci: clean up 'wValue' handling in xhci_hub_control()Niklas Neronin-4/+6
2026-04-02usb: xhci: clean up handling of upper bits in SetPortFeature wIndexNiklas Neronin-13/+12
2026-04-02usb: xhci: rename 'wIndex' parameters to 'portnum'Niklas Neronin-33/+27
2026-04-02usb: xhci: stop treating 'wIndex' as a mutable port numberNiklas Neronin-35/+30
2026-04-02usb: xhci: optimize resuming from S4 (suspend-to-disk)Niklas Neronin-23/+34
2026-04-02usb: xhci: improve debug messages during suspendNiklas Neronin-28/+37
2026-04-02usb: xhci: split core allocation and initializationNiklas Neronin-20/+13
2026-04-02usb: xhci: move initialization for lifetime objectsNiklas Neronin-8/+8
2026-04-02usb: xhci: move ring initializationNiklas Neronin-5/+18
2026-04-02usb: xhci: move reserving command ring trbNiklas Neronin-7/+6
2026-04-02usb: xhci: factor out roothub bandwidth cleanupNiklas Neronin-21/+29
2026-04-02usb: xhci: relocate Restore/Controller error checkNiklas Neronin-8/+5
2026-04-02usb: xhci: simplify CMRT initialization logicNiklas Neronin-5/+3
2026-04-02usb: xhci: Fix debugfs bandwidth reportingMichal Pecio-4/+15
2026-04-02usb: xhci: Simplify clearing the Event Interrupt bitMichal Pecio-3/+2
2026-04-02xhci: use BIT macroOliver Neukum-60/+61
2026-04-02usb: host: xhci-sideband: delegate offload_usage tracking to class driversGuan-Yu Lin-13/+1
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin-2/+2
2026-03-30usb: ehci-brcm: fix sleep during atomicJustin Chen-2/+2
2026-03-30usb: tegra: use MODULE_FIRMWARE if SOC is ENABLEDNicolas Chauvet-0/+8
2026-03-18usb: fhci: use kzalloc_flex for priv structRosen Penev-13/+5
2026-03-16Merge 7.0-rc4 into usb-nextGreg Kroah-Hartman-3/+12
2026-03-11xhci: Fix NULL pointer dereference when reading portli debugfs filesMathias Nyman-1/+9
2026-03-11usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang-0/+1
2026-03-11usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan-2/+2
2026-03-11usb: ehci-orion: remove optional PHY handling code remnantsGabor Juhos-9/+0
2026-03-11usb: xhci: tegra: Remove redundant mutex when setting phy modeDiogo Ivo-4/+0
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-23/+23
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-61/+58
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3810/+223
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2026-01-23xhci: dbc: allow setting manufacturer string through sysfsŁukasz Bartosik-0/+36
2026-01-23xhci: dbc: allow setting product string through sysfsŁukasz Bartosik-0/+36
2026-01-23xhci: dbc: allow setting device serial number through sysfsŁukasz Bartosik-0/+36
2026-01-23xhci: dbc: prepare to expose strings through sysfsŁukasz Bartosik-78/+112
2026-01-23usb: host: tegra: Remove manual wake IRQ disposalWayne Chang-19/+2
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman-5/+15