summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-172-6/+2
|\
| * powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-042-6/+2
* | Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-11/+9
|\ \
| * | usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko2020-12-101-11/+9
| |/
* | usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong2020-12-091-1/+3
* | usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang2020-12-091-1/+1
* | USB: host: u123-hcd: remove trailing semicolon in macro definitionTom Rix2020-12-091-3/+3
* | usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probeZhang Qilong2020-12-091-0/+1
* | xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun2020-12-091-0/+4
* | xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCIMika Westerberg2020-12-091-1/+3
* | xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LPHans de Goede2020-12-091-0/+2
* | usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar2020-12-093-2/+133
* | usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar2020-12-092-0/+4
* | Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman2020-12-071-2/+2
|\ \
| * | usb: ohci-omap: Fix descriptor conversionLinus Walleij2020-12-041-2/+2
* | | usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-234-1/+4
* | | usb/max3421: fix return error code in max3421_probe()Yang Yingliang2020-11-181-1/+2
* | | Merge 5.10-rc4 into here.Greg Kroah-Hartman2020-11-161-1/+1
|\| |
| * | xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong2020-11-131-1/+1
| |/
* | usb: host: ehci-mxc: Remove the driverFabio Estevam2020-11-143-221/+0
* | usb: host: imx21-hcd: Remove the driverFabio Estevam2020-11-135-2814/+0
* | usb: fix a few cases of -WfallthroughNick Desaulniers2020-11-134-2/+5
* | Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman2020-11-026-8/+32
|\|
| * 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: host: isp1362: delete isp1362_show_regs()Greg Kroah-Hartman2020-10-281-54/+0
* | usb: xhci: Remove in_interrupt() checksAhmed S. Darwish2020-10-282-5/+3
* | USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()Thomas Gleixner2020-10-281-2/+2
* | usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish2020-10-286-26/+37
* | usb: host: xhci-mem: remove unneeded breakTom Rix2020-10-281-1/+0
* | usb: host: ehci-sched: add comment about find_tt() not returning errorSudip Mukherjee2020-10-281-0/+12
|/
* 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