[PATCH v1 0/5] arm64: meson: support Amlogic A1 USB OTG controller

From: Dmitry Rokosov
Date: Fri Apr 14 2023 - 11:24:46 EST


This patch series introduces full support for the Amlogic A1 USB controller
in OTG mode (peripheral and host modes switching).

Previously, Amlogic's patch series [1] was applied to the upstream tree,
but it only had USB host mode support.
Furthermore, the device tree patchset [2] wasn't merged due to a missing
clk driver.
Patchset [2] has been completely reworked:
- changed register base offsets to proper values
- introduced dwc2 in peripheral mode
- OTG mode support
- the SoB of Amlogic authors still remain

Testing:
- USB OTG role switching between gadget and host - OK
- Peripheral mode - OK (tested with adb shell/push/pop)
- Host mode - OK (tested only USB enumeration and detection)

Links:
[1] https://lore.kernel.org/all/1581990859-135234-1-git-send-email-hanjie.lin@xxxxxxxxxxx/
[2] https://lore.kernel.org/all/1581990859-135234-4-git-send-email-hanjie.lin@xxxxxxxxxxx/

Dmitry Rokosov (5):
phy: amlogic: during USB PHY clkin obtaining, enable it
usb: dwc2: support dwc2 IP for Amlogic A1 SoC family
dt-bindings: usb: dwc2: add support for Amlogic A1 SoC USB peripheral
usb: dwc3-meson-g12a: support OTG switch
arm64: dts: meson: a1: support USB controller in OTG mode

.../devicetree/bindings/usb/dwc2.yaml | 1 +
arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 59 +++++++++++++++++++
drivers/phy/amlogic/phy-meson-g12a-usb2.c | 2 +-
drivers/usb/dwc2/params.c | 21 +++++++
drivers/usb/dwc3/dwc3-meson-g12a.c | 2 +-
5 files changed, 83 insertions(+), 2 deletions(-)

--
2.36.0