aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-28USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik1-12/+12
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-6/+2
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-11/+9
2020-12-10usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko1-11/+9
2020-12-09usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong1-1/+3
2020-12-09usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang1-1/+1
2020-12-09USB: host: u123-hcd: remove trailing semicolon in macro definitionTom Rix1-3/+3
2020-12-09usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probeZhang Qilong1-0/+1
2020-12-09xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun1-0/+4
2020-12-09xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCIMika Westerberg1-1/+3
2020-12-09xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LPHans de Goede1-0/+2
2020-12-09usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar3-2/+133
2020-12-09usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar2-0/+4
2020-12-07Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman1-2/+2
2020-12-04usb: ohci-omap: Fix descriptor conversionLinus Walleij1-2/+2
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2-6/+2
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva4-1/+4
2020-11-18usb/max3421: fix return error code in max3421_probe()Yang Yingliang1-1/+2
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman1-1/+1
2020-11-14usb: host: ehci-mxc: Remove the driverFabio Estevam3-221/+0
2020-11-13usb: host: imx21-hcd: Remove the driverFabio Estevam5-2814/+0
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers4-2/+5
2020-11-13xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong1-1/+1
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman6-8/+32
2020-10-29xhci: Don't create stream debugfs files with spinlock held.Mathias Nyman1-1/+4
2020-10-29usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHCSandeep Singh2-0/+18
2020-10-29xhci: Fix sizeof() mismatchColin Ian King1-2/+2
2020-10-28usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin1-2/+2
2020-10-28usb: host: fsl-mph-dr-of: check return of dma_set_mask()Ran Wang1-3/+6
2020-10-28USB: host: isp1362: delete isp1362_show_regs()Greg Kroah-Hartman1-54/+0
2020-10-28usb: xhci: Remove in_interrupt() checksAhmed S. Darwish2-5/+3
2020-10-28USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()Thomas Gleixner1-2/+2
2020-10-28usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish6-26/+37
2020-10-28usb: host: xhci-mem: remove unneeded breakTom Rix1-1/+0
2020-10-28usb: host: ehci-sched: add comment about find_tt() not returning errorSudip Mukherjee1-0/+12
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