linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add USB 3 support for H6 and Orange Pi 3
@ 2019-10-20 13:42 megous
  2019-10-20 13:42 ` [PATCH 1/4] dt-bindings: Add bindings for USB3 phy on Allwinner H6 megous
                   ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: megous @ 2019-10-20 13:42 UTC (permalink / raw)
  To: linux-sunxi, Kishon Vijay Abraham I, Rob Herring, Mark Rutland,
	Maxime Ripard, Chen-Yu Tsai, Icenowy Zheng, Thomas Gleixner,
	Arnd Bergmann
  Cc: Ondrej Jirman, devicetree, Greg Kroah-Hartman, linux-kernel,
	Paul Kocialkowski, linux-arm-kernel

From: Ondrej Jirman <megous@megous.com>

This series implements USB 3 support for Xunlong Orange Pi 3 board.

This is a re-hash of the Icenowy's earlier USB3 work[1] without code
that caused controversy previously. Orange Pi 3 board doesn't need vbus
supply to be dynamically enabled, so that code is not needed to support
USB3 on this board.

Most of patches are already reviewed. I've converted dt-bindings to yaml
format, and added the Orange Pi 3 board modifications.

Hopefully with this series we can get USB3 support into mainline for
Orange Pi 3, and build on it later to support more boards, where
supporting them is more complicated.

Please take a look.

thank you and regards,
  Ondrej Jirman

[1] https://lore.kernel.org/patchwork/patch/1058919/


Changes since Icenowy v5 series:
- use earlier patches that did not include VBUS regulator/connector
  code
- converted dt bindings to yaml
- added patch to enable usb3 on Orange Pi 3

Icenowy Zheng (2):
  phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC
  arm64: dts: allwinner: h6: add USB3 device nodes

Ondrej Jirman (2):
  dt-bindings: Add bindings for USB3 phy on Allwinner H6
  arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support

 .../phy/allwinner,sun50i-h6-usb3-phy.yaml     |  47 +++++
 .../dts/allwinner/sun50i-h6-orangepi-3.dts    |   8 +
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi  |  32 +++
 drivers/phy/allwinner/Kconfig                 |  12 ++
 drivers/phy/allwinner/Makefile                |   1 +
 drivers/phy/allwinner/phy-sun50i-usb3.c       | 195 ++++++++++++++++++
 6 files changed, 295 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/allwinner,sun50i-h6-usb3-phy.yaml
 create mode 100644 drivers/phy/allwinner/phy-sun50i-usb3.c

-- 
2.23.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-02-24  9:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 13:42 [PATCH 0/4] Add USB 3 support for H6 and Orange Pi 3 megous
2019-10-20 13:42 ` [PATCH 1/4] dt-bindings: Add bindings for USB3 phy on Allwinner H6 megous
2019-10-21 11:06   ` Maxime Ripard
2019-10-20 13:42 ` [PATCH 2/4] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC megous
2019-10-21 11:08   ` Maxime Ripard
2019-11-07 20:46   ` [PATCH] phy: allwinner: Fix GENMASK misuse Rikard Falkeborn
2019-11-07 21:45     ` Ondřej Jirman
2019-11-08 11:29       ` Icenowy Zheng
2019-11-08 11:41         ` Ondřej Jirman
2019-11-08 11:43           ` Ondřej Jirman
2019-11-07 23:39     ` Russell King - ARM Linux admin
2019-11-08  1:46       ` Joe Perches
2019-11-08  8:29       ` Paul Kocialkowski
2019-11-10 12:43   ` [PATCH v2] " Rikard Falkeborn
2019-11-24 22:10     ` Rikard Falkeborn
2019-12-09 20:18     ` Rikard Falkeborn
2020-02-22 23:41     ` [PATCH v2 RESEND] " Ondrej Jirman
2020-02-23  3:23     ` [linux-sunxi] " Chen-Yu Tsai
2020-02-24  9:18     ` Maxime Ripard
2019-10-20 13:42 ` [PATCH 3/4] arm64: dts: allwinner: h6: add USB3 device nodes megous
2019-10-20 13:42 ` [PATCH 4/4] arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support megous
2019-10-21 11:09   ` Maxime Ripard
2019-11-04 12:16     ` Ondřej Jirman
2019-11-05 10:45       ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).