mbox series

[0/2] leds: add mp3326 driver

Message ID 20231108032921.3134115-1-wyx137120466@gmail.com
Headers show
Series leds: add mp3326 driver | expand

Message

Yuxi Wang Nov. 8, 2023, 3:29 a.m. UTC
Add the binding description and the corresponding driver for
the mps mp3326.

Signed-off-by: Yuxi Wang <wyx137120466@gmail.com>

Yuxi Wang (2):
  dt-bindings: leds: add mps mp3326 LED
  leds: add mp3326 driver

 .../devicetree/bindings/leds/leds-mp3326.yaml | 184 +++++
 drivers/leds/Kconfig                          |   7 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-mp3326.c                    | 627 ++++++++++++++++++
 4 files changed, 819 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-mp3326.yaml
 create mode 100644 drivers/leds/leds-mp3326.c