linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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, krzk@kernel.org, michal@plume.com
Subject: [GIT PULL] LED updates for 5.1-rc1
Date: Mon,  4 Mar 2019 21:11:10 +0100	[thread overview]
Message-ID: <20190304201110.3969-1-jacek.anaszewski@gmail.com> (raw)

Hi Linus,

Please pull LED updates for 5.1-rc1.

We finalize previously announced support for initialization of pattern triggers
from Device Tree.

Beside that there is a single fix for null deref on firmware load failure
in leds-lp55xx-common.c.

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -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-5.1-rc1

for you to fetch changes up to 5ddb0869bfc1bca6cfc592c74c64a026f936638c:

  leds: lp55xx: fix null deref on firmware load failure (2019-02-14 22:03:44 +0100)

Thanks,
Jacek Anaszewski

----------------------------------------------------------------
LED updates for 5.1-rc1
----------------------------------------------------------------
Krzysztof Kozlowski (5):
      dt-bindings: leds: Add pattern initialization from Device Tree
      leds: Add helper for getting default pattern from Device Tree
      leds: trigger: pattern: Add pattern initialization from Device Tree
      leds: trigger: oneshot: Add initialization from Device Tree
      leds: trigger: timer: Add initialization from Device Tree

Michal Kazior (1):
      leds: lp55xx: fix null deref on firmware load failure

 .../ABI/testing/sysfs-class-led-trigger-pattern    | 51 +----------
 Documentation/devicetree/bindings/leds/common.txt  | 12 +++
 .../bindings/leds/leds-trigger-pattern.txt         | 49 +++++++++++
 drivers/leds/led-core.c                            | 30 +++++++
 drivers/leds/leds-lp55xx-common.c                  |  4 +-
 drivers/leds/trigger/ledtrig-oneshot.c             | 38 ++++++++-
 drivers/leds/trigger/ledtrig-pattern.c             | 99 +++++++++++++++++-----
 drivers/leds/trigger/ledtrig-timer.c               | 34 ++++++++
 include/linux/leds.h                               | 13 +++
 9 files changed, 259 insertions(+), 71 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-trigger-pattern.txt

             reply	other threads:[~2019-03-04 20:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-04 20:11 Jacek Anaszewski [this message]
2019-03-05  3:40 ` [GIT PULL] LED updates for 5.1-rc1 pr-tracker-bot

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=20190304201110.3969-1-jacek.anaszewski@gmail.com \
    --to=jacek.anaszewski@gmail.com \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=michal@plume.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;
as well as URLs for NNTP newsgroup(s).