From: Jacek Anaszewski <jacek.anaszewski@gmail.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org,
hdegoede@redhat.com, arnd@arndb.de, andi.shyti@samsung.com,
rafal@milecki.pl, pavel@ucw.cz
Subject: [GIT PULL] LED updates for 4.11
Date: Mon, 20 Feb 2017 21:46:34 +0100 [thread overview]
Message-ID: <1487623594-3699-1-git-send-email-jacek.anaszewski@gmail.com> (raw)
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
reply other threads:[~2017-02-20 20:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1487623594-3699-1-git-send-email-jacek.anaszewski@gmail.com \
--to=jacek.anaszewski@gmail.com \
--cc=andi.shyti@samsung.com \
--cc=arnd@arndb.de \
--cc=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rafal@milecki.pl \
--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;
as well as URLs for NNTP newsgroup(s).