linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] LED updates for 4.11
@ 2017-02-20 20:46 Jacek Anaszewski
  0 siblings, 0 replies; only message in thread
From: Jacek Anaszewski @ 2017-02-20 20:46 UTC (permalink / raw)
  To: torvalds
  Cc: linux-kernel, linux-leds, hdegoede, arnd, andi.shyti, rafal, pavel

Hi Linus,

Please pull LED updates for 4.11 merge cycle.

New features and improvements:
- add new optional brightness_hw_changed attribute for the LEDs that
  may have their brightness level changed autonomously, (outside of
  kernel control) by hardware / firmware. The attribute supports
  userspace notifications through POLLPRI events
- add led_brightness_hw_mon tool that demonstrates how to use the
  aforementioned feature
- add LED_ON enum for LEDs that can be only turned on/off, and don't
  allow setting other brightness levels
- allow for adjusting heartbeat trigger blink brightness level

Fixes and cleanups:
- avoid harmless maybe-uninitialized warning in leds-ktd2692.c
- add context to the existing example entries in common LED bindings
  to make the documentation more clear

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git tags/leds_for_4.11

for you to fetch changes up to fb3d769173d26268d7bf068094a599bb28b2ac63:

  leds: ledtrig-heartbeat: Make top brightness adjustable (2017-02-14 22:20:24 +0100)

Best regards,
Jacek Anaszewski

----------------------------------------------------------------
LEDs for 4.11

----------------------------------------------------------------
Andi Shyti (1):
      leds: add LED_ON brightness as boolean value

Arnd Bergmann (1):
      leds: ktd2692: avoid harmless maybe-uninitialized warning

Hans de Goede (1):
      leds: class: Add new optional brightness_hw_changed attribute

Jacek Anaszewski (2):
      tools/leds: Add led_hw_brightness_mon program
      leds: ledtrig-heartbeat: Make top brightness adjustable

Rafał Miłecki (1):
      DT: leds: Improve examples by adding some context

 Documentation/ABI/testing/sysfs-class-led         | 17 +++++
 Documentation/devicetree/bindings/leds/common.txt | 28 +++++---
 Documentation/leds/leds-class.txt                 | 15 ++++
 drivers/leds/Kconfig                              |  9 +++
 drivers/leds/led-class.c                          | 76 ++++++++++++++++++++
 drivers/leds/leds-ktd2692.c                       |  8 +--
 drivers/leds/trigger/ledtrig-heartbeat.c          | 15 ++--
 include/linux/leds.h                              | 16 +++++
 tools/leds/Makefile                               |  4 +-
 tools/leds/led_hw_brightness_mon.c                | 84 +++++++++++++++++++++++
 10 files changed, 252 insertions(+), 20 deletions(-)
 create mode 100644 tools/leds/led_hw_brightness_mon.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-20 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20 20:46 [GIT PULL] LED updates for 4.11 Jacek Anaszewski

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).