From: Jacek Anaszewski <jacek.anaszewski@gmail.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org,
jacek.anaszewski@gmail.com, baolin.wang@linaro.org,
geert+renesas@glider.be, pavel@ucw.cz
Subject: [GIT PULL] LED fixes for 4.20-rc2
Date: Thu, 8 Nov 2018 20:29:08 +0100 [thread overview]
Message-ID: <1541705348-4615-1-git-send-email-jacek.anaszewski@gmail.com> (raw)
Hi Linus,
Please pull LED fixes for 4.20-rc2.
All three fixes are related to the newly added pattern trigger:
- remove mutex_lock() from timer callback, which would trigger problems
related to sleeping in atomic context, the removal is harmless since
mutex protection turned out to be redundant in this case
- fix pattern parsing to properly handle intervals with brightness == 0
- fix typos in the ABI documentation
The following changes since commit 8dbac65f5c181e4723586ab738b703bb23bc3f2a:
leds: sc27xx: Add pattern_set/clear interfaces for LED controller (2018-10-11 21:59:11 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git tags/led-fixes-for-4.20-rc2
for you to fetch changes up to 406e7f986b2e4499295351bcfff5c93b0d34022a:
Documentation: ABI: led-trigger-pattern: Fix typos (2018-11-07 21:43:46 +0100)
Thanks,
Jacek Anaszewski
----------------------------------------------------------------
LED fixes for 4.20-rc2
----------------------------------------------------------------
Baolin Wang (1):
leds: trigger: Fix sleeping function called from invalid context
Geert Uytterhoeven (1):
Documentation: ABI: led-trigger-pattern: Fix typos
Pavel Machek (1):
Fix pattern handling optimalization
.../ABI/testing/sysfs-class-led-trigger-pattern | 4 ++--
drivers/leds/trigger/ledtrig-pattern.c | 27 +++++++---------------
2 files changed, 10 insertions(+), 21 deletions(-)
next reply other threads:[~2018-11-08 19:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-08 19:29 Jacek Anaszewski [this message]
2018-11-08 23:51 ` [GIT PULL] LED fixes for 4.20-rc2 Linus Torvalds
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=1541705348-4615-1-git-send-email-jacek.anaszewski@gmail.com \
--to=jacek.anaszewski@gmail.com \
--cc=baolin.wang@linaro.org \
--cc=geert+renesas@glider.be \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@ucw.cz \
--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