mbox series

[GIT,PULL] LEDs changes for v5.17-rc1

Message ID 20220112184611.GA2187@duo.ucw.cz
State New
Headers show
Series [GIT,PULL] LEDs changes for v5.17-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git/ tags/leds-5.17-rc1

Message

Pavel Machek Jan. 12, 2022, 6:46 p.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git/ tags/leds-5.17-rc1

for you to fetch changes up to 9e87a8da747bf72365abb79e6f64fcca955b4f56:

  leds: lp55xx: initialise output direction from dts (2022-01-12 19:43:15 +0100)

----------------------------------------------------------------
LED updates for 5.17. Nothing major is happening here.

I had to rebase at last moment to fix wrong author of one
commit. Sorry about that.

----------------------------------------------------------------
Andy Shevchenko (2):
      leds: tca6507: Get rid of duplicate of_node assignment
      leds: lgm-sso: Get rid of duplicate of_node assignment

ChiYuan Huang (1):
      dt-bindings: leds: Replace moonlight with indicator in mt6360 example

Gene Chen (2):
      dt-bindings: leds: Add bindings for MT6360 LED
      leds: Add mt6360 driver

Lad Prabhakar (1):
      leds: ktd2692: Drop calling dev_of_node() in ktd2692_parse_dt

Linus Walleij (1):
      leds: leds-fsg: Drop FSG3 LED driver

Merlijn Wajer (1):
      leds: lp55xx: initialise output direction from dts

Sander Vanheule (1):
      leds: led-core: Update fwnode with device_set_node

Sicelo A. Mhlongo (1):
      ARM: dts: omap3-n900: Fix lp5523 for multi color

Sven Schuchmann (1):
      leds: lp50xx: remove unused variable

Yihao Han (1):
      leds: tca6507: use swap() to make code cleaner

 .../devicetree/bindings/leds/leds-mt6360.yaml      | 159 ++++
 arch/arm/boot/dts/omap3-n900.dts                   |  50 +-
 drivers/leds/Kconfig                               |   7 -
 drivers/leds/Makefile                              |   1 -
 drivers/leds/blink/leds-lgm-sso.c                  |   1 -
 drivers/leds/flash/Kconfig                         |  13 +
 drivers/leds/flash/Makefile                        |   1 +
 drivers/leds/flash/leds-ktd2692.c                  |   2 +-
 drivers/leds/flash/leds-mt6360.c                   | 910 +++++++++++++++++++++
 drivers/leds/led-class.c                           |   6 +-
 drivers/leds/leds-fsg.c                            | 193 -----
 drivers/leds/leds-lp50xx.c                         |   1 -
 drivers/leds/leds-lp55xx-common.c                  |   4 +-
 drivers/leds/leds-tca6507.c                        |   7 +-
 14 files changed, 1130 insertions(+), 225 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-mt6360.yaml
 create mode 100644 drivers/leds/flash/leds-mt6360.c
 delete mode 100644 drivers/leds/leds-fsg.c

Comments

pr-tracker-bot@kernel.org Jan. 13, 2022, 1:10 a.m. UTC | #1
The pull request you sent on Wed, 12 Jan 2022 19:46:11 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git/ tags/leds-5.17-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d9b5941bb5933932051e315de18a43db7d3c9e13

Thank you!