summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-09-13usb: r8a66597-hcd: make read-only const arrays staticColin Ian King
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak
2024-09-11usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI hostWangYuli
2024-09-11usb: host: xhci-plat: Parse xhci-missing_cas_quirk and apply quirkFrank Li
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman
2024-09-05xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman
2024-09-05usb: xhci: adjust empty TD list handling in handle_tx_event()Niklas Neronin
2024-09-05usb: xhci: remove 'retval' from xhci_pci_resume()Niklas Neronin
2024-09-05usb: xhci: add comments explaining specific interrupt behaviourNiklas Neronin
2024-09-05usb: xhci: make 'sbrn' a local variableNiklas Neronin
2024-09-05usb: xhci: remove unused variables from struct 'xhci_hcd'Niklas Neronin
2024-09-05usb: xhci: remove excessive Bulk short packet debug messageNiklas Neronin
2024-09-05usb: xhci: remove excessive isoc frame debug message spamNiklas Neronin
2024-09-05xhci: Remove unused function declarationsYue Haibing
2024-09-05xhci: dbc: add dbgtty request to end of list once it completesMathias Nyman
2024-09-05xhci: dbc: Fix STALL transfer event handlingMathias Nyman
2024-09-03usb: Add tunnel_mode parameter to usb device structureMathias Nyman
2024-09-03xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman
2024-09-03usb: ohci-nxp: Use helper function devm_clk_get_enabled()Zhang Zekun
2024-08-25usb: ehci-brcm: fix module autoloadingLiao Chen
2024-08-22usb: ohci-exynos: Simplify with scoped for each OF child loopJinjie Ruan
2024-08-22usb: ehci-exynos: Simplify with scoped for each OF child loopJinjie Ruan
2024-08-19Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman
2024-08-19Merge 6.11-rc4 into usb-nextGreg Kroah-Hartman
2024-08-15xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman
2024-08-14xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)
2024-08-14xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)
2024-08-13usb: xhci: fix duplicate stall handling in handle_tx_event()Niklas Neronin
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier
2024-08-07xhci-pci: Make xhci-pci-renesas a proper modular driverBen Hutchings
2024-07-31USB: ohci-ppc-of: Drop ohci-littledian compatibleKrzysztof Kozlowski
2024-07-19Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-07-03xhci: always resume roothubs if xHC was reset during resumeMathias Nyman
2024-06-27xhci: sort out TRB Endpoint ID bitfield macrosMathias Nyman
2024-06-27xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGLReka Norman
2024-06-27usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()Niklas Neronin
2024-06-27usb: xhci: move process TD code out of the while loopNiklas Neronin
2024-06-27usb: xhci: remove infinite loop preventionNiklas Neronin
2024-06-27usb: xhci: remove false xhci_giveback_urb_in_irq() header commentNiklas Neronin
2024-06-27usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stoppedNiklas Neronin
2024-06-27xhci: rework xhci internal endpoint halt state detection.Mathias Nyman
2024-06-27usb: xhci: remove obsolete sanity check debug messagesNiklas Neronin
2024-06-27usb: xhci: improve error message for targetless transfer eventNiklas Neronin
2024-06-27usb: xhci: move untargeted transfer event handling to a separate functionNiklas Neronin
2024-06-27usb: xhci: move all segment re-numbering to xhci_link_rings()Niklas Neronin
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2024-06-27usb: xhci: remove unused argument from handle_port_status()Niklas Neronin
2024-06-27usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()Niklas Neronin
2024-06-27usb: xhci: remove unused 'xhci' argumentNiklas Neronin