mbox series

[GIT,PULL] Immutable branch between LEDS, Base and USB due for the v6.16 merge window

Message ID 20250415165718.GC372032@google.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Immutable branch between LEDS, Base and USB due for the v6.16 merge window | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/ib-leds-base-usb-v6.16

Message

Lee Jones April 15, 2025, 4:57 p.m. UTC
Enjoy!

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/ib-leds-base-usb-v6.16

for you to fetch changes up to 08ca89e98620c08d68b7e7aed6c9294698e214e1:

  usb: typec: tcpm: Use fwnode_get_child_node_count() (2025-04-10 10:12:28 +0100)

----------------------------------------------------------------
Immutable branch between LEDS, Base and USB due for the v6.16 merge window

----------------------------------------------------------------
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(-)