linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add RZ/G2L pinctrl support
@ 2024-12-05 18:09 Biju Das
  2024-12-05 18:09 ` [PATCH 1/4] dt-bindings: pinctrl: renesas: Document RZ/G3E SoC Biju Das
  2024-12-05 18:09 ` [PATCH 2/4] pinctrl: renesas: rzg2l: Add support for " Biju Das
  0 siblings, 2 replies; 5+ messages in thread
From: Biju Das @ 2024-12-05 18:09 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Biju Das, Geert Uytterhoeven, Magnus Damm, Lad Prabhakar,
	linux-renesas-soc, linux-gpio, devicetree, Biju Das

Add pin controller support for the Renesas RZ/G3E(R9A09G047) SoC. The
RZ/G3E PFC is similar to the RZ/V2H SoC but has more pins(P00-PS3).
The port number is alpha-numeric compared to the number on
the other SoCs.

This patch series depend upon [1]
[1]
https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=914097

Biju Das (4):
  dt-bindings: pinctrl: renesas: Document RZ/G3E SoC
  pinctrl: renesas: rzg2l: Add support for RZ/G3E SoC
  arm64: dts: renesas: r9a09g047: Add pincontrol node
  arm64: dts: renesas: r9a09g047: Add scif pincontrol

 .../pinctrl/renesas,rzg2l-pinctrl.yaml        |   4 +-
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi    |  13 ++
 .../boot/dts/renesas/r9a09g047e57-smarc.dts   |  13 ++
 drivers/pinctrl/renesas/Kconfig               |   1 +
 drivers/pinctrl/renesas/pinctrl-rzg2l.c       | 158 ++++++++++++++++++
 include/dt-bindings/pinctrl/rzg2l-pinctrl.h   |  25 +++
 6 files changed, 213 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-12-05 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05 18:09 [PATCH 0/4] Add RZ/G2L pinctrl support Biju Das
2024-12-05 18:09 ` [PATCH 1/4] dt-bindings: pinctrl: renesas: Document RZ/G3E SoC Biju Das
2024-12-05 19:35   ` Rob Herring (Arm)
2024-12-05 20:25     ` Biju Das
2024-12-05 18:09 ` [PATCH 2/4] pinctrl: renesas: rzg2l: Add support for " Biju Das

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