summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2025-08-15usb: host: xhci-plat: fix incorrect type for of_match variable in xhci_plat_p...Seungjin Bae1-1/+1
2025-07-10xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMSHongyu Xie1-1/+2
2025-07-10xhci: dbc: Flush queued requests before stopping dbcMathias Nyman1-0/+4
2025-07-10xhci: dbctty: disable ECHO flag by defaultŁukasz Bartosik1-0/+1
2025-07-10usb: xhci: quirk for data loss in ISOC transfersRaju Rangoju3-0/+30
2025-07-10Revert "usb: xhci: Implement xhci_handshake_check_state() helper"Roy Luo3-30/+3
2025-07-10usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removedRoy Luo1-1/+4
2025-05-05xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.Mathias Nyman2-3/+19
2025-05-05usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeueMichal Pecio1-10/+9
2025-05-01usb: uhci-platform: Make the clock really optionalAlexey Charkov1-1/+1
2025-05-01usb: host: tegra: Prevent host controller crash when OTG port is usedJim Lin1-0/+3
2025-04-11USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)Huacai Chen1-0/+23
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman3-16/+20
2025-04-11usb: xhci: Fix invalid pointer dereference in Etron workaroundMichal Pecio1-1/+1
2025-04-11usb: xhci: Fix Short Packet handling rework ignoring errorsMichal Pecio1-1/+1
2025-04-11Revert "xhci: Prevent early endpoint restart when handling STALL errors."Mathias Nyman3-13/+3
2025-04-11Revert "xhci: Avoid queuing redundant Stop Endpoint command for stalled endpo...Mathias Nyman1-5/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner13-23/+23
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-284/+298
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-14usb: host: xhci-plat: allow upper layers to signal power lossThéo Lebrun2-1/+3
2025-03-14usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun6-22/+21
2025-03-14usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`Théo Lebrun1-5/+5
2025-03-14usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() funcThéo Lebrun3-17/+1
2025-03-11usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems RunningMichal Pecio1-4/+7
2025-03-11usb: xhci: Don't change the status of stalled TDs on failed Stop EPMichal Pecio1-1/+11
2025-03-11xhci: Avoid queuing redundant Stop Endpoint command for stalled endpointMathias Nyman1-3/+5
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman5-6/+23
2025-03-06xhci: Handle spurious events on Etron host isoc enpointsMathias Nyman2-13/+27
2025-03-06usb: xhci: Unify duplicate inc_enq() codeMichal Pecio1-75/+55
2025-03-06usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio1-2/+11
2025-03-06xhci: Prevent early endpoint restart when handling STALL errors.Mathias Nyman3-3/+13
2025-03-06usb: xhci: move debug capabilities from trb_in_td() to handle_tx_event()Niklas Neronin1-21/+17
2025-03-06usb: xhci: refactor trb_in_td() to be staticNiklas Neronin2-63/+61
2025-03-06usb: xhci: set page size to the xHCI-supported sizeNiklas Neronin2-20/+22
2025-03-06usb: xhci: correct debug message page size calculationNiklas Neronin1-3/+3
2025-03-06usb: xhci: Skip only one TD on Ring Underrun/OverrunMichal Pecio1-1/+14
2025-03-06usb: xhci: Expedite skipping missed isoch TDs on modern HCsMichal Pecio1-4/+10
2025-03-06usb: xhci: Fix isochronous Ring Underrun/Overrun event handlingMichal Pecio1-6/+14
2025-03-06usb: xhci: Complete 'error mid TD' transfers when handling Missed ServiceMichal Pecio1-1/+5
2025-03-06usb: xhci: Don't skip on Stopped - Length InvalidMichal Pecio1-0/+4
2025-03-06usb: xhci: remove redundant update_ring_for_set_deq_completion() functionNiklas Neronin1-39/+2
2025-03-06xhci: show correct U1 and U2 timeout values in debug messagesMathias Nyman1-4/+4
2025-03-04usb: xhci: Fix host controllers "dying" after suspend and resumeMichal Pecio1-1/+5
2025-03-03xhci: Restrict USB4 tunnel detection for USB3 devices to Intel hostsMarc Zyngier1-0/+8
2025-02-27usb: xhci: Enable the TRB overfetch quirk on VIA VL805Michal Pecio3-5/+10
2025-02-18usb: ehci: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman2-3/+13
2025-02-14usb: xhci: Restore xhci_pci support for Renesas HCsMichal Pecio1-3/+4
2025-02-14USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCIHuacai Chen1-0/+9