Re: [PATCH] gpio: realtek-otto: add pinctrl support
From: Linus Walleij
Date: Sat Jul 25 2026 - 10:12:07 EST
On Sat, Jul 25, 2026 at 9:46 AM Michael Zavertkin
<misha.zavertkin@xxxxxxx> wrote:
> RTL9607C relies on pinctrl to mux SoC pins. Use pinctrl to request pins
> for GPIO
>
> Signed-off-by: Michael Zavertkin <misha.zavertkin@xxxxxxx>
That's neat!
> + if (dev_flags & GPIO_PINCTRL) {
> + gen_gc_flags |= GPIO_GENERIC_PINCTRL_BACKEND;
> + }
Drop the ellipsis {}.
With that fix:
Reviewed-by: Linus Walleij <linusw@xxxxxxxxxx>
Yours,
Linus Walleij