aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2024-10-29xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan1-8/+8
2024-10-29xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar1-2/+4
2024-10-17xhci: dbc: honor usb transfer size boundaries.Mathias Nyman2-5/+51
2024-10-17usb: xhci: Fix handling errors mid TD followed by other errorsMichal Pecio1-37/+29
2024-10-17xhci: Mitigate failed set dequeue pointer commandsMathias Nyman1-1/+1
2024-10-17xhci: Fix incorrect stream context type macroMathias Nyman1-1/+1
2024-10-16xhci: tegra: fix checked USB2 port numberHenry Lin1-1/+1
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+5
2024-10-04usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero1-0/+5
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro8-8/+8
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-22/+9
2024-09-13usb: r8a66597-hcd: make read-only const arrays staticColin Ian King1-3/+3
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak3-0/+22
2024-09-11usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI hostWangYuli1-0/+7
2024-09-11usb: host: xhci-plat: Parse xhci-missing_cas_quirk and apply quirkFrank Li1-0/+6
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman3-4/+13
2024-09-05xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman1-3/+5
2024-09-05usb: xhci: adjust empty TD list handling in handle_tx_event()Niklas Neronin1-27/+24
2024-09-05usb: xhci: remove 'retval' from xhci_pci_resume()Niklas Neronin1-3/+1
2024-09-05usb: xhci: add comments explaining specific interrupt behaviourNiklas Neronin1-2/+5
2024-09-05usb: xhci: make 'sbrn' a local variableNiklas Neronin2-4/+3
2024-09-05usb: xhci: remove unused variables from struct 'xhci_hcd'Niklas Neronin1-4/+0
2024-09-05usb: xhci: remove excessive Bulk short packet debug messageNiklas Neronin1-3/+0
2024-09-05usb: xhci: remove excessive isoc frame debug message spamNiklas Neronin1-4/+0
2024-09-05xhci: Remove unused function declarationsYue Haibing1-4/+0
2024-09-05xhci: dbc: add dbgtty request to end of list once it completesMathias Nyman1-1/+1
2024-09-05xhci: dbc: Fix STALL transfer event handlingMathias Nyman2-52/+83
2024-09-03usb: Add tunnel_mode parameter to usb device structureMathias Nyman3-8/+16
2024-09-03xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman4-0/+48
2024-09-03usb: ohci-nxp: Use helper function devm_clk_get_enabled()Zhang Zekun1-14/+4
2024-08-25usb: ehci-brcm: fix module autoloadingLiao Chen1-0/+1
2024-08-22usb: ohci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-22usb: ehci-exynos: Simplify with scoped for each OF child loopJinjie Ruan1-7/+2
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman3-4/+7
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman3-4/+7
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman1-3/+5
2024-08-14xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)2-9/+9
2024-08-14xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)1-14/+1
2024-08-13usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin1-0/+1
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier1-1/+1
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings5-64/+64
2024-07-31USB: ohci-ppc-of: Drop ohci-littledian compatibleKrzysztof Kozlowski1-4/+0
2024-07-19Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-254/+214
2024-07-03xhci: always resume roothubs if xHC was reset during resumeMathias Nyman1-3/+13
2024-06-27xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman2-22/+17
2024-06-27xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGLReka Norman1-1/+3
2024-06-27usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()Niklas Neronin1-16/+17
2024-06-27usb: xhci: move process TD code out of the while loopNiklas Neronin1-32/+30
2024-06-27usb: xhci: remove infinite loop preventionNiklas Neronin1-15/+0
2024-06-27usb: xhci: remove false xhci_giveback_urb_in_irq() header commentNiklas Neronin1-4/+0