All of lore.kernel.org
 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.5-rc1
Date: Wed, 27 Nov 2019 23:46:14 +0100	[thread overview]
Message-ID: <20191127224614.GA24850@amd> (raw)

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

LED updates for 5.5-rc1

This contains usual small updates to drivers, and removal of PAGE_SIZE
limits on /sys/class/leds/<led>/trigger.

We should not be really having that many triggers; but with cpu
activity triggers we do, and we'll eventually need to fix it,
but... remove the limit for now.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the git repository at:

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

for you to fetch changes up to 5f820ed52371b4f5d8c43c93f03408d0dbc01e5b:

  leds: trigger: netdev: fix handling on interface rename (2019-11-03 18:10:12 +0100)

----------------------------------------------------------------
Akinobu Mita (1):
      leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger

Chuhong Yuan (1):
      leds: an30259a: add a check for devm_regmap_init_i2c

Dan Murphy (8):
      leds: Kconfig: Be consistent with the usage of "LED"
      leds: flash: Convert non extended registration to inline
      leds: flash: Remove extern from the header file
      leds: flash: Add devm_* functions to the flash class
      leds: lm3601x: Convert class registration to device managed
      leds: core: Remove extern from header
      leds: core: Fix devm_classdev_match to reference correct structure
      leds: core: Fix leds.h structure documentation

Daniel Mack (1):
      drivers: leds: tlc591xx: check error during device init

Guido Günther (5):
      leds: lm3692x: Print error value on dev_err
      leds: lm3692x: Don't overwrite return value in error path
      leds: lm3692x: Handle failure to probe the regulator
      leds: lm3692x: Use flags from LM3692X_BOOST_CTRL
      leds: lm3692x: Use flags from LM3692X_BRT_CTRL

Jean-Jacques Hiblot (3):
      leds: tlc591xx: simplify driver by using the managed led API
      leds: tlc591xx: use devm_led_classdev_register_ext()
      leds: tlc591xx: update the maximum brightness

Markus Elfring (2):
      leds: bcm6328: Use devm_platform_ioremap_resource() in bcm6328_leds_probe()
      leds: bcm6358: Use devm_platform_ioremap_resource() in bcm6358_leds_probe()

Martin Schiller (1):
      leds: trigger: netdev: fix handling on interface rename

Oleh Kravchenko (3):
      dt-bindings: Add docs for EL15203000
      leds: add LED driver for EL15203000 board
      leds: mlxreg: Fix possible buffer overflow

Stephen Boyd (1):
      leds: pca953x: Use of_device_get_match_data()

 .../ABI/testing/sysfs-class-led-driver-el15203000  | 139 ++++++++
 .../devicetree/bindings/leds/leds-el15203000.txt   |  69 ++++
 drivers/leds/Kconfig                               |  17 +-
 drivers/leds/Makefile                              |   1 +
 drivers/leds/led-class-flash.c                     |  50 +++
 drivers/leds/led-class.c                           |  10 +-
 drivers/leds/led-triggers.c                        |  90 ++++--
 drivers/leds/leds-an30259a.c                       |   7 +
 drivers/leds/leds-bcm6328.c                        |   7 +-
 drivers/leds/leds-bcm6358.c                        |   7 +-
 drivers/leds/leds-el15203000.c                     | 357 +++++++++++++++++++++
 drivers/leds/leds-lm3601x.c                        |   4 +-
 drivers/leds/leds-lm3692x.c                        |  47 ++-
 drivers/leds/leds-mlxreg.c                         |   4 +-
 drivers/leds/leds-pca9532.c                        |  14 +-
 drivers/leds/leds-tlc591xx.c                       |  90 ++----
 drivers/leds/leds.h                                |   6 +
 drivers/leds/trigger/ledtrig-netdev.c              |   5 +-
 include/linux/led-class-flash.h                    |  41 ++-
 include/linux/leds.h                               | 105 +++---
 20 files changed, 860 insertions(+), 210 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-led-driver-el15203000
 create mode 100644 Documentation/devicetree/bindings/leds/leds-el15203000.txt
 create mode 100644 drivers/leds/leds-el15203000.c

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

             reply	other threads:[~2019-11-27 22:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-27 22:46 Pavel Machek [this message]
2019-12-02  2:05 ` [GIT PULL] LEDs changes for v5.5-rc1 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=20191127224614.GA24850@amd \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.