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

Yuxi Wang posted 2 patches 1 year, 6 months ago
.../devicetree/bindings/leds/mps,mp3326.yaml  | 146 ++++
drivers/leds/Kconfig                          |   9 +
drivers/leds/Makefile                         |   1 +
drivers/leds/leds-mp3326.c                    | 697 ++++++++++++++++++
4 files changed, 853 insertions(+)
create mode 100644 Documentation/devicetree/bindings/leds/mps,mp3326.yaml
create mode 100644 drivers/leds/leds-mp3326.c
[PATCH V2 0/2] leds: Add a driver for MP3326
Posted by Yuxi Wang 1 year, 6 months ago
Add the binding description and the corresponding driver for
the MPS MP3326.

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

Changes in V2:
  - Fix patch format error

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

 .../devicetree/bindings/leds/mps,mp3326.yaml  | 146 ++++
 drivers/leds/Kconfig                          |   9 +
 drivers/leds/Makefile                         |   1 +
 drivers/leds/leds-mp3326.c                    | 697 ++++++++++++++++++
 4 files changed, 853 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/leds/mps,mp3326.yaml
 create mode 100644 drivers/leds/leds-mp3326.c

-- 
2.39.2
Re: [PATCH V2 0/2] leds: Add a driver for MP3326
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 11/06/2024 10:32, Yuxi Wang wrote:
> Add the binding description and the corresponding driver for
> the MPS MP3326.
> 
> Signed-off-by: Yuxi Wang <Yuxi.Wang@monolithicpower.com>
> 
> Changes in V2:
>   - Fix patch format error

Only this? So all other feedback - like 10 comments - were ignored?

Sorry, please go to previous discussion and implement entire feedback.
Then document in changelog what did you do.

Best regards,
Krzysztof