Re: [PATCH v2 09/14] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
From: Andrea della Porta
Date: Sun Oct 27 2024 - 07:32:03 EST
Hi Linux,
On 11:03 Fri 11 Oct , Linus Walleij wrote:
> On Mon, Oct 7, 2024 at 2:39 PM Andrea della Porta <andrea.porta@xxxxxxxx> wrote:
>
> > The RP1 is an MFD supporting a gpio controller and /pinmux/pinctrl.
> > Add minimum support for the gpio only portion. The driver is in
> > pinctrl folder since upcoming patches will add the pinmux/pinctrl
> > support where the gpio part can be seen as an addition.
> >
> > Signed-off-by: Andrea della Porta <andrea.porta@xxxxxxxx>
>
> This is a nice driver and I find no issues with it, what causes
> an issue is gpiochip_set_names() as pointed out by Bartosz.
> If you can live without the names you can remove that part for
> now and we can merge the driver, then you can add the names
> later when we sorted out how to share that function.
Sure, I'll drop the gpio-line-names patch for now.
Many thanks,
Andrea
>
> Yours,
> Linus Walleij