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

Yuxi (Yuxi) Wang posted 2 patches 2 years, 1 month ago
Only 0 patches received!
.../devicetree/bindings/leds/leds-mp3326.yaml | 184 +++++
drivers/leds/Kconfig                          |   7 +
drivers/leds/Makefile                         |   1 +
drivers/leds/leds-mp3326.c                    | 632 ++++++++++++++++++
4 files changed, 824 insertions(+)
create mode 100644 Documentation/devicetree/bindings/leds/leds-mp3326.yaml
create mode 100644 drivers/leds/leds-mp3326.c
[PATCH 0/2] leds: Add a driver for mp3326
Posted by Yuxi (Yuxi) Wang 2 years, 1 month 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/leds-mp3326.yaml | 184 +++++
 drivers/leds/Kconfig                          |   7 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-mp3326.c                    | 632 ++++++++++++++++++
 4 files changed, 824 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/leds-mp3326.yaml
 create mode 100644 drivers/leds/leds-mp3326.c

-- 
2.25.1
Re: [PATCH 0/2] leds: Add a driver for mp3326
Posted by Lee Jones 2 years, 1 month ago
On Tue, 31 Oct 2023, Yuxi (Yuxi) Wang wrote:

> 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

These 2 patches and this cover letter were all sent as individual
emails.  Please re-submit the set using `git send-mail`s --thread option.

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

-- 
Lee Jones [李琼斯]