summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: xhci-plat: fix legacy PHY double initJohan Hovold2023-11-211-20/+30
* usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun2023-11-212-3/+12
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-0314-268/+635
|\
| * usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not presentWesley Cheng2023-10-211-2/+10
| * usb: host: xhci-plat: fix possible kernel oops while resumingSergey Shtylyov2023-10-211-4/+19
| * usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami2023-10-213-3/+30
| * xhci: split free interrupter into separate remove and free partsMathias Nyman2023-10-211-11/+21
| * xhci: Enable RPM on controllers that support low-power statesBasavaraj Natikar2023-10-211-1/+3
| * xhci: Loosen RPM as default policy to cover for AMD xHC 1.1Basavaraj Natikar2023-10-211-0/+2
| * xhci: Simplify event ring dequeue pointer update for port change eventsMathias Nyman2023-10-211-8/+2
| * xhci: simplify event ring dequeue tracking for transfer eventsMathias Nyman2023-10-211-11/+1
| * xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner2023-10-212-6/+1
| * xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner2023-10-211-6/+1
| * xhci: Clean up ERST_PTR_MASK inversionLukas Wunner2023-10-214-7/+5
| * xhci: Expose segment numbers in debugfsLukas Wunner2023-10-211-1/+1
| * xhci: Update last segment pointer after Event Ring expansionLukas Wunner2023-10-211-5/+7
| * xhci: Adjust segment numbers after ring expansionLukas Wunner2023-10-211-6/+10
| * xhci: Use more than one Event Ring segmentJonathan Bell2023-10-212-5/+10
| * xhci: Set DESI bits in ERDP register correctlyLukas Wunner2023-10-213-15/+13
| * xhci: expand next_trb() helper to support more ring typesMathias Nyman2023-10-211-1/+1
| * xhci: Add busnumber to port tracingMathias Nyman2023-10-211-1/+4
| * xhci: pass port structure to tracing instead of port numberMathias Nyman2023-10-213-12/+12
| * Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-164-19/+22
| |\
| * | usb: xhci-mtk: improve split scheduling by separate IN/OUT budgetChunfeng Yun2023-10-022-40/+278
| * | usb: xhci-mtk: add a bandwidth budget tableChunfeng Yun2023-10-022-32/+85
| * | usb: pci-quirks: handle HAS_IOPORT dependency for UHCI handoffNiklas Schnelle2023-10-021-7/+16
| * | usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle2023-10-022-8/+24
| * | usb: pci-quirks: group AMD specific quirk code togetherNiklas Schnelle2023-10-022-65/+68
| * | usb: xhci: Move extcaps related macros to respective header fileKrishna Kurapati2023-10-022-27/+27
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-302-2/+2
|\ \ \ | |_|/ |/| |
| * | usb: Annotate struct urb_priv with __counted_byKees Cook2023-10-022-2/+2
| |/
* | xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2023-10-022-3/+3
* | xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner2023-10-021-5/+7
* | xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman2023-10-021-9/+10
* | usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng2023-10-021-2/+2
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-4/+3
|\
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
| * tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
| * tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-3/+1
* | usb: host: ehci-sched: try to turn on io watchdog as long as periodic_count > 0Xu Yang2023-08-121-1/+2
* | USB: ohci-sm501: remove unnecessary check of memYang Yingliang2023-08-121-2/+1
* | USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-092-12/+2
* | usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang2023-08-093-3/+25
* | usb: host: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie2023-08-044-8/+8
* | Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman2023-07-314-31/+7
|\|
| * Revert "usb: xhci: tegra: Fix error check"Dan Carpenter2023-07-251-4/+4
| * Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum2023-07-252-27/+2
| * usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda2023-07-251-0/+1
| * usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen2023-07-251-1/+7
* | usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen2023-07-301-1/+7