summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2021-06-15usb: host: xhci-plat: Create platform device for onboard hubs in probe()Matthias Kaehlcke-0/+9
2021-06-15usb: renesas-xhci: Replace BIT(15) with macroMoritz Fischer-1/+1
2021-06-14Merge tag 'for-5.14-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Greg Kroah-Hartman-131/+482
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman-1/+7
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman-1/+7
2021-06-11usb: xhci: tegra: Enable ELPG for runtime/system PMJC Kuo-37/+370
2021-06-11usb: xhci: tegra: Unlink power domain devicesJC Kuo-94/+112
2021-06-10usb: ehci: do not initialise static variablesJason Wang-2/+2
2021-06-09usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD RenoirMario Limonciello-1/+7
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman-7/+7
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman-21/+32
2021-05-27USB: fotg210-hcd: remove dentry storage for debugfs fileGreg Kroah-Hartman-5/+3
2021-05-25xhci: Fix 5.12 regression of missing xHC cache clearing command after a StallMathias Nyman-2/+6
2021-05-25xhci: fix giving back URB with incorrect status regression in 5.12Mathias Nyman-5/+1
2021-05-21fsl-usb: add need_oc_pp_cycle flag for 85xx alsoGopalakrishnan Santhanam-4/+4
2021-05-17usb: host: xhci-tegra: Switch to use %ptTsAndy Shevchenko-5/+1
2021-05-17Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman-14/+25
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby-2/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-2/+2
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen-140/+5
2021-05-13xhci: Add reset resume quirk for AMD xhci controller.Sandeep Singh-1/+3
2021-05-13usb: xhci: Increase timeout for HC haltMaximilian Luz-2/+3
2021-05-13xhci: Do not use GFP_KERNEL in (potentially) atomic contextChristophe JAILLET-3/+3
2021-05-13xhci: Fix giving back cancelled URBs even if halted endpoint can't resetMathias Nyman-5/+11
2021-05-13xhci-pci: Allow host runtime PM as default for Intel Alder Lake xHCIAbhijeet Rao-1/+3
2021-05-10usb: xhci-mtk: use first-fit for LS/FSChunfeng Yun-0/+5
2021-05-10usb: xhci-mtk: remove unnecessary assignments in periodic TT schedulerIkjoon Jang-23/+14
2021-05-10usb: xhci-mtk: remove unnecessary setting of has_ippcChunfeng Yun-2/+0
2021-05-10usb: xhci-mtk: use bitfield instead of boolChunfeng Yun-4/+4
2021-05-10usb: fotg210-hcd: Fix an error messageChristophe JAILLET-2/+2
2021-04-22usb: xhci-mtk: remove bus status checkChunfeng Yun-41/+2
2021-04-14usb: xhci-mtk: remove unused membersChunfeng Yun-3/+0
2021-04-14usb: xhci-mtk: use clock bulk to get clocksChunfeng Yun-95/+24
2021-04-14usb: xhci-mtk: add support runtime PMChunfeng Yun-16/+124
2021-04-14usb: xhci-mtk: check return value in suspend/resume hooksChunfeng Yun-10/+27
2021-04-10USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu-0/+3
2021-04-09usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lockZheng Yongjun-2/+1
2021-04-06xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman-23/+19
2021-04-06xhci: fix potential array out of bounds with several interruptersMathias Nyman-1/+5
2021-04-06xhci: check control context is valid before dereferencing it.Mathias Nyman-0/+8
2021-04-06xhci: check port array allocation was successful before dereferencing itMathias Nyman-0/+3
2021-04-02usb: xhci-mtk: support quirk to disable usb2 lpmChunfeng Yun-0/+4
2021-04-02usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun-1/+9
2021-04-02usb: xhci-mtk: fix oops when unbind driverChunfeng Yun-1/+3
2021-04-02usb: xhci-mtk: fix wrong remainder of bandwidth budgetChunfeng Yun-5/+2
2021-03-28usb: xhci-mtk: remove MODULE_ALIASChunfeng Yun-1/+0
2021-03-28usb: xhci-mtk: drop CONFIG_OFChunfeng Yun-3/+1
2021-03-26usb: xhci-mtk: add support ip-sleep wakeup for mT8192Chunfeng Yun-0/+10
2021-03-26usb: xhci-mtk: support ip-sleep wakeup for MT8183Chunfeng Yun-0/+13
2021-03-23usb: xhci: Remove unused functionThinh Nguyen-147/+0