[PATCH v3 0/5] Renesas RZ/T2H pinctrl fixes and cleanups
From: Cosmin Tanislav
Date: Sun Sep 13 2026 - 15:58:07 EST
This series fixes a couple of issues and then does some cleanups in the
pinctrl driver for Renesas RZ/T2H.
V3:
* move leftover unused function and its usage to a separate patch
V2:
* switch pm parameter in rzt2h_pin_write_pm() to unsigned int and
remove the u16 cast
* reuse irq_idx in rzt2h_gpio_irq_request_resources()
* mention that irq_domain_free_irqs_common() is still wired up
* remove the PFC_FUNC_INTERRUPT check in rzt2h_gpio_get()
* pick up Geert's Reviewed-by
* drop patches already queued up by Geert
Cosmin Tanislav (5):
pinctrl: renesas: rzt2h: restore correct pin mode on IRQ free
pinctrl: renesas: rzt2h: setup IRQ in
.irq_{request,release}_resources()
pinctrl: renesas: rzt2h: fix reading pin value in IRQ function
pinctrl: renesas: rzt2h: reuse helpers
pinctrl: renesas: rzt2h: add a helper for reading PFC
drivers/pinctrl/renesas/pinctrl-rzt2h.c | 177 ++++++++++++++++--------
1 file changed, 117 insertions(+), 60 deletions(-)
--
2.55.0