summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2020-10-29usb: ohci: Default to per-port over-current protectionHamish Martin1-6/+10
2020-10-29xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman1-2/+1
2020-09-23ehci-hcd: Move include to keep CRC stableQuentin Perret2-1/+1
2020-09-03usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin1-3/+2
2020-09-03xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui1-1/+2
2020-09-03xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng1-9/+10
2020-09-03usb: host: xhci: fix ep context print mismatch in debugfsLi Jun1-4/+4
2020-09-03usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo1-1/+1
2020-09-03usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo1-0/+2
2020-09-03usb: renesas-xhci: remove version checkVinod Koul1-18/+1
2020-08-11usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman1-1/+3
2020-08-11usb: xhci: define IDs for various ASMedia host controllersForest Crossman1-3/+5
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter1-1/+1
2020-07-21usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman1-0/+3
2020-07-21usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun1-0/+4
2020-06-24xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng1-0/+3
2020-06-24xhci: Return if xHCI doesn't support LPMKai-Heng Feng1-1/+4
2020-06-24usb: host: xhci-mtk: avoid runtime suspend when removing hcdMacpaul Lin1-2/+3
2020-06-24xhci: Fix enumeration issue when setting max packet size for FS devices.Al Cooper1-0/+1
2020-06-24xhci: Fix incorrect EP_STATE_MASKMathias Nyman1-1/+1
2020-06-18USB: ohci-sm501: Add missed iounmap() in removeChuhong Yuan1-0/+1
2020-06-18USB: ehci: reopen solution for Synopsys HC bugLongfang Liu1-0/+7
2020-06-18usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin1-3/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-45/+45
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds32-66/+1099
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+16
2020-05-19USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin1-0/+2
2020-05-19USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King1-4/+3
2020-05-19usb: xhci: make symbols staticVinod Koul1-3/+3
2020-05-19usb: xhci: fix USB_XHCI_PCI dependsVinod Koul1-1/+1
2020-05-18usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+4
2020-05-18usb/xhci-plat: Set PM runtime as active on resumeQais Yousef1-1/+9
2020-05-18usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2020-05-18usb: renesas-xhci: include correct header for get_unaligned_le16()Vinod Koul1-1/+1
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2-3/+5
2020-05-15usb: renesas-xhci: Add ROM loader for uPD720201Vinod Koul1-7/+287
2020-05-15usb: xhci: Add support for Renesas controller with memoryVinod Koul2-1/+35
2020-05-15usb: renesas-xhci: Add the renesas xhci driverChristian Lamparter4-0/+403
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul4-18/+19
2020-05-14usb: host: xhci-plat: keep runtime active when removing hostLi Jun1-1/+3
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki1-2/+2
2020-05-13usb: host: Add ability to build new Broadcom STB USB driversAl Cooper2-0/+21
2020-05-13usb: ehci: Add new EHCI driver for Broadcom STB SoC'sAl Cooper1-0/+280
2020-05-13usb: xhci: xhci-plat: Add support for Broadcom STB SoC'sAl Cooper1-0/+10
2020-05-13USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe()Wei Yongjun1-3/+4
2020-05-13USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin1-3/+2
2020-05-13USB: EHCI: ehci-mv: Fix unused assignment in mv_ehci_probe()Tang Bin1-3/+1
2020-05-13USB: host: ehci-mxc: Use the defined variable to simplify codeTang Bin1-7/+6
2020-05-13USB: pci-quirks: Add Raspberry Pi 4 quirkNicolas Saenz Julienne1-0/+16
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman4-15/+59