From: Kate Hsuan <hpa@redhat.com>
To: Pavel Machek <pavel@ucw.cz>, Lee Jones <lee@kernel.org>,
linux-leds@vger.kernel.org, platform-driver-x86@vger.kernel.org,
Hans de Goede <hdegoede@redhat.com>,
Daniel Scally <djrscally@gmail.com>,
Mark Gross <markgross@kernel.org>
Cc: Kate Hsuan <hpa@redhat.com>
Subject: [PATCH v2 0/4] leds: tps68470: LED driver for TPS68470
Date: Fri, 10 Mar 2023 17:56:31 +0800 [thread overview]
Message-ID: <20230310095635.813262-1-hpa@redhat.com> (raw)
The v2 patch of TPS68470 LED driver includes:
1. The code improvements were based on reviewers' comments.
2. strcmp() was removed.
3. V2 also included Hans' LED look-up table for the privacy LED.
Hans de Goede (1):
platform: x86: int3472: Register a LED lookup table entry for the
privacy LED
Kate Hsuan (3):
platform: x86: int3472: Add MFD cell for tps68470 LED
include: mfd: tps68470: Add masks for LEDA and LEDB
leds: tps68470: Add LED control for tps68470
drivers/leds/Kconfig | 12 ++
drivers/leds/Makefile | 1 +
drivers/leds/leds-tps68470.c | 182 ++++++++++++++++++
drivers/platform/x86/intel/int3472/tps68470.c | 35 +++-
include/linux/mfd/tps68470.h | 5 +
5 files changed, 231 insertions(+), 4 deletions(-)
create mode 100644 drivers/leds/leds-tps68470.c
--
2.37.3
next reply other threads:[~2023-03-10 9:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-10 9:56 Kate Hsuan [this message]
2023-03-10 9:56 ` [PATCH v2 1/4] platform: x86: int3472: Add MFD cell for tps68470 LED Kate Hsuan
2023-03-10 11:13 ` Dan Scally
2023-03-10 9:56 ` [PATCH v2 2/4] include: mfd: tps68470: Add masks for LEDA and LEDB Kate Hsuan
2023-03-10 9:56 ` [PATCH v2 3/4] leds: tps68470: Add LED control for tps68470 Kate Hsuan
2023-03-10 10:43 ` Dan Scally
2023-03-13 3:21 ` Kate Hsuan
2023-03-20 14:23 ` Dan Scally
2023-03-21 9:36 ` Kate Hsuan
2023-03-10 9:56 ` [PATCH v2 4/4] platform: x86: int3472: Register a LED lookup table entry for the privacy LED Kate Hsuan
2023-03-10 11:23 ` Dan Scally
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=20230310095635.813262-1-hpa@redhat.com \
--to=hpa@redhat.com \
--cc=djrscally@gmail.com \
--cc=hdegoede@redhat.com \
--cc=lee@kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=markgross@kernel.org \
--cc=pavel@ucw.cz \
--cc=platform-driver-x86@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox