summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2023-10-21usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng1-2/+10
2023-10-21usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov1-4/+19
2023-10-21usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami3-3/+30
2023-10-21xhci: split free interrupter into separate remove and free partsMathias Nyman1-11/+21
2023-10-21xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar1-1/+3
2023-10-21xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar1-0/+2
2023-10-21xhci: Simplify event ring dequeue pointer update for port change eventsMathias Nyman1-8/+2
2023-10-21xhci: simplify event ring dequeue tracking for transfer eventsMathias Nyman1-11/+1
2023-10-21xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner2-6/+1
2023-10-21xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner1-6/+1
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner4-7/+5
2023-10-21xhci: Expose segment numbers in debugfsLukas Wunner1-1/+1
2023-10-21xhci: Update last segment pointer after Event Ring expansionLukas Wunner1-5/+7
2023-10-21xhci: Adjust segment numbers after ring expansionLukas Wunner1-6/+10
2023-10-21xhci: Use more than one Event Ring segmentJonathan Bell2-5/+10
2023-10-21xhci: Set DESI bits in ERDP register correctlyLukas Wunner3-15/+13
2023-10-21xhci: expand next_trb() helper to support more ring typesMathias Nyman1-1/+1
2023-10-21xhci: Add busnumber to port tracingMathias Nyman1-1/+4
2023-10-21xhci: pass port structure to tracing instead of port numberMathias Nyman3-12/+12
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman4-19/+22
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2-3/+3
2023-10-02xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner1-5/+7
2023-10-02xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman1-9/+10
2023-10-02usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng1-2/+2
2023-10-02usb: xhci-mtk: improve split scheduling by separate IN/OUT budgetChunfeng Yun2-40/+278
2023-10-02usb: xhci-mtk: add a bandwidth budget tableChunfeng Yun2-32/+85
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoffNiklas Schnelle1-7/+16
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle2-8/+24
2023-10-02usb: pci-quirks: group AMD specific quirk code togetherNiklas Schnelle2-65/+68
2023-10-02usb: xhci: Move extcaps related macros to respective header fileKrishna Kurapati2-27/+27
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+3
2023-08-12usb: host: ehci-sched: try to turn on io watchdog as long as periodic_count > 0Xu Yang1-1/+2
2023-08-12USB: ohci-sm501: remove unnecessary check of memYang Yingliang1-2/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-3/+1
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern2-12/+2
2023-08-09usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang3-3/+25
2023-08-04usb: host: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie4-8/+8
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman4-31/+7
2023-07-30usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen1-1/+7
2023-07-27usb: ohci-st: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-10/+4
2023-07-27usb: ehci-exynos: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-27usb: ehci-st: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-9/+3
2023-07-27usb: uhci-platform: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-27usb: ehci-mv: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-27usb: ohci-spear: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-27usb: ehci-omap: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-27usb: ohci-pxa27x: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-27usb: oxu210hp-hcd: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1