Re: [PATCH 1/2] gpio: vf610: switch to dynamic allocat GPIO base

From: Bartosz Golaszewski
Date: Tue Aug 22 2023 - 05:39:43 EST


On Mon, Aug 21, 2023 at 4:47 AM Bough Chen <haibo.chen@xxxxxxx> wrote:
>
> > -----Original Message-----
> > From: Linus Walleij <linus.walleij@xxxxxxxxxx>
> > Sent: 2023年5月6日 21:05
> > To: Bough Chen <haibo.chen@xxxxxxx>
> > Cc: brgl@xxxxxxxx; linux-gpio@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> > dl-linux-imx <linux-imx@xxxxxxx>; christophe.leroy@xxxxxxxxxx
> > Subject: Re: [PATCH 1/2] gpio: vf610: switch to dynamic allocat GPIO base
> >
> > On Sat, May 6, 2023 at 10:56 AM <haibo.chen@xxxxxxx> wrote:
> >
> > > From: Haibo Chen <haibo.chen@xxxxxxx>
> > >
> > > gpiolib want to get completely rid of static gpiobase allocation, so
> > > switch to dynamic allocat GPIO base, also can avoid warning
> > > message:
> > >
> > > [ 1.529974] gpio gpiochip0: Static allocation of GPIO base
> > > is deprecated, use dynamic allocation.
> > >
> > > Signed-off-by: Haibo Chen <haibo.chen@xxxxxxx>
> >
> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> Hi Linus and Bartosz,
>
> For this patch, still not in the main trunk (Linux 6.5-rc7) and linux-next(next-20230818).
> Can you help apply or any comment?
>

I think I didn't apply it because the first patch in this series was
controversial with known user-space breakages. Now applied.

Bart