summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Fix host controllers "dying" after suspend and resumeMichal Pecio2025-03-041-1/+5
* xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hostsMarc Zyngier2025-03-031-0/+8
* usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio2025-02-273-5/+10
* usb: xhci: Restore xhci_pci support for Renesas HCsMichal Pecio2025-02-141-3/+4
* USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCIHuacai Chen2025-02-141-0/+9
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-21/+4
|\
| * xhci: don't mess with ->d_inameAl Viro2025-01-151-21/+4
* | usb: xhci: tegra: Fix OF boolean read warningJon Hunter2025-01-171-1/+1
* | usb: host: xhci-plat: add support compatible ID PNP0D15Chunfeng Yun2025-01-171-0/+1
* | USB: host: Use str_enable_disable-like helpersKrzysztof Kozlowski2025-01-155-7/+12
* | Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman2025-01-131-1/+2
|\|
| * usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_S...Xu Yang2024-12-231-1/+2
* | usb: host: xhci-plat: Assign shared_hcd->rsrc_startWangYuli2025-01-111-0/+2
* | xhci: Add missing capability definition bitsMathias Nyman2024-12-271-0/+6
* | xhci: Add command completion parameter supportMathias Nyman2024-12-272-4/+10
* | usb: xhci: Fix NULL pointer dereference on certain command abortsMichal Pecio2024-12-271-1/+2
* | xhci: dbgtty: Improve performance by handling received data immediately.Mathias Nyman2024-12-271-33/+65
* | xhci: dbc: Improve performance by removing delay in transfer event polling.Mathias Nyman2024-12-271-1/+1
|/
* usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin2024-12-171-1/+1
* xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman2024-12-171-2/+0
* usb: host: max3421-hcd: Correctly abort a USB request.Mark Tomlinson2024-12-041-5/+11
* usb: ehci-hcd: fix call balance of clocks handling routinesVitalii Mordan2024-12-041-2/+7
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-022-3/+3
* usb: ehci-spear: fix call balance of sehci clk handling routinesVitalii Mordan2024-11-161-3/+4
* drivers/usb/host: refactor min/max with min_t/max_tSabyrzhan Tasbolatov2024-11-133-4/+4
* usb: cdns3: Synchronise PCI IDs via common data baseAndy Shevchenko2024-11-131-3/+2
* usb: xhci: Avoid queuing redundant Stop Endpoint commandsMichal Pecio2024-11-063-4/+29
* usb: xhci: Fix TD invalidation under pending Set TR DequeueMichal Pecio2024-11-061-5/+13
* usb: xhci: Limit Stop Endpoint retriesMichal Pecio2024-11-063-4/+27
* usb: xhci: remove irrelevant commentNiklas Neronin2024-11-061-5/+0
* usb: xhci: add help function xhci_dequeue_td()Niklas Neronin2024-11-061-16/+13
* usb: xhci: refactor xhci_td_cleanup() to return voidNiklas Neronin2024-11-061-31/+28
* usb: xhci: remove unused arguments from td_to_noop()Niklas Neronin2024-11-061-7/+6
* usb: xhci: improve xhci_clear_command_ring()Niklas Neronin2024-11-061-3/+1
* usb: xhci: request MSI/-X according to requested amountNiklas Neronin2024-11-061-7/+4
* usb: xhci: move link TRB quirk to xhci_gen_setup()Niklas Neronin2024-11-061-8/+6
* usb: xhci: simplify TDs start and end naming scheme in struct 'xhci_td'Niklas Neronin2024-11-063-38/+38
* xhci: pci: Fix indentation in the PCI device ID definitionsAndy Shevchenko2024-11-061-4/+4
* xhci: pci: Use standard pattern for device IDsAndy Shevchenko2024-11-061-5/+5
* xhci: Don't perform Soft Retry for Etron xHCI hostKuangyi Chiang2024-11-061-0/+1
* xhci: Fix control transfer error on Etron xHCI hostKuangyi Chiang2024-11-061-0/+14
* xhci: Don't issue Reset Device command to Etron xHCI hostKuangyi Chiang2024-11-063-0/+21
* xhci: Combine two if statements for Etron xHCI hostKuangyi Chiang2024-11-061-6/+2
* usb: xhci: add xhci_initialize_ring_segments()Niklas Neronin2024-11-061-18/+23
* usb: xhci: rework xhci_link_segments()Niklas Neronin2024-11-061-24/+30
* usb: xhci: refactor xhci_link_rings() to use source and destination ringsNiklas Neronin2024-11-061-20/+20
* usb: xhci: rework xhci_free_segments_for_ring()Niklas Neronin2024-11-061-10/+11
* usb: xhci: adjust xhci_alloc_segments_for_ring() argumentsNiklas Neronin2024-11-061-27/+21
* usb: xhci: remove option to change a default ring's TRB cycle bitNiklas Neronin2024-11-064-33/+27
* usb: xhci: introduce macro for ring segment list iterationNiklas Neronin2024-11-064-33/+19