[PATCH 0/2] leds: Add a driver for MP3326

Yuxi Wang posted 2 patches 2 years ago
There is a newer version of this series
.../devicetree/bindings/leds/mps,mp3326.yaml  | 143 ++++
drivers/leds/Kconfig                          |   7 +
drivers/leds/Makefile                         |   1 +
drivers/leds/leds-mp3326.c                    | 622 ++++++++++++++++++
4 files changed, 773 insertions(+)
create mode 100644 Documentation/devicetree/bindings/leds/mps,mp3326.yaml
create mode 100644 drivers/leds/leds-mp3326.c
[PATCH 0/2] leds: Add a driver for MP3326
Posted by Yuxi Wang 2 years ago
Add the binding description and the corresponding driver for
the MPS MP3326.

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


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

 .../devicetree/bindings/leds/mps,mp3326.yaml  | 143 ++++
 drivers/leds/Kconfig                          |   7 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-mp3326.c                    | 622 ++++++++++++++++++
 4 files changed, 773 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/mps,mp3326.yaml
 create mode 100644 drivers/leds/leds-mp3326.c

-- 
2.25.1