Re: [PATCH 0/3] pinctrl: don't use gpiod_to_chip()

From: Bartosz Golaszewski
Date: Mon Nov 20 2023 - 10:07:00 EST


On Thu, Nov 16, 2023 at 2:43 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
>
> On Wed, Nov 15, 2023 at 5:50 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> >
> > Let's start working towards removing gpiod_to_chip() from the kernel.
> > Start with pinctrl. The first patch should go through the GPIO tree
> > and become available through an immutable tag so that we can get more
> > conversions in this cycle elsewhere.
>
> Fair enough, maybe an immutable branch with all three patches?
> Probably best to merga all three into both subsystems I think.
>

Nah, I don't think I need to pollute the GPIO tree with every pinctrl
patch. It's enough to just merge the first one into GPIO and you do
the same in pinctrl.

Bart

> Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> Yours,
> Linus Walleij