linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] enable usb support on rk356x
@ 2022-04-08 15:12 Peter Geis
  2022-04-08 15:12 ` [PATCH v5 1/5] dt-bindings: soc: grf: add rk3566-pipe-grf compatible Peter Geis
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Peter Geis @ 2022-04-08 15:12 UTC (permalink / raw)
  Cc: linux-rockchip, heiko, Peter Geis, Rob Herring,
	Krzysztof Kozlowski, Felipe Balbi, devicetree, linux-arm-kernel,
	linux-kernel, linux-usb

Good Morning,

This is my patch series that I have maintained out of tree until the
combophy driver landed.

This has been rebased on v5.18-rc1, several patches in the previous
series already landed and have been dropped.

Patch 1 adds the dt bindings for the grf changes necessary.
Patch 2 adds support to the grf driver to set the rk3566 otg clock
source.
Patch 3 adds the dwc3 nodes to the rk356x device tree includes.
Patch 4 enables the dwc3 nodes on the Quartz64 Model A.
Patch 5 enables the dwc3 nodes on the rk3568-evb.

Please review and apply.

Very Respectfully,
Peter Geis

Changelog:
v5:
- Rebase on v5.18-rc1
- Drop patches already merged
- Collect acks and tested-by

v4:
- Add SoC specific binding, fall back to core.
 
v3:
- Drop the dwc-of-simple method in favor of using dwc core.
- Drop all quirks except snps,dis_u2_susphy_quirk, which is necessary to
  prevent device detection failures in some states.
- Drop the reset-names.

v2:
- Add a dt-bindings fix for grf.yaml
- Unify the reset names.
- Constrain the force usb2 clock dwc3 patch to only supported variants of
the ip.
- Change dwc3-of-simple to support of-match-data.
- Drop the PCLK-PIPE clk.
- Rename the usb nodes to be more friendly.
- Add the rk3568-evb enable patch.

Michael Riesch (1):
  arm64: dts: rockchip: add usb3 support to rk3568-evb1-v10

Peter Geis (4):
  dt-bindings: soc: grf: add rk3566-pipe-grf compatible
  soc: rockchip: set dwc3 clock for rk3566
  arm64: dts: rockchip: add rk356x dwc3 usb3 nodes
  arm64: dts: rockchip: enable dwc3 on quartz64-a

 .../devicetree/bindings/soc/rockchip/grf.yaml |  1 +
 .../boot/dts/rockchip/rk3566-quartz64-a.dts   | 37 +++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3566.dtsi      | 11 +++++
 .../boot/dts/rockchip/rk3568-evb1-v10.dts     | 46 +++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3568.dtsi      |  9 ++++
 arch/arm64/boot/dts/rockchip/rk356x.dtsi      | 35 +++++++++++++-
 drivers/soc/rockchip/grf.c                    | 17 +++++++
 7 files changed, 155 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-04-10 17:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 15:12 [PATCH v5 0/5] enable usb support on rk356x Peter Geis
2022-04-08 15:12 ` [PATCH v5 1/5] dt-bindings: soc: grf: add rk3566-pipe-grf compatible Peter Geis
2022-04-08 15:12 ` [PATCH v5 2/5] soc: rockchip: set dwc3 clock for rk3566 Peter Geis
2022-04-08 15:12 ` [PATCH v5 3/5] arm64: dts: rockchip: add rk356x dwc3 usb3 nodes Peter Geis
2022-04-08 16:14   ` Aw: " Frank Wunderlich
2022-04-08 23:39     ` Peter Geis
2022-04-09  7:23       ` Aw: " Frank Wunderlich
2022-04-09  7:37         ` Frank Wunderlich
2022-04-09 15:32           ` Peter Geis
2022-04-08 15:12 ` [PATCH v5 4/5] arm64: dts: rockchip: enable dwc3 on quartz64-a Peter Geis
2022-04-08 15:12 ` [PATCH v5 5/5] arm64: dts: rockchip: add usb3 support to rk3568-evb1-v10 Peter Geis
2022-04-10 17:12 ` [PATCH v5 0/5] enable usb support on rk356x Heiko Stuebner

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