mbox series

[v2,0/2] Add support for software nodes to gpiolib

Message ID 20190913032240.50333-1-dmitry.torokhov@gmail.com
Headers show
Series Add support for software nodes to gpiolib | expand

Message

Dmitry Torokhov Sept. 13, 2019, 3:22 a.m. UTC
This is a part of the larger series previously posted at

https://lore.kernel.org/linux-gpio/20190911075215.78047-1-dmitry.torokhov@gmail.com

that was rebased on top of linux-gpio devel branch.

Changes in v2:
- switched export to be EXPORT_SYMBOL_GPL to match the new export
  markings for the rest of GPIO devres functions
- rebased on top of Linus W devel branch
- added Andy's Reviewed-by

Dmitry Torokhov (2):
  gpiolib: introduce devm_fwnode_gpiod_get_index()
  gpiolib: introduce fwnode_gpiod_get_index()

 drivers/gpio/gpiolib-devres.c | 33 ++++++---------------
 drivers/gpio/gpiolib.c        | 48 +++++++++++++++++++++++++++++++
 include/linux/gpio/consumer.h | 54 ++++++++++++++++++++++++++++-------
 3 files changed, 101 insertions(+), 34 deletions(-)

Comments

Linus Walleij Oct. 3, 2019, 10:07 a.m. UTC | #1
On Fri, Sep 13, 2019 at 5:22 AM Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:

> This is a part of the larger series previously posted at
>
> https://lore.kernel.org/linux-gpio/20190911075215.78047-1-dmitry.torokhov@gmail.com
>
> that was rebased on top of linux-gpio devel branch.
>
> Changes in v2:
> - switched export to be EXPORT_SYMBOL_GPL to match the new export
>   markings for the rest of GPIO devres functions
> - rebased on top of Linus W devel branch
> - added Andy's Reviewed-by

I failed to get this into v5.4 because of misc stress, sorry :(

I have queued it on an immutable branch:
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=ib-fwnode-gpiod-get-index
then pulled that into my devel branch for v5.5.

So you can ask subsystem maintainers to pull this in to do conversions.

Apologies for the inconvenience.

Yours,
Linus Walleij
Dmitry Torokhov Oct. 3, 2019, 3:53 p.m. UTC | #2
On Thu, Oct 03, 2019 at 12:07:47PM +0200, Linus Walleij wrote:
> On Fri, Sep 13, 2019 at 5:22 AM Dmitry Torokhov
> <dmitry.torokhov@gmail.com> wrote:
> 
> > This is a part of the larger series previously posted at
> >
> > https://lore.kernel.org/linux-gpio/20190911075215.78047-1-dmitry.torokhov@gmail.com
> >
> > that was rebased on top of linux-gpio devel branch.
> >
> > Changes in v2:
> > - switched export to be EXPORT_SYMBOL_GPL to match the new export
> >   markings for the rest of GPIO devres functions
> > - rebased on top of Linus W devel branch
> > - added Andy's Reviewed-by
> 
> I failed to get this into v5.4 because of misc stress, sorry :(
> 
> I have queued it on an immutable branch:
> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=ib-fwnode-gpiod-get-index
> then pulled that into my devel branch for v5.5.
> 
> So you can ask subsystem maintainers to pull this in to do conversions.
> 
> Apologies for the inconvenience.

Hey, no worries and thank you for making a branch. It does not really
matter if we land it one release earlier or later.

Hope you are feeling better.