linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	kernel list <linux-kernel@vger.kernel.org>,
	jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org
Subject: [GIT PULL] LEDs changes for v5.7-rc1
Date: Tue, 7 Apr 2020 09:57:53 +0200	[thread overview]
Message-ID: <20200407075753.GA19187@amd.ucw.cz> (raw)

[-- Attachment #1: Type: text/plain, Size: 3180 bytes --]


The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:

  Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git/ tags/leds-5.7-rc1

for you to fetch changes up to 64ed6588c2ea618d3f9ca9d8b365ae4c19f76225:

  leds: core: Fix warning message when init_data (2020-04-06 23:12:08 +0200)

----------------------------------------------------------------
LED tree changes for 5.7-rc1.

One new driver, some driver changes, and some late minute cleanups --
but those are just whitespace so should be okay. There are some major
changes being prepared (multicolor, triggers) so next releas likely
will be more interesting.

----------------------------------------------------------------
Colin Ian King (2):
      leds: lm3697: fix spelling mistake "To" -> "Too"
      leds: lm3532: make bitfield 'enabled' unsigned

Denis Osterland-Heim (2):
      leds: pwm: remove header
      leds: pwm: remove useless pwm_period_ns

Gustavo A. R. Silva (2):
      leds: leds-is31fl32xx: Replace zero-length array with flexible-array member
      leds: leds-pwm: Replace zero-length array with flexible-array member

Linus Walleij (2):
      leds: ns2: Absorb platform data
      leds: ns2: Convert to GPIO descriptors

Pavel Machek (4):
      leds: ip30: label power LED as such
      leds: old enums are not really applicable to new code
      leds: sort Makefile entries
      leds: make functions easier to understand

Ricardo Ribalda Delgado (1):
      leds: core: Fix warning message when init_data

Thomas Bogendoerfer (1):
      leds: add SGI IP30 led support

Uwe Kleine-König (2):
      leds: pwm: simplify if condition
      leds: pwm: convert to atomic PWM API

YueHaibing (1):
      leds: leds-bd2802: remove set but not used variable 'pdata'

 drivers/leds/Kconfig                            | 11 +++
 drivers/leds/Makefile                           | 99 +++++++++++++------------
 drivers/leds/led-class.c                        |  2 +-
 drivers/leds/leds-bd2802.c                      |  2 -
 drivers/leds/leds-ip30.c                        | 86 +++++++++++++++++++++
 drivers/leds/leds-is31fl32xx.c                  |  2 +-
 drivers/leds/leds-lm3532.c                      |  2 +-
 drivers/leds/leds-lm3697.c                      |  2 +-
 drivers/leds/leds-ns2.c                         | 99 ++++++++++++++-----------
 drivers/leds/leds-pwm.c                         | 55 +++++---------
 include/dt-bindings/leds/common.h               | 36 ++++++---
 include/linux/leds.h                            |  1 +
 include/linux/leds_pwm.h                        | 22 ------
 include/linux/platform_data/leds-kirkwood-ns2.h | 38 ----------
 14 files changed, 254 insertions(+), 203 deletions(-)
 create mode 100644 drivers/leds/leds-ip30.c
 delete mode 100644 include/linux/leds_pwm.h
 delete mode 100644 include/linux/platform_data/leds-kirkwood-ns2.h

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

             reply	other threads:[~2020-04-07  7:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07  7:57 Pavel Machek [this message]
2020-04-08  3:20 ` [GIT PULL] LEDs changes for v5.7-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=20200407075753.GA19187@amd.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=jacek.anaszewski@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --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).