summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* common: Move ARM cache operations out of common.hSimon Glass2019-12-026-0/+6
* usb: xhci: support 1.1 or later versionChunfeng Yun2019-11-081-1/+1
* usb: ehci-hcd: Keep async schedule runningMarek Vasut2019-10-311-30/+21
* ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULPYe Li2019-10-242-16/+43
* usb: ehci-mx6: Fix bus enumeration for iMX7 SoCsIgor Opaniuk2019-10-241-7/+8
* usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-2412-1303/+11
* usb: host: remove the xhci-zynqmp driverJean-Jacques Hiblot2019-10-243-154/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-09-147-23/+34
|\
| * dwc2: use the nonblock argument in submit_int_msgMichal Suchanek2019-09-111-1/+1
| * usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-117-22/+33
* | usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
* | usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
|/
* usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong2019-09-101-0/+3
* usb: r8a66597: Add optional DM VBUS regulator supportMarek Vasut2019-08-222-0/+30
* usb: r8a66597: Checkpatch cleanupMarek Vasut2019-08-222-268/+268
* usb: r8a66597: Add Kconfig entryMarek Vasut2019-08-221-0/+9
* usb: r8a66597: Convert to USB DMMarek Vasut2019-08-221-70/+125
* usb: r8a66597: Replace R8A66597_BASE0Marek Vasut2019-08-221-3/+3
* usb: r8a66597: Remove BE supportMarek Vasut2019-08-221-3/+3
* usb: r8a66597: Replace IO accessorsMarek Vasut2019-08-221-7/+7
* usb: r8a66597: Make CONFIG_RZA_USB defaultMarek Vasut2019-08-222-74/+0
* usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597Marek Vasut2019-08-222-24/+2
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* usb, ohci, pci: add DM support for PCI-based OHCI USB controllerHeiko Schocher2019-08-083-0/+60
* usb, ohci: add warning if none on pci foundHeiko Schocher2019-08-081-1/+4
* usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher2019-08-081-2/+3
* usb, ohci: fix ohci swap register accessHeiko Schocher2019-08-081-2/+2
* usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher2019-08-081-0/+2
* rockchip: xhci: Remove RK3399 supportMark Kettenis2019-07-191-2/+0
* usb: xhci-dwc3: Add USB2 PHY configurationMark Kettenis2019-07-191-0/+20
* usb: dwc3-of-simple: Add support for RK3399Mark Kettenis2019-07-192-0/+2
* usb: ehci-mx6: Fix bus enumeration for DM caseMarek Vasut2019-07-051-0/+37
* usb: ehci: adopt 32 bit address for CONFIG_PPCYinbo Zhu2019-05-231-1/+9
* usb: ohci: ohci-da8xx: Cleanup Error handling and fix flagsAdam Ford2019-05-091-4/+5
* usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM supportAdam Ford2019-05-052-1/+142
* usb: ohci: Re-enable commented out delayAdam Ford2019-05-031-2/+0
* Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski2019-04-251-0/+7
* USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski2019-04-251-0/+103
* configs: move CONFIG_USB_EHCI_VF to KconfigMarcel Ziswiler2019-04-131-0/+7
* usb: ehci-mx6: Use common code to extract dr_modeAdam Ford2019-04-091-14/+15
* usb: host: Print device name when scanningIsmael Luceno Cortes2019-04-091-8/+4
* Kconfig: tegra: Migrate USB_EHCI_TEGRAPeter Robinson2019-02-201-0/+6
* usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa2019-02-151-1/+6
* usb: host: Drop [e-o]hci-sunxi driversJagan Teki2019-01-183-439/+0
* sunxi: usb: Switch to Generic host controllersJagan Teki2019-01-181-0/+2
* usb: xhci-mem: Fix scratchpad array issueYe Li2019-01-091-0/+3
* usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2018-12-142-241/+0
* dwc3: move phy operation to core.cJean-Jacques Hiblot2018-12-071-88/+7
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-2615-47/+47
* usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-261-1/+1