From: Prabhakar <prabhakar.csengg@gmail.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>,
Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Magnus Damm <magnus.damm@gmail.com>,
Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Prabhakar <prabhakar.csengg@gmail.com>,
Biju Das <biju.das.jz@bp.renesas.com>,
Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: [PATCH v2 0/3] Add pinctrl driver for RZ/T2H and RZ/N2H SoCs
Date: Wed, 25 Jun 2025 14:07:09 +0100 [thread overview]
Message-ID: <20250625130712.140778-1-prabhakar.mahadev-lad.rj@bp.renesas.com> (raw)
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Hi All,
Add pinctrl driver support for the Renesas RZ/T2H and RZ/N2H SoCs. The
RZ/T2H SoC supports 729 pins, while the RZ/N2H supports 576 pins. Both
share the same controller architecture, and the series includes
documentation, device tree bindings, and the driver implementation.
v1->v2:
- Added a new DT binding file
- Added support for RZ/N2H SoC
Cheers,
Prabhakar
Lad Prabhakar (2):
dt-bindings: pinctrl: renesas: document RZ/T2H and RZ/N2H SoCs
pinctrl: renesas: rzt2h: Add support for RZ/N2H SoC
Thierry Bultel (1):
pinctrl: renesas: Add support for RZ/T2H
.../pinctrl/renesas,rzt2h-pinctrl.yaml | 132 +++
drivers/pinctrl/renesas/Kconfig | 14 +
drivers/pinctrl/renesas/Makefile | 1 +
drivers/pinctrl/renesas/pinctrl-rzt2h.c | 816 ++++++++++++++++++
.../pinctrl/renesas,r9a09g077-pinctrl.h | 22 +
5 files changed, 985 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rzt2h-pinctrl.yaml
create mode 100644 drivers/pinctrl/renesas/pinctrl-rzt2h.c
create mode 100644 include/dt-bindings/pinctrl/renesas,r9a09g077-pinctrl.h
--
2.49.0
next reply other threads:[~2025-06-25 13:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-25 13:07 Prabhakar [this message]
2025-06-25 13:07 ` [PATCH v2 1/3] dt-bindings: pinctrl: renesas: document RZ/T2H and RZ/N2H SoCs Prabhakar
2025-06-27 21:05 ` Rob Herring
2025-07-02 13:19 ` Geert Uytterhoeven
2025-06-25 13:07 ` [PATCH v2 2/3] pinctrl: renesas: Add support for RZ/T2H Prabhakar
2025-06-26 2:57 ` kernel test robot
2025-07-03 10:02 ` Geert Uytterhoeven
2025-07-03 23:53 ` Lad, Prabhakar
2025-06-25 13:07 ` [PATCH v2 3/3] pinctrl: renesas: rzt2h: Add support for RZ/N2H SoC Prabhakar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250625130712.140778-1-prabhakar.mahadev-lad.rj@bp.renesas.com \
--to=prabhakar.csengg@gmail.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=brgl@bgdev.pl \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro.jz@renesas.com \
--cc=geert+renesas@glider.be \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).