summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2024-11-08xhci: Use pm_runtime_get to prevent RPM on unsupported systemsBasavaraj Natikar
2024-11-08xhci: Fix Link TRB DMA in command ring stopped completion eventFaisal Hassan
2024-11-01XHCI: Separate PORT and CAPs macros into dedicated fileFrank Li
2024-11-01xhci: dbc: honor usb transfer size boundaries.Mathias Nyman
2024-11-01xhci: dbgtty: use kfifo from tty_port structJiri Slaby (SUSE)
2024-11-01xhci: dbgtty: remove kfifo_out() wrapperJiri Slaby (SUSE)
2024-10-22xhci: Mitigate failed set dequeue pointer commandsMathias Nyman
2024-10-22xhci: Fix incorrect stream context type macroMathias Nyman
2024-10-22xhci: tegra: fix checked USB2 port numberHenry Lin
2024-10-17usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero
2024-10-04usb: xhci: fix loss of data on Cadence xHCPawel Laszczak
2024-10-04xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung
2024-10-04xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman
2024-08-29xhci: Fix Panther point NULL pointer deref at full-speed re-enumerationMathias Nyman
2024-07-18xhci: always resume roothubs if xHC was reset during resumeMathias Nyman
2024-07-15Revert "usb: xhci: prevent potential failure in handle_tx_event() for Transfe...Greg Kroah-Hartman
2024-07-11usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin
2024-06-21xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang
2024-06-21xhci: Handle TD clearing for multiple streams caseHector Martin
2024-06-21xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang
2024-06-21xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman
2024-05-17usb: xhci-plat: Don't include xhci.hThinh Nguyen
2024-05-17usb: ohci: Prevent missed ohci interruptsGuenter Roeck
2024-04-27usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2024-04-13usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King
2024-04-03xhci: Fix failure to detect ring expansion need.Mathias Nyman
2024-04-03usb: xhci: Add error handling in xhci_map_urb_for_dmaPrashanth K
2024-02-16xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio
2024-02-16xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman
2024-02-16usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K
2024-02-05usb: xhci-plat: fix usb disconnect issue after s4Yinbo Zhu
2024-01-25usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transferChunfeng Yun
2023-12-13Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman
2023-12-03USB: xhci-plat: fix legacy PHY double initJohan Hovold
2023-11-28xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar
2023-11-28usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng
2023-11-20usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov
2023-11-20xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner
2023-10-02xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner
2023-10-02xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman
2023-10-02usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-12usb: host: ehci-sched: try to turn on io watchdog as long as periodic_count > 0Xu Yang
2023-08-12USB: ohci-sm501: remove unnecessary check of memYang Yingliang
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-08-09usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang