summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman2020-10-291-1/+4
* usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2020-10-292-0/+18
* xhci: Fix sizeof() mismatchColin Ian King2020-10-291-2/+2
* usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin2020-10-281-2/+2
* usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang2020-10-281-3/+6
* usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+9
* usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+10
* usb: xhci-rcar: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-31/+12
* usb: pci-quirks: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-9/+4
* USB: bcma: use module_bcma_driver to simplify the codeLiu Shixin2020-09-221-12/+1
* Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-212-1/+1
|\
| * ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-172-1/+1
* | usb: xhci: add debugfs support for ep with streamLi Jun2020-09-203-1/+119
* | xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman2020-09-201-2/+1
* | xhci: Tune interrupt blocking for isochronous transfersMathias Nyman2020-09-201-4/+19
* | usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen2020-09-201-2/+5
* | usb: host: xhci-plat: improve the comments for xhci_plat_suspendPeter Chen2020-09-201-5/+1
* | usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen2020-09-201-1/+1
* | usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen2020-09-202-2/+7
* | usb: host: xhci-plat: delete the unnecessary codePeter Chen2020-09-201-2/+1
* | usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_privPeter Chen2020-09-202-0/+20
* | usb: host: xhci-plat: add platform data supportPeter Chen2020-09-201-1/+5
* | usb: host: ehci-sched: Remove ununsed function tt_start_uframe()YueHaibing2020-09-141-20/+0
* | usb: ohci: Make distrust_firmware param default to falseHamish Martin2020-09-141-1/+1
* | usb: ohci: Default to per-port over-current protectionHamish Martin2020-09-141-6/+10
* | usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham2020-09-141-0/+8
* | usb/host: ehci-npcm7xx: Use pm_ptr() macroPaul Cercueil2020-09-041-5/+3
* | usb/host: ehci-spear: Use pm_ptr() macroPaul Cercueil2020-09-041-5/+3
* | usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil2020-09-041-5/+3
* | Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-3111-46/+33
|\|
| * Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-306-36/+22
| |\
| | * usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-08-271-3/+2
| | * xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui2020-08-231-1/+2
| | * xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-08-231-9/+10
| | * usb: host: xhci: fix ep context print mismatch in debugfsLi Jun2020-08-231-4/+4
| | * usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo2020-08-181-1/+1
| | * usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo2020-08-181-0/+2
| | * usb: renesas-xhci: remove version checkVinod Koul2020-08-181-18/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-10/+11
| |/
* | usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4Nicolas Saenz Julienne2020-08-181-0/+17
* | Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"Nicolas Saenz Julienne2020-08-181-15/+0
* | usb: xhci-pci: Add support for reset controllersNicolas Saenz Julienne2020-08-182-0/+12
* | usb: xhci: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
* | usb: host: xhci-tegra: remove a duplicated entryJC Kuo2020-08-181-1/+0
* | usb: xhci-mtk: Fix typoFrank Wunderlich2020-08-181-3/+3
|/
* Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-0540-459/+632
|\
| * usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman2020-07-291-1/+3
| * usb: xhci: define IDs for various ASMedia host controllersForest Crossman2020-07-291-3/+5
| * xhci: dbgtty: Make some functions staticWei Yongjun2020-07-281-2/+2
| * xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun2020-07-281-1/+1