[PATCH v2 0/2] pinctrl: renesas: rzg2l: Populate GPIO set_config

Claudiu Beznea posted 2 patches 3 weeks, 6 days ago
drivers/pinctrl/renesas/pinctrl-rzg2l.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
[PATCH v2 0/2] pinctrl: renesas: rzg2l: Populate GPIO set_config
Posted by Claudiu Beznea 3 weeks, 6 days ago
From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Hi,

Series populates the struct gpio_chip::set_config for the Renesas RZ/G2L
pinctrl driver.

Thank you,
Claudiu

Changes in v2:
- used gpiochip_generic_config()
- fixed the return code for unsupported operation which helped in using
  the gpiochip_generic_config()

Claudiu Beznea (2):
  pinctrl: renesas: rzg2l: Use -ENOTSUPP instead of -EOPNOTSUPP
  pinctrl: renesas: rzg2l: Populate struct gpio_chip::set_config

 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/2] pinctrl: renesas: rzg2l: Populate GPIO set_config
Posted by Geert Uytterhoeven 3 weeks ago
Hi Claudiu,

On Fri, 15 May 2026 at 14:40, Claudiu Beznea <claudiu.beznea@kernel.org> wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
>
> Series populates the struct gpio_chip::set_config for the Renesas RZ/G2L
> pinctrl driver.
>
> Thank you,
> Claudiu
>
> Changes in v2:
> - used gpiochip_generic_config()
> - fixed the return code for unsupported operation which helped in using
>   the gpiochip_generic_config()

Thanks, this doesn't regress on RZ/Five, so
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds