summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2021-02-03xhci: fix bounce buffer usage for non-sg list caseMathias Nyman
2021-02-03usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720Pali Rohár
2021-02-02usb: xhci-mtk: break loop when find the endpoint to dropChunfeng Yun
2021-02-01usb: xhci-mtk: skip dropping bandwidth of unchecked endpointsChunfeng Yun
2021-01-26usb: xhci-mtk: fix unreleased bandwidth dataIkjoon Jang
2021-01-15xhci: tegra: Delay for disabling LFPS detectorJC Kuo
2021-01-15xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman
2021-01-12USB: ehci: fix an interrupt calltrace errorLongfang Liu
2021-01-12ehci: fix EHCI host controller initialization sequenceEugene Korenevsky
2020-12-28USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-10usb: host: sl811: Switch to use platform_get_mem_or_io()Andy Shevchenko
2020-12-09usb: oxu210hp-hcd: Fix memory leak in oxu_createZhang Qilong
2020-12-09usb: fotg210-hcd: remove casting dma_alloc_coherentXu Wang
2020-12-09USB: host: u123-hcd: remove trailing semicolon in macro definitionTom Rix
2020-12-09usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probeZhang Qilong
2020-12-09xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun
2020-12-09xhci-pci: Allow host runtime PM as default for Intel Maple Ridge xHCIMika Westerberg
2020-12-09xhci-pci: Allow host runtime PM as default for Intel Alpine Ridge LPHans de Goede
2020-12-09usb: xhci: Use temporary buffer to consolidate SGTejas Joglekar
2020-12-09usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRKTejas Joglekar
2020-12-07Merge 5.10-rc7 into usb-nextGreg Kroah-Hartman
2020-12-04usb: ohci-omap: Fix descriptor conversionLinus Walleij
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-18usb/max3421: fix return error code in max3421_probe()Yang Yingliang
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman
2020-11-14usb: host: ehci-mxc: Remove the driverFabio Estevam
2020-11-13usb: host: imx21-hcd: Remove the driverFabio Estevam
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers
2020-11-13xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman
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-10-28USB: host: isp1362: delete isp1362_show_regs()Greg Kroah-Hartman
2020-10-28usb: xhci: Remove in_interrupt() checksAhmed S. Darwish
2020-10-28USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()Thomas Gleixner
2020-10-28usb: hosts: Remove in_interrupt() from commentsAhmed S. Darwish
2020-10-28usb: host: xhci-mem: remove unneeded breakTom Rix
2020-10-28usb: host: ehci-sched: add comment about find_tt() not returning errorSudip Mukherjee
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