On Fri, Sep 8, 2023 at 8:07 PM Janusz Krzysztofik <jmkrzyszt@xxxxxxxxx> wrote: > > Dnia czwartek, 7 września 2023 09:31:01 CEST Linus Walleij pisze: > > On Tue, Sep 5, 2023 at 8:53 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > > > > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > > > gpiochip_find() is going away as it's not hot-unplug safe. This platform > > > is not affected by any of the related problems as this GPIO controller > > > cannot really go away but in order to finally remove this function, we > > > need to convert it to using gpio_device_find() as well. > > > > > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > I was cleaning this one just some merge cycle ago, now it > > looks even better! > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Acked-by: Janusz Krzysztofik <jmkrzyszt@xxxxxxxxx> > Janusz, Is it fine if I take it through the GPIO tree? Bartosz > Thanks, > Janusz > > > > > Yours, > > Linus Walleij > > > > > >