Re: [PATCH v1 0/3] gpiolib: cleanups WRT GPIO device handling

From: Bartosz Golaszewski
Date: Wed Mar 08 2023 - 05:51:10 EST


On Tue, Mar 7, 2023 at 7:25 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> A few cleanups to GPIO device handling in the library code.
>
> Andy Shevchenko (3):
> gpiolib: Access device's fwnode via dev_fwnode()
> gpiolib: Get rid of gpio_bus_match() forward declaration
> gpiolib: Move gpiodevice_*() to gpiodev namespace
>
> drivers/gpio/gpiolib.c | 38 +++++++++++++++++++-------------------
> 1 file changed, 19 insertions(+), 19 deletions(-)
>
> --
> 2.39.1
>

I applied the first two patches, for the third I have a comment.

Bart