Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1584900
| From | Jacek Anaszewski <jacek.anaszewski@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] LED updates for 4.11 |
| Date | 2017-02-20 22:00 +0100 |
| Message-ID | <td3dU-16y-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] LED updates for 4.11 Jacek Anaszewski <jacek.anaszewski@gmail.com> - 2017-02-20 22:00 +0100
csiph-web