rv1126-uboot/drivers/usb/dwc3
Neil Armstrong 518b4f5b8d UPSTREAM: usb: dwc3: Add Meson G12A USB Glue
Adds support for Amlogic G12A USB Control Glue HW.

The Amlogic G12A SoC Family embeds 2 USB Controllers :
- a DWC3 IP configured as Host for USB2 and USB3
- a DWC2 IP configured as Peripheral USB2 Only

A glue connects these both controllers to 2 USB2 PHYs, and optionnally
to an USB3+PCIE Combo PHY shared with the PCIE controller.

The Glue configures the UTMI 8bit interfaces for the USB2 PHYs, including
routing of the OTG PHY between the DWC3 and DWC2 controllers, and
setups the on-chip OTG mode selection for this PHY.

This driver sets the OTG capable port as Host mode by default,
the switch to Device mode is to be done in a separate patch.

Change-Id: I099bb5fbda0fdd52c4d78e32f879f8324bda4c59
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit adb049abf7a209629c7b5e4bc673a0d802c616c2)
2020-01-07 17:24:58 +08:00
..
Kconfig UPSTREAM: usb: dwc3: Add Meson G12A USB Glue 2020-01-07 17:24:58 +08:00
Makefile UPSTREAM: usb: dwc3: Add Meson G12A USB Glue 2020-01-07 17:24:58 +08:00
core.c UPSTREAM: dwc3: move phy operation to core.c 2020-01-07 17:24:54 +08:00
core.h UPSTREAM: usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ 2020-01-07 17:24:53 +08:00
dwc3-generic.c UPSTREAM: dwc3-generic: Add support for the am437x 2020-01-07 17:24:55 +08:00
dwc3-meson-g12a.c UPSTREAM: usb: dwc3: Add Meson G12A USB Glue 2020-01-07 17:24:58 +08:00
dwc3-omap.c UPSTREAM: drivers: usb: dwc3: remove devm_zalloc from linux_compact 2020-01-07 17:24:43 +08:00
dwc3-uniphier.c UPSTREAM: usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h> 2020-01-07 17:24:43 +08:00
ep0.c UPSTREAM: usb: dwc3: Fix a compilation error with the edison defconfig 2020-01-07 17:24:54 +08:00
gadget.c UPSTREAM: usb: composite: Move bitmap related operations to ./include/linux/bitmap.h 2020-01-07 17:24:55 +08:00
gadget.h
io.h usb: dwc3: ensure consistent types for dwc3_flush_cache 2017-04-14 16:44:16 +02:00
linux-compat.h UPSTREAM: bug.h: introduce WARN_ONCE 2020-01-07 17:24:43 +08:00
samsung_usb_phy.c
ti_usb_phy.c UPSTREAM: usb: composite: Move bitmap related operations to ./include/linux/bitmap.h 2020-01-07 17:24:55 +08:00