From: Jacek Anaszewski <jacek.anaszewski@gmail.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org,
colin.king@canonical.com, paul.burton@imgtec.com,
jan.kiszka@siemens.com, linus.walleij@linaro.org,
anders@chargestorm.se
Subject: [GIT PULL] LED updates for 4.13
Date: Wed, 5 Jul 2017 22:05:20 +0200 [thread overview]
Message-ID: <1499285120-3909-1-git-send-email-jacek.anaszewski@gmail.com> (raw)
Hi Linus,
Please pull LED updates for 4.13.
This time we're removing more than adding:
Remove drivers:
leds-versatile:
- all users of the Versatile LED driver are deleted and replaced
with the very generic leds-syscon
leds-sead3:
- SEAD3 is using the generic leds-syscon & regmap based register-bit-led
driver
LED class drivers improvements:
ledtrig-gpio:
- use threaded IRQ, which both simplifies the code because we can drop
the workqueue indirection, and it enables using the trigger for GPIOs
that work with threaded IRQs themselves
- refresh LED state after GPIO change since the new GPIO may have a different
state than the old one
leds-lp55xx:
- make various arrays static const
leds-pca963x:
- add bindings to invert polarity
Best regards,
Jacek Anaszewski
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
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.13
for you to fetch changes up to 4d1707c1c6901906707b9419cac8d9c84bc17d88:
leds: lp55xx: make various arrays static const (2017-06-30 23:15:44 +0200)
----------------------------------------------------------------
LED updates for 4.13
----------------------------------------------------------------
Anders Darander (1):
leds: pca963x: Add bindings to invert polarity
Colin Ian King (1):
leds: lp55xx: make various arrays static const
Jan Kiszka (2):
leds: trigger: gpio: Refresh LED state after GPIO change
leds: trigger: gpio: Use threaded IRQ
Linus Walleij (1):
leds: Delete obsolete Versatile driver
Paul Burton (1):
leds: Remove SEAD-3 driver
Documentation/devicetree/bindings/leds/pca963x.txt | 1 +
drivers/leds/Kconfig | 18 ----
drivers/leds/Makefile | 2 -
drivers/leds/leds-lp5523.c | 10 +-
drivers/leds/leds-pca963x.c | 17 +++-
drivers/leds/leds-sead3.c | 78 ---------------
drivers/leds/leds-versatile.c | 110 ---------------------
drivers/leds/trigger/ledtrig-gpio.c | 29 ++----
include/linux/platform_data/leds-pca963x.h | 6 ++
9 files changed, 34 insertions(+), 237 deletions(-)
delete mode 100644 drivers/leds/leds-sead3.c
delete mode 100644 drivers/leds/leds-versatile.c
reply other threads:[~2017-07-05 20:06 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=1499285120-3909-1-git-send-email-jacek.anaszewski@gmail.com \
--to=jacek.anaszewski@gmail.com \
--cc=anders@chargestorm.se \
--cc=colin.king@canonical.com \
--cc=jan.kiszka@siemens.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=paul.burton@imgtec.com \
--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
all inboxes | Powered by JetHome®