Linux USB
 help / color / mirror / Atom feed
* [PATCH v1 0/5] arm64: meson: support Amlogic A1 USB OTG controller
@ 2023-04-14 15:24 Dmitry Rokosov
  2023-04-14 15:24 ` [PATCH v1 1/5] phy: amlogic: during USB PHY clkin obtaining, enable it Dmitry Rokosov
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Dmitry Rokosov @ 2023-04-14 15:24 UTC (permalink / raw)
  To: gregkh, robh+dt, krzysztof.kozlowski+dt, neil.armstrong, khilman,
	jbrunet, martin.blumenstingl, mturquette, vkoul, kishon, hminas,
	Thinh.Nguyen
  Cc: yue.wang, hanjie.lin, kernel, rockosov, linux-usb, devicetree,
	linux-kernel, linux-arm-kernel, linux-amlogic, linux-phy,
	Dmitry Rokosov

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@amlogic.com/
    [2] https://lore.kernel.org/all/1581990859-135234-4-git-send-email-hanjie.lin@amlogic.com/

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-04-17 12:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14 15:24 [PATCH v1 0/5] arm64: meson: support Amlogic A1 USB OTG controller Dmitry Rokosov
2023-04-14 15:24 ` [PATCH v1 1/5] phy: amlogic: during USB PHY clkin obtaining, enable it Dmitry Rokosov
2023-04-16 20:54   ` Martin Blumenstingl
2023-04-17 11:57     ` Dmitry Rokosov
2023-04-14 15:24 ` [PATCH v1 2/5] usb: dwc2: support dwc2 IP for Amlogic A1 SoC family Dmitry Rokosov
2023-04-14 15:24 ` [PATCH v1 3/5] dt-bindings: usb: dwc2: add support for Amlogic A1 SoC USB peripheral Dmitry Rokosov
2023-04-14 15:24 ` [PATCH v1 4/5] usb: dwc3-meson-g12a: support OTG switch Dmitry Rokosov
2023-04-16 20:56   ` Martin Blumenstingl
2023-04-17 11:47     ` Dmitry Rokosov
2023-04-17 12:22       ` neil.armstrong
2023-04-17 12:29         ` Dmitry Rokosov
2023-04-14 15:24 ` [PATCH v1 5/5] arm64: dts: meson: a1: support USB controller in OTG mode Dmitry Rokosov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox