summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2020-11-13xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong
2020-10-29xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman
2020-10-29usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh
2020-10-29xhci: Fix sizeof() mismatchColin Ian King
2020-10-28usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin
2020-10-28usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang
2020-09-25usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: xhci-rcar: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-25usb: pci-quirks: convert to readl_poll_timeout_atomic()Chunfeng Yun
2020-09-22USB: bcma: use module_bcma_driver to simplify the codeLiu Shixin
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman
2020-09-20usb: xhci: add debugfs support for ep with streamLi Jun
2020-09-20xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman
2020-09-20xhci: Tune interrupt blocking for isochronous transfersMathias Nyman
2020-09-20usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen
2020-09-20usb: host: xhci-plat: improve the comments for xhci_plat_suspendPeter Chen
2020-09-20usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen
2020-09-20usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen
2020-09-20usb: host: xhci-plat: delete the unnecessary codePeter Chen
2020-09-20usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_privPeter Chen
2020-09-20usb: host: xhci-plat: add platform data supportPeter Chen
2020-09-17ehci-hcd: Move include to keep CRC stableQuentin Perret
2020-09-14usb: host: ehci-sched: Remove ununsed function tt_start_uframe()YueHaibing
2020-09-14usb: ohci: Make distrust_firmware param default to falseHamish Martin
2020-09-14usb: ohci: Default to per-port over-current protectionHamish Martin
2020-09-14usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham
2020-09-04usb/host: ehci-npcm7xx: Use pm_ptr() macroPaul Cercueil
2020-09-04usb/host: ehci-spear: Use pm_ptr() macroPaul Cercueil
2020-09-04usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-27usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui
2020-08-23xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng
2020-08-23usb: host: xhci: fix ep context print mismatch in debugfsLi Jun
2020-08-18usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo
2020-08-18usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo
2020-08-18usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4Nicolas Saenz Julienne
2020-08-18Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"Nicolas Saenz Julienne
2020-08-18usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne
2020-08-18usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-18usb: host: xhci-tegra: remove a duplicated entryJC Kuo
2020-08-18usb: xhci-mtk: Fix typoFrank Wunderlich
2020-08-18usb: renesas-xhci: remove version checkVinod Koul
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-07-29usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman