linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for WL-ICLEDs from Wurth Elektronik
@ 2025-04-14 13:28 Ante Knezic
  2025-04-14 13:28 ` [PATCH 1/3] Documentation: leds: Add docs for Wurth Elektronik WL-ICLED Ante Knezic
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ante Knezic @ 2025-04-14 13:28 UTC (permalink / raw)
  To: linux-leds
  Cc: lee, pavel, robh, krzk+dt, conor+dt, corbet, knezic, devicetree,
	linux-kernel, linux-doc

From: Ante Knezic <knezic@helmholz.com>

This patch adds support for WL-ICLED series of RGB Leds. These LEDs
are equipped with integrated controller and can be daisy chained to
arbitrary number of units. The MCU communicates with the first LED
in series via SPI. Interface can be regular SPI protocol or single
line only (MOSI connection only) depending on the model.

Ante Knezic (3):
  Documentation: leds: Add docs for Wurth Elektronik WL-ICLED
  dt-bindings: leds: add binding for WL-ICLED
  leds: add WL-ICLED SPI driver

 .../bindings/leds/leds-wl-icled.yaml          |  88 ++++
 Documentation/leds/index.rst                  |   1 +
 Documentation/leds/leds-wl-icled.rst          |  69 +++
 drivers/leds/Kconfig                          |  10 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-wl-icled.c                  | 406 ++++++++++++++++++
 6 files changed, 575 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-wl-icled.yaml
 create mode 100644 Documentation/leds/leds-wl-icled.rst
 create mode 100644 drivers/leds/leds-wl-icled.c

-- 
2.48.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-04-16 10:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14 13:28 [PATCH 0/3] Add support for WL-ICLEDs from Wurth Elektronik Ante Knezic
2025-04-14 13:28 ` [PATCH 1/3] Documentation: leds: Add docs for Wurth Elektronik WL-ICLED Ante Knezic
2025-04-15  2:27   ` Bagas Sanjaya
2025-04-14 13:28 ` [PATCH 2/3] dt-bindings: leds: add binding for WL-ICLED Ante Knezic
2025-04-14 15:27   ` Rob Herring (Arm)
2025-04-15  7:55   ` Krzysztof Kozlowski
2025-04-16  9:06     ` Ante Knezic
2025-04-16 10:21       ` Krzysztof Kozlowski
2025-04-14 13:28 ` [PATCH 3/3] leds: add WL-ICLED SPI driver Ante Knezic

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).