linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] LEDs changes for v5.6-rc1
@ 2020-02-02 19:09 Pavel Machek
  2020-02-02 19:43 ` Linus Torvalds
  2020-02-02 20:20 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Pavel Machek @ 2020-02-02 19:09 UTC (permalink / raw)
  To: Linus Torvalds, kernel list, jacek.anaszewski, linux-leds

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

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 260718b3a35d23fe89d27cc7b5e8bd30f4bba1aa:

  leds: lm3692x: Disable chip on brightness 0 (2020-01-07 14:09:27 +0100)

----------------------------------------------------------------
LED updates for 5.6-rc1.

Some of these changes are bugfixes already merged in v5.5, but I'd
have to rebase the for-next branch, and git merge handles that ok, so
I did not do that.

Best regards,
								Pavel

----------------------------------------------------------------
Bartosz Golaszewski (1):
      led: max77650: add of_match table

Guido Günther (7):
      dt: bindings: lm3692x: Add ti,ovp-microvolt property
      leds: lm3692x: Allow to configure over voltage protection
      dt: bindings: lm3692x: Add led-max-microamp property
      leds: lm3692x: Make sure we don't exceed the maximum LED current
      leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enable
      leds: lm3692x: Split out lm3692x_leds_disable
      leds: lm3692x: Disable chip on brightness 0

Jacek Anaszewski (1):
      leds: gpio: Fix uninitialized gpio label for fwnode based probe

Jean-Jacques Hiblot (2):
      leds: Add managed API to get a LED from a device driver
      leds: populate the device's of_node

Linus Walleij (1):
      leds: bd2802: Convert to use GPIO descriptors

Pavel (2):
      leds: lm3532: use extended registration so that LED can be used for backlight
      leds: lm3532: add pointer to documentation and fix typo

Pavel Machek (3):
      ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()
      leds: rb532: cleanup whitespace
      leds: lm3642: remove warnings for bad strtol, cleanup gotos

Sakari Ailus (1):
      leds-as3645a: Drop fwnode reference on ignored node

Sven Van Asbroeck (2):
      leds: tps6105x: add driver for MFD chip LED mode
      dt-bindings: mfd: update TI tps6105x chip bindings

Tomi Valkeinen (1):
      leds: Add of_led_get() and led_put()

Zahari Petkov (1):
      leds: pca963x: Fix open-drain initialization

 .../devicetree/bindings/leds/leds-lm3692x.txt      |   8 +
 Documentation/devicetree/bindings/mfd/tps6105x.txt |  47 +++++-
 drivers/leds/Kconfig                               |  10 ++
 drivers/leds/Makefile                              |   1 +
 drivers/leds/led-class.c                           |  97 ++++++++++-
 drivers/leds/leds-as3645a.c                        |   3 +-
 drivers/leds/leds-bd2802.c                         |  27 ++--
 drivers/leds/leds-gpio.c                           |  10 +-
 drivers/leds/leds-lm3532.c                         |  11 +-
 drivers/leds/leds-lm3642.c                         |  37 ++---
 drivers/leds/leds-lm3692x.c                        | 180 ++++++++++++++-------
 drivers/leds/leds-max77650.c                       |   7 +
 drivers/leds/leds-pca963x.c                        |   8 +-
 drivers/leds/leds-rb532.c                          |   1 -
 drivers/leds/leds-tps6105x.c                       |  89 ++++++++++
 drivers/leds/trigger/ledtrig-pattern.c             |   4 +-
 include/linux/leds-bd2802.h                        |   1 -
 include/linux/leds.h                               |   6 +
 18 files changed, 447 insertions(+), 100 deletions(-)
 create mode 100644 drivers/leds/leds-tps6105x.c


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] LEDs changes for v5.6-rc1
  2020-02-02 19:09 [GIT PULL] LEDs changes for v5.6-rc1 Pavel Machek
@ 2020-02-02 19:43 ` Linus Torvalds
  2020-02-06 22:45   ` Pavel Machek
  2020-02-02 20:20 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2020-02-02 19:43 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, Jacek Anaszewski, Linux LED Subsystem

On Sun, Feb 2, 2020 at 11:09 AM Pavel Machek <pavel@ucw.cz> wrote:
>
> LED updates for 5.6-rc1.
>
> Some of these changes are bugfixes already merged in v5.5, but I'd
> have to rebase the for-next branch, and git merge handles that ok, so
> I did not do that.

That's fine.

But I'd still have really wanted a short description of what the changes are..

                Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] LEDs changes for v5.6-rc1
  2020-02-02 19:09 [GIT PULL] LEDs changes for v5.6-rc1 Pavel Machek
  2020-02-02 19:43 ` Linus Torvalds
@ 2020-02-02 20:20 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-02-02 20:20 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Linus Torvalds, kernel list, jacek.anaszewski, linux-leds

The pull request you sent on Sun, 2 Feb 2020 20:09:43 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] LEDs changes for v5.6-rc1
  2020-02-02 19:43 ` Linus Torvalds
@ 2020-02-06 22:45   ` Pavel Machek
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2020-02-06 22:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: kernel list, Jacek Anaszewski, Linux LED Subsystem

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

On Sun 2020-02-02 11:43:14, Linus Torvalds wrote:
> On Sun, Feb 2, 2020 at 11:09 AM Pavel Machek <pavel@ucw.cz> wrote:
> >
> > LED updates for 5.6-rc1.
> >
> > Some of these changes are bugfixes already merged in v5.5, but I'd
> > have to rebase the for-next branch, and git merge handles that ok, so
> > I did not do that.
> 
> That's fine.
> 
> But I'd still have really wanted a short description of what the changes are..

Ah, sorry about that.

Besides random driver updates, we now allow referencing LED from the
device tree, which is important for (future) backlight<->LED
interoperation. (Which is in turn important for Librem 5 and Droid 4
phones).

Best regards,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-06 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-02 19:09 [GIT PULL] LEDs changes for v5.6-rc1 Pavel Machek
2020-02-02 19:43 ` Linus Torvalds
2020-02-06 22:45   ` Pavel Machek
2020-02-02 20:20 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).