summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bug.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-1833-0/+33
* common: Drop init.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop net.h from common headerSimon Glass2020-05-183-0/+3
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-152-2/+2
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-152-2/+2
* usb: mx6: add fuse checkPeng Fan2020-05-101-0/+16
* xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun2020-05-024-0/+320
* usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-021-4/+3
* usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISCPatrice Chotard2020-04-281-1/+1
* usb: host: dwc2: add trace to have clean usb startPatrick Delaunay2020-04-281-0/+2
* usb: host: dwc2: force reset assertPatrick Delaunay2020-04-281-0/+2
* usb: host: dwc2: add clk supportPatrick Delaunay2020-04-281-1/+29
* usb: host: dwc2: add phy supportPatrick Delaunay2020-04-281-0/+66
* usb: avoid NULL check before freeHeinrich Schuchardt2020-04-281-6/+3
* drivers: usb: host: Add BRCM xHCI driverRayagonda Kokatanur2020-04-133-0/+107
* usb: Migrate to support live DT for some driverKever Yang2020-04-133-16/+9
* usb: ehci-msm: Use dev interface to get device addressKever Yang2020-04-131-3/+1
* usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang2020-04-131-1/+0
* usb: Keep async schedule running only across mass storage xfersMarek Vasut2020-04-093-14/+89
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-058-0/+10
* dm: core: Require users of devres to include the headerSimon Glass2020-02-053-0/+3
* 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-usbWIP/14Sep2019Tom 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