RE: [PATCH 6.12.y-cip v2 00/10] Add pin configuration and GPIO IRQ support to Renesas RZ/T2H SoC
<[email protected]> Tue, 7 Jul 2026 08:19:03 +0000
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <TY7PR01MB1481845D862F3FDD700499334CDF02@TY7PR01MB14818.jpnprd01.prod.outlook.com> |
Hi all, > -----Original Message----- > From: Lad Prabhakar <[email protected]> > Sent: Thursday, July 2, 2026 7:24 PM > To: [email protected]; iwamatsu nobuhiro(岩松 信洋 □DITC○ > CPT) <[email protected]>; Pavel Machek > <[email protected]> > Cc: Biju Das <[email protected]> > Subject: [PATCH 6.12.y-cip v2 00/10] Add pin configuration and GPIO IRQ > support to Renesas RZ/T2H SoC > > Hi All, > > This patch series aims to backport pin configuration and GPIO IRQ support to > Renesas RZ/T2H and RZ/N2H SoCs. Enabling of GPIO IRQ support to > SoC/board DTS/I will be done as a follow-up series along with xSPI support. > > All the patches have been cherry-picked from upstream kernel 7.2-rc1. > Patches apply on top v6.12.94-cip26 (commit-id e00178e6fe853). > > v1->v2: > - Dropped patches to add field_prep/field_get macros > - Added DT binding patch > > Cheers, > Prabhakar > > Cosmin Tanislav (4): > pinctrl: renesas: rzt2h: Move GPIO enable/disable into separate > function > pinctrl: renesas: rzt2h: Allow .get_direction() for IRQ function GPIOs > pinctrl: renesas: rzt2h: Add GPIO IRQ chip to handle interrupts > pinctrl: renesas: rzt2h: Fix invalid wait context > > Felix Gu (1): > pinctrl: renesas: rzt2h: Fix device node leak in rzt2h_gpio_register() > > Geert Uytterhoeven (1): > pinctrl: renesas: Remove unneeded semicolons > > Lad Prabhakar (4): > dt-bindings: pinctrl: renesas,r9a09g077: Document pin configuration > properties > pinctrl: renesas: rzt2h: Add pin configuration support > pinctrl: renesas: rzt2h: Remove unused variable in > rzt2h_pinctrl_register() > pinctrl: renesas: rzt2h: Skip PFC mode configuration if already set > > .../pinctrl/renesas,r9a09g077-pinctrl.yaml | 17 + > drivers/pinctrl/renesas/Kconfig | 2 + > drivers/pinctrl/renesas/pinctrl-rzt2h.c | 554 > +++++++++++++++++- > drivers/pinctrl/renesas/pinctrl-rzv2m.c | 10 +- > 4 files changed, 556 insertions(+), 27 deletions(-) > > -- > 2.43.0 I reviewed this series, looks good to me. I apply this, thanks. Best regards, Nobuhiro