All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: "Thomas Weißschuh" <linux@weissschuh.net>
Cc: "Pavel Machek" <pavel@ucw.cz>,
	"Thomas Weißschuh" <thomas@weissschuh.net>,
	"Benson Leung" <bleung@chromium.org>,
	"Guenter Roeck" <groeck@chromium.org>,
	"Tzung-Bi Shih" <tzungbi@kernel.org>,
	linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org,
	chrome-platform@lists.linux.dev,
	"Dustin Howett" <dustin@howett.net>,
	"Mario Limonciello" <mario.limonciello@amd.com>
Subject: [GIT PULL] Immutable branch between LEDS and MFD due for the v6.11 merge window
Date: Fri, 21 Jun 2024 11:50:27 +0100	[thread overview]
Message-ID: <20240621105027.GM1318296@google.com> (raw)
In-Reply-To: <20240613-cros_ec-led-v3-0-500b50f41e0f@weissschuh.net>

Enjoy!

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/ib-leds-mfd-v6.11

for you to fetch changes up to b107093f433c3afb83a46af43c830e578e2ba54d:

  mfd: cros_ec: Register LED subdevice (2024-06-21 11:41:51 +0100)

----------------------------------------------------------------
Immutable branch between LEDS and MFD due for the v6.11 merge window

----------------------------------------------------------------
Thomas Weißschuh (5):
      leds: core: Introduce led_get_color_name() function
      leds: multicolor: Use led_get_color_name() function
      leds: core: Unexport led_colors[] array
      leds: Add ChromeOS EC driver
      mfd: cros_ec: Register LED subdevice

 MAINTAINERS                         |   5 +
 drivers/leds/Kconfig                |  15 ++
 drivers/leds/Makefile               |   1 +
 drivers/leds/led-class-multicolor.c |   2 +-
 drivers/leds/led-core.c             |  12 +-
 drivers/leds/leds-cros_ec.c         | 277 ++++++++++++++++++++++++++++++++++++
 drivers/leds/leds.h                 |   1 -
 drivers/mfd/cros_ec_dev.c           |   9 ++
 include/linux/leds.h                |  10 ++
 9 files changed, 328 insertions(+), 4 deletions(-)
 create mode 100644 drivers/leds/leds-cros_ec.c

-- 
Lee Jones [李琼斯]

      parent reply	other threads:[~2024-06-21 10:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-13 14:48 [PATCH v3 0/5] ChromeOS Embedded Controller LED driver Thomas Weißschuh
2024-06-13 14:48 ` [PATCH v3 1/5] leds: core: Introduce led_get_color_name() function Thomas Weißschuh
2024-06-13 14:48 ` [PATCH v3 2/5] leds: multicolor: Use " Thomas Weißschuh
2024-06-13 14:48 ` [PATCH v3 3/5] leds: core: Unexport led_colors[] array Thomas Weißschuh
2024-06-13 14:48 ` [PATCH v3 4/5] leds: Add ChromeOS EC driver Thomas Weißschuh
2024-06-14  9:02   ` Lee Jones
2024-06-14  9:47     ` Thomas Weißschuh
2024-06-14  9:53       ` Lee Jones
2024-06-13 14:48 ` [PATCH v3 5/5] mfd: cros_ec: Register LED subdevice Thomas Weißschuh
2024-06-14  9:12 ` [PATCH v3 0/5] ChromeOS Embedded Controller LED driver Lee Jones
2024-06-14  9:31   ` Thomas Weißschuh
2024-06-14  9:34     ` Lee Jones
2024-06-20 17:13 ` Lee Jones
2024-06-21 10:50 ` Lee Jones [this message]

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=20240621105027.GM1318296@google.com \
    --to=lee@kernel.org \
    --cc=bleung@chromium.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=dustin@howett.net \
    --cc=groeck@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=linux@weissschuh.net \
    --cc=mario.limonciello@amd.com \
    --cc=pavel@ucw.cz \
    --cc=thomas@weissschuh.net \
    --cc=tzungbi@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.