mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	kernel list <linux-kernel@vger.kernel.org>,
	jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org
Subject: [GIT PULL] LEDs changes for v5.17-rc1
Date: Wed, 12 Jan 2022 19:46:11 +0100	[thread overview]
Message-ID: <20220112184611.GA2187@duo.ucw.cz> (raw)

[-- Attachment #1: Type: text/plain, Size: 2759 bytes --]

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

-- 
http://www.livejournal.com/~pavelmachek

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

             reply	other threads:[~2022-01-12 18:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-12 18:46 Pavel Machek [this message]
2022-01-13  1:10 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220112184611.GA2187@duo.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=jacek.anaszewski@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome