aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2020-04-28usb: host: dwc2: add clk supportPatrick Delaunay1-1/+29
2020-04-28usb: host: dwc2: add phy supportPatrick Delaunay1-0/+66
2020-04-28usb: avoid NULL check before freeHeinrich Schuchardt1-6/+3
2020-04-13drivers: usb: host: Add BRCM xHCI driverRayagonda Kokatanur3-0/+107
2020-04-13usb: Migrate to support live DT for some driverKever Yang3-16/+9
2020-04-13usb: ehci-msm: Use dev interface to get device addressKever Yang1-3/+1
2020-04-13usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang1-1/+0
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut3-14/+89
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass8-0/+10
2020-02-05dm: core: Require users of devres to include the headerSimon Glass3-0/+3
2019-12-02common: Move ARM cache operations out of common.hSimon Glass6-0/+6
2019-11-08usb: xhci: support 1.1 or later versionChunfeng Yun1-1/+1
2019-10-31usb: ehci-hcd: Keep async schedule runningMarek Vasut1-30/+21
2019-10-24ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li2-16/+43
2019-10-24usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk1-7/+8
2019-10-24usb: xhci: move xhci.h to include usbJean-Jacques Hiblot12-1303/+11
2019-10-24usb: host: remove the xhci-zynqmp driverJean-Jacques Hiblot3-154/+0
2019-09-14Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini7-23/+34
2019-09-11usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang1-1/+1
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek1-1/+1
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek7-22/+33
2019-09-10usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong1-0/+3
2019-08-22usb: r8a66597: Add optional DM VBUS regulator supportMarek Vasut2-0/+30
2019-08-22usb: r8a66597: Checkpatch cleanupMarek Vasut2-268/+268
2019-08-22usb: r8a66597: Add Kconfig entryMarek Vasut1-0/+9
2019-08-22usb: r8a66597: Convert to USB DMMarek Vasut1-70/+125
2019-08-22usb: r8a66597: Replace R8A66597_BASE0Marek Vasut1-3/+3
2019-08-22usb: r8a66597: Remove BE supportMarek Vasut1-3/+3
2019-08-22usb: r8a66597: Replace IO accessorsMarek Vasut1-7/+7
2019-08-22usb: r8a66597: Make CONFIG_RZA_USB defaultMarek Vasut2-74/+0
2019-08-22usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597Marek Vasut2-24/+2
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-08usb, ohci, pci: add DM support for PCI-based OHCI USB controllerHeiko Schocher3-0/+60
2019-08-08usb, ohci: add warning if none on pci foundHeiko Schocher1-1/+4
2019-08-08usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher1-2/+3
2019-08-08usb, ohci: fix ohci swap register accessHeiko Schocher1-2/+2
2019-08-08usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher1-0/+2
2019-07-19rockchip: xhci: Remove RK3399 supportMark Kettenis1-2/+0
2019-07-19usb: xhci-dwc3: Add USB2 PHY configurationMark Kettenis1-0/+20
2019-07-19usb: dwc3-of-simple: Add support for RK3399Mark Kettenis2-0/+2
2019-07-05usb: ehci-mx6: Fix bus enumeration for DM caseMarek Vasut1-0/+37
2019-05-23usb: ehci: adopt 32 bit address for CONFIG_PPCYinbo Zhu1-1/+9
2019-05-09usb: ohci: ohci-da8xx: Cleanup Error handling and fix flagsAdam Ford1-4/+5
2019-05-05usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM supportAdam Ford2-1/+142
2019-05-03usb: ohci: Re-enable commented out delayAdam Ford1-2/+0
2019-04-25Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski1-0/+7
2019-04-25USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski1-0/+103
2019-04-13configs: move CONFIG_USB_EHCI_VF to KconfigMarcel Ziswiler1-0/+7
2019-04-09usb: ehci-mx6: Use common code to extract dr_modeAdam Ford1-14/+15