linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Allwinner H6 USB3 support
@ 2019-04-05 20:57 Icenowy Zheng
  2019-04-05 20:57 ` [PATCH v5 1/5] dt-bindings: usb-connector: add Vbus regulator for Type-A/B Icenowy Zheng
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Icenowy Zheng @ 2019-04-05 20:57 UTC (permalink / raw)
  To: Rob Herring, Kishon Vijay Abraham I, Maxime Ripard, Chen-Yu Tsai
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-sunxi, Icenowy Zheng

This patchset adds device tree binding and driver support for Allwinner
H6 USB3 PHY. The controller is just a DWC3 controller from Synposys.

Because of the suggest of Rob Herring, this revision uses the USB
connector device tree binding, and enhanced it by adding Vbus supply
property to it.

Icenowy Zheng (5):
  dt-bindings: usb-connector: add Vbus regulator for Type-A/B
  dt-bindings: phy: add binding for Allwinner USB3 PHY
  phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC
  arm64: allwinner: dts: h6: add USB3 device nodes
  arm64: allwinner: dts: h6: enable USB3 port on Pine H64

 .../bindings/connector/usb-connector.txt      |   3 +
 .../bindings/phy/sun50i-usb3-phy.txt          |  28 ++
 .../boot/dts/allwinner/sun50i-h6-pine-h64.dts |  13 +
 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       | 260 ++++++++++++++++++
 7 files changed, 349 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/sun50i-usb3-phy.txt
 create mode 100644 drivers/phy/allwinner/phy-sun50i-usb3.c

-- 
2.18.1


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

end of thread, other threads:[~2019-04-11  0:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 20:57 [PATCH v5 0/5] Allwinner H6 USB3 support Icenowy Zheng
2019-04-05 20:57 ` [PATCH v5 1/5] dt-bindings: usb-connector: add Vbus regulator for Type-A/B Icenowy Zheng
2019-04-06  7:10   ` Rob Herring
2019-04-05 20:57 ` [PATCH v5 2/5] dt-bindings: phy: add binding for Allwinner USB3 PHY Icenowy Zheng
2019-04-06  7:14   ` Rob Herring
2019-04-06  7:24     ` Icenowy Zheng
2019-04-09  1:09       ` Rob Herring
2019-04-08  7:14   ` Maxime Ripard
2019-04-05 20:57 ` [PATCH v5 3/5] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC Icenowy Zheng
2019-04-06 17:21   ` [linux-sunxi] " Ondřej Jirman
2019-04-06 17:24     ` Icenowy Zheng
2019-04-09 16:34   ` Clément Péron
2019-04-11  0:15   ` Ondřej Jirman
2019-04-11  0:20   ` Ondřej Jirman
2019-04-05 20:57 ` [PATCH v5 4/5] arm64: allwinner: dts: h6: add USB3 device nodes Icenowy Zheng
2019-04-05 20:57 ` [PATCH v5 5/5] arm64: allwinner: dts: h6: enable USB3 port on Pine H64 Icenowy Zheng

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).