From: Alistair Bell <dev@alistairbell.org>
To: linux-leds@vger.kernel.org
Cc: lee@kernel.org, pavel@kernel.org, Alistair Bell <dev@alistairbell.org>
Subject: [PATCH 0/2] leds: Introduce Texas Instruments LP5816 LED driver
Date: Sun, 12 Jul 2026 19:43:16 +0100 [thread overview]
Message-ID: <20260712184318.78852-1-dev@alistairbell.org> (raw)
The patch series adds support for the Texas Instruments LP5816
4-channel I2C interface RGBW LED driver.
Provides sysfs control of fade, fade duration, fade profile and
control of maximum output current.
Tested on: Qualcomm's QCS615 arm64 platform via a daughter board
display adapter.
Alistair Bell (2):
leds: Texas Instruments LP5816 driver
dt-bindings: leds: Add binding for ti,lp5816
.../ABI/testing/sysfs-class-leds-lp5816 | 123 +++++
.../devicetree/bindings/leds/ti,lp5816.yaml | 45 ++
MAINTAINERS | 10 +
drivers/leds/Kconfig | 12 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-lp5816.c | 443 ++++++++++++++++++
6 files changed, 634 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-class-leds-lp5816
create mode 100644 Documentation/devicetree/bindings/leds/ti,lp5816.yaml
create mode 100644 drivers/leds/leds-lp5816.c
--
2.54.0
next reply other threads:[~2026-07-12 18:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-12 18:43 Alistair Bell [this message]
2026-07-12 18:43 ` [PATCH 1/2] leds: Texas Instruments LP5816 driver Alistair Bell
2026-07-12 18:59 ` sashiko-bot
2026-07-12 22:16 ` Uwe Kleine-König
2026-07-13 6:05 ` Krzysztof Kozlowski
2026-07-12 18:43 ` [PATCH 2/2] dt-bindings: leds: Add binding for ti,lp5816 Alistair Bell
2026-07-12 18:59 ` sashiko-bot
2026-07-13 6:01 ` Krzysztof Kozlowski
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=20260712184318.78852-1-dev@alistairbell.org \
--to=dev@alistairbell.org \
--cc=lee@kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@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.