mbox series

[v1,0/4] leds: Introduce and use fwnode_get_child_node_count()

Message ID 20250310150835.3139322-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series leds: Introduce and use fwnode_get_child_node_count() | expand

Message

Andy Shevchenko March 10, 2025, 2:54 p.m. UTC
This series was inspired during review of "Support ROHM BD79124 ADC" [1].
The three conversion patches are the examples of the new API in use.

Since the first two examples of LEDS, in case of posotove response it may
be routed via that tree and immutable branch/tag shared with others, e.g.,
IIO which Matti's series is targeting and might be dependent on. The USB
patch can be applied later separately, up to the respective maintainers.

Link: https://lore.kernel.org/r/cover.1741610847.git.mazziesaccount@gmail.com> [1]

Andy Shevchenko (4):
  device property: Split fwnode_get_child_node_count()
  leds: pwm-multicolor: Use fwnode_get_child_node_count()
  leds: ncp5623: Use fwnode_get_child_node_count()
  usb: typec: tcpm: Use fwnode_get_child_node_count()

 drivers/base/property.c                | 12 ++++++------
 drivers/leds/rgb/leds-ncp5623.c        |  5 ++---
 drivers/leds/rgb/leds-pwm-multicolor.c |  7 +++----
 drivers/usb/typec/tcpm/tcpm.c          |  6 ++----
 include/linux/property.h               |  7 ++++++-
 5 files changed, 19 insertions(+), 18 deletions(-)

Comments

Lee Jones March 14, 2025, 12:38 p.m. UTC | #1
On Mon, 10 Mar 2025, Andy Shevchenko wrote:

> This series was inspired during review of "Support ROHM BD79124 ADC" [1].
> The three conversion patches are the examples of the new API in use.
> 
> Since the first two examples of LEDS, in case of posotove response it may
> be routed via that tree and immutable branch/tag shared with others, e.g.,
> IIO which Matti's series is targeting and might be dependent on. The USB
> patch can be applied later separately, up to the respective maintainers.
> 
> Link: https://lore.kernel.org/r/cover.1741610847.git.mazziesaccount@gmail.com> [1]
> 
> Andy Shevchenko (4):
>   device property: Split fwnode_get_child_node_count()
>   leds: pwm-multicolor: Use fwnode_get_child_node_count()
>   leds: ncp5623: Use fwnode_get_child_node_count()
>   usb: typec: tcpm: Use fwnode_get_child_node_count()
> 
>  drivers/base/property.c                | 12 ++++++------
>  drivers/leds/rgb/leds-ncp5623.c        |  5 ++---
>  drivers/leds/rgb/leds-pwm-multicolor.c |  7 +++----
>  drivers/usb/typec/tcpm/tcpm.c          |  6 ++----
>  include/linux/property.h               |  7 ++++++-
>  5 files changed, 19 insertions(+), 18 deletions(-)

What's the proposed merge strategy here Andy?
Lee Jones March 14, 2025, 12:39 p.m. UTC | #2
On Mon, 10 Mar 2025, Andy Shevchenko wrote:

> This series was inspired during review of "Support ROHM BD79124 ADC" [1].
> The three conversion patches are the examples of the new API in use.
> 
> Since the first two examples of LEDS, in case of posotove response it may
> be routed via that tree and immutable branch/tag shared with others, e.g.,
> IIO which Matti's series is targeting and might be dependent on. The USB
> patch can be applied later separately, up to the respective maintainers.

Ah, just seen this.

I'm okay with that, but need Acks for the other patches.
Andy Shevchenko March 14, 2025, 1:35 p.m. UTC | #3
On Fri, Mar 14, 2025 at 12:39:36PM +0000, Lee Jones wrote:
> On Mon, 10 Mar 2025, Andy Shevchenko wrote:
> 
> > This series was inspired during review of "Support ROHM BD79124 ADC" [1].
> > The three conversion patches are the examples of the new API in use.
> > 
> > Since the first two examples of LEDS, in case of posotove response it may
> > be routed via that tree and immutable branch/tag shared with others, e.g.,
> > IIO which Matti's series is targeting and might be dependent on. The USB
> > patch can be applied later separately, up to the respective maintainers.
> 
> Ah, just seen this.
> 
> I'm okay with that, but need Acks for the other patches.

Right, we need an Ack from Rafael / Greg I suppose?
Lee Jones March 21, 2025, 11:03 a.m. UTC | #4
On Mon, 10 Mar 2025, Andy Shevchenko wrote:

> This series was inspired during review of "Support ROHM BD79124 ADC" [1].
> The three conversion patches are the examples of the new API in use.
> 
> Since the first two examples of LEDS, in case of posotove response it may
> be routed via that tree and immutable branch/tag shared with others, e.g.,
> IIO which Matti's series is targeting and might be dependent on. The USB
> patch can be applied later separately, up to the respective maintainers.
> 
> Link: https://lore.kernel.org/r/cover.1741610847.git.mazziesaccount@gmail.com> [1]
> 
> Andy Shevchenko (4):
>   device property: Split fwnode_get_child_node_count()
>   leds: pwm-multicolor: Use fwnode_get_child_node_count()
>   leds: ncp5623: Use fwnode_get_child_node_count()
>   usb: typec: tcpm: Use fwnode_get_child_node_count()
> 
>  drivers/base/property.c                | 12 ++++++------
>  drivers/leds/rgb/leds-ncp5623.c        |  5 ++---
>  drivers/leds/rgb/leds-pwm-multicolor.c |  7 +++----
>  drivers/usb/typec/tcpm/tcpm.c          |  6 ++----
>  include/linux/property.h               |  7 ++++++-
>  5 files changed, 19 insertions(+), 18 deletions(-)

Note to self: This has everything we need.  Merge it for v6.16.