aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+9
2020-09-25usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+10
2020-09-25usb: xhci-rcar: convert to readl_poll_timeout_atomic()Chunfeng Yun1-31/+12
2020-09-25usb: pci-quirks: convert to readl_poll_timeout_atomic()Chunfeng Yun1-9/+4
2020-09-22USB: bcma: use module_bcma_driver to simplify the codeLiu Shixin1-12/+1
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2-1/+1
2020-09-20usb: xhci: add debugfs support for ep with streamLi Jun3-1/+119
2020-09-20xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman1-2/+1
2020-09-20xhci: Tune interrupt blocking for isochronous transfersMathias Nyman1-4/+19
2020-09-20usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen1-2/+5
2020-09-20usb: host: xhci-plat: improve the comments for xhci_plat_suspendPeter Chen1-5/+1
2020-09-20usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen1-1/+1
2020-09-20usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen2-2/+7
2020-09-20usb: host: xhci-plat: delete the unnecessary codePeter Chen1-2/+1
2020-09-20usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_privPeter Chen2-0/+20
2020-09-20usb: host: xhci-plat: add platform data supportPeter Chen1-1/+5
2020-09-17ehci-hcd: Move include to keep CRC stableQuentin Perret2-1/+1
2020-09-14usb: host: ehci-sched: Remove ununsed function tt_start_uframe()YueHaibing1-20/+0
2020-09-14usb: ohci: Make distrust_firmware param default to falseHamish Martin1-1/+1
2020-09-14usb: ohci: Default to per-port over-current protectionHamish Martin1-6/+10
2020-09-14usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham1-0/+8
2020-09-04usb/host: ehci-npcm7xx: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-09-04usb/host: ehci-spear: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-09-04usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman11-46/+33
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-36/+22
2020-08-27usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin1-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-10/+11
2020-08-23xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui1-1/+2
2020-08-23xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng1-9/+10
2020-08-23usb: host: xhci: fix ep context print mismatch in debugfsLi Jun1-4/+4
2020-08-18usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo1-1/+1
2020-08-18usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo1-0/+2
2020-08-18usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4Nicolas Saenz Julienne1-0/+17
2020-08-18Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"Nicolas Saenz Julienne1-15/+0
2020-08-18usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne2-0/+12
2020-08-18usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-18usb: host: xhci-tegra: remove a duplicated entryJC Kuo1-1/+0
2020-08-18usb: xhci-mtk: Fix typoFrank Wunderlich1-3/+3
2020-08-18usb: renesas-xhci: remove version checkVinod Koul1-18/+1
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds40-459/+632
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-29usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman1-1/+3
2020-07-29usb: xhci: define IDs for various ASMedia host controllersForest Crossman1-3/+5
2020-07-28xhci: dbgtty: Make some functions staticWei Yongjun1-2/+2
2020-07-28xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun1-1/+1
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman3-1/+8
2020-07-23xhci: dbc: remove tty specific port structure from struct xhci_dbcMathias Nyman2-7/+24
2020-07-23xhci: dbgcap: remove dbc dependency on dbctty specific flagMathias Nyman2-4/+17