lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1744636666.git.knezic@helmholz.com>
Date: Mon, 14 Apr 2025 15:28:48 +0200
From: Ante Knezic <ante.knezic@...mholz.de>
To: linux-leds@...r.kernel.org
Cc: lee@...nel.org,
	pavel@...nel.org,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org,
	corbet@....net,
	knezic@...mholz.com,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	linux-doc@...r.kernel.org
Subject: [PATCH 0/3] Add support for WL-ICLEDs from Wurth Elektronik

From: Ante Knezic <knezic@...mholz.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ