All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
@ 2020-09-09 16:04 ` Neil Armstrong
  0 siblings, 0 replies; 48+ messages in thread
From: Neil Armstrong @ 2020-09-09 16:04 UTC (permalink / raw)
  To: khilman, kishon, balbi, martin.blumenstingl
  Cc: linux-amlogic, linux-arm-kernel, linux-kernel, Neil Armstrong, linux-usb

The Amlogic AXG is close from the GXL Glue but with a single OTG PHY.

It needs the same init sequence as GXL & GXM, but it seems it doesn't need
the host disconnect bit.

The Glue driver reuses the already implemented GXL & GXM work.

The USB2 PHY driver needs a slight tweak to keep the OTG detection working.

Neil Armstrong (5):
  phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode
  dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic AXG
    Families USB Glue Bindings
  usb: dwc-meson-g12a: Add support for USB on AXG SoCs
  arm64: dts: meson-axg: add USB nodes
  arm64: dts: meson-axg-s400: enable USB OTG

 .../usb/amlogic,meson-g12a-usb-ctrl.yaml      | 22 +++++++-
 .../arm64/boot/dts/amlogic/meson-axg-s400.dts | 10 ++++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi    | 51 +++++++++++++++++++
 drivers/phy/amlogic/phy-meson-gxl-usb2.c      |  3 +-
 drivers/usb/dwc3/dwc3-meson-g12a.c            | 17 +++++++
 5 files changed, 101 insertions(+), 2 deletions(-)

-- 
2.22.0


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

end of thread, other threads:[~2020-09-16  7:12 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 16:04 [PATCH 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board Neil Armstrong
2020-09-09 16:04 ` Neil Armstrong
2020-09-09 16:04 ` Neil Armstrong
2020-09-09 16:04 ` [PATCH 1/5] phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-15 19:53   ` Martin Blumenstingl
2020-09-15 19:53     ` Martin Blumenstingl
2020-09-15 19:53     ` Martin Blumenstingl
2020-09-09 16:04 ` [PATCH 2/5] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic AXG Families USB Glue Bindings Neil Armstrong
2020-09-09 16:04   ` [PATCH 2/5] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: " Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-15 17:32   ` Rob Herring
2020-09-15 17:32     ` Rob Herring
2020-09-15 17:32     ` Rob Herring
2020-09-15 19:56   ` [PATCH 2/5] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: " Martin Blumenstingl
2020-09-15 19:56     ` Martin Blumenstingl
2020-09-15 19:56     ` Martin Blumenstingl
2020-09-09 16:04 ` [PATCH 3/5] usb: dwc-meson-g12a: Add support for USB on AXG SoCs Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-15 19:59   ` Martin Blumenstingl
2020-09-15 19:59     ` Martin Blumenstingl
2020-09-15 19:59     ` Martin Blumenstingl
2020-09-16  7:11     ` Neil Armstrong
2020-09-16  7:11       ` Neil Armstrong
2020-09-16  7:11       ` Neil Armstrong
2020-09-09 16:04 ` [PATCH 4/5] arm64: dts: meson-axg: add USB nodes Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-15 20:04   ` Martin Blumenstingl
2020-09-15 20:04     ` Martin Blumenstingl
2020-09-15 20:04     ` Martin Blumenstingl
2020-09-16  7:10     ` Neil Armstrong
2020-09-16  7:10       ` Neil Armstrong
2020-09-16  7:10       ` Neil Armstrong
2020-09-09 16:04 ` [PATCH 5/5] arm64: dts: meson-axg-s400: enable USB OTG Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-09 16:04   ` Neil Armstrong
2020-09-15 20:05   ` Martin Blumenstingl
2020-09-15 20:05     ` Martin Blumenstingl
2020-09-15 20:05     ` Martin Blumenstingl
2020-09-16  7:09     ` Neil Armstrong
2020-09-16  7:09       ` Neil Armstrong
2020-09-16  7:09       ` Neil Armstrong
2020-09-14 17:57 ` [PATCH 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board Kevin Hilman
2020-09-14 17:57   ` Kevin Hilman
2020-09-14 17:57   ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.