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

Message ID 20230307182557.42215-1-andriy.shevchenko@linux.intel.com
Headers
Series gpiolib: cleanups WRT GPIO device handling |

Message

Andy Shevchenko March 7, 2023, 6:25 p.m. UTC
  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(-)
  

Comments

Bartosz Golaszewski March 8, 2023, 10:50 a.m. UTC | #1
On Tue, Mar 7, 2023 at 7:25 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> 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
  
Andy Shevchenko March 8, 2023, 1:01 p.m. UTC | #2
On Wed, Mar 08, 2023 at 11:50:49AM +0100, Bartosz Golaszewski wrote:
> On Tue, Mar 7, 2023 at 7:25 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> 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

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

Thank you!