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.19-rc1
Date: Tue, 31 May 2022 22:06:19 +0200	[thread overview]
Message-ID: <20220531200619.GA8906@duo.ucw.cz> (raw)

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

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e98a860f65428a3cae7ed7b3e8ebcf6320d7fc5e:

  leds: qcom-lpg: Require pattern to follow documentation (2022-05-24 22:08:10 +0200)

----------------------------------------------------------------
LED updates for 5.19. Most significant here is driver for Qualcomm
LPG. Apparently it drives backlight on some boards, so it is quite
important for some people.

----------------------------------------------------------------
Bjorn Andersson (3):
      dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
      leds: Add driver for Qualcomm LPG
      leds: qcom-lpg: Require pattern to follow documentation

Johan Hovold (1):
      leds: qcom-lpg: add missing PWM dependency

Linus Walleij (3):
      dt-bindings: leds: Add regulator-led binding
      leds: regulator: Add dev helper variable
      leds: regulator: Make probeable from device tree

Markuss Broks (3):
      leds: ktd2692: Avoid duplicate error messages on probe deferral
      dt-bindings: leds: convert ktd2692 bindings to yaml
      leds: ktd2692: Make aux-gpios optional

Satya Priya (2):
      dt-bindings: leds: Add pm8350c pmic support
      leds: Add pm8350c support to Qualcomm LPG driver

Sven Schwermer (4):
      dt-bindings: leds: Optional multi-led unit address
      dt-bindings: leds: Add multicolor PWM LED bindings
      leds: Add PWM multicolor driver
      leds: Move pwm-multicolor driver into rgb directory

Uwe Kleine-König (3):
      leds: pca9532: Make pca9532_destroy_devices() return void
      leds: is31fl32xx: Improve error reporting in .remove()
      leds: lp50xx: Remove duplicated error reporting in .remove()

 .../devicetree/bindings/leds/kinetic,ktd2692.yaml  |   87 ++
 .../bindings/leds/leds-class-multicolor.yaml       |    2 +-
 .../devicetree/bindings/leds/leds-ktd2692.txt      |   50 -
 .../bindings/leds/leds-pwm-multicolor.yaml         |   79 ++
 .../devicetree/bindings/leds/leds-qcom-lpg.yaml    |  174 +++
 .../devicetree/bindings/leds/regulator-led.yaml    |   55 +
 Documentation/leds/leds-qcom-lpg.rst               |   78 ++
 drivers/leds/Kconfig                               |    3 +
 drivers/leds/Makefile                              |    3 +
 drivers/leds/flash/leds-ktd2692.c                  |   15 +-
 drivers/leds/leds-is31fl32xx.c                     |    8 +-
 drivers/leds/leds-lp50xx.c                         |    4 +-
 drivers/leds/leds-pca9532.c                        |   11 +-
 drivers/leds/leds-regulator.c                      |   47 +-
 drivers/leds/rgb/Kconfig                           |   29 +
 drivers/leds/rgb/Makefile                          |    4 +
 drivers/leds/rgb/leds-pwm-multicolor.c             |  186 +++
 drivers/leds/rgb/leds-qcom-lpg.c                   | 1451 ++++++++++++++++++++
 18 files changed, 2193 insertions(+), 93 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/kinetic,ktd2692.yaml
 delete mode 100644 Documentation/devicetree/bindings/leds/leds-ktd2692.txt
 create mode 100644 Documentation/devicetree/bindings/leds/leds-pwm-multicolor.yaml
 create mode 100644 Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml
 create mode 100644 Documentation/devicetree/bindings/leds/regulator-led.yaml
 create mode 100644 Documentation/leds/leds-qcom-lpg.rst
 create mode 100644 drivers/leds/rgb/Kconfig
 create mode 100644 drivers/leds/rgb/Makefile
 create mode 100644 drivers/leds/rgb/leds-pwm-multicolor.c
 create mode 100644 drivers/leds/rgb/leds-qcom-lpg.c

-- 
People of Russia, stop Putin before his war on Ukraine escalates.

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

             reply	other threads:[~2022-05-31 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 20:06 Pavel Machek [this message]
2022-05-31 21:50 ` 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=20220531200619.GA8906@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

all inboxes | Powered by JetHome®