devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] leds: Add a driver for MP3326
@ 2024-06-11  8:32 Yuxi Wang
  2024-06-11  8:32 ` [PATCH V2 1/2] dt-bindings: leds: add mps mp3326 LED Yuxi Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Yuxi Wang @ 2024-06-11  8:32 UTC (permalink / raw)
  To: Yuxi.Wang, pavel, lee, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	wyx137120466
  Cc: linux-leds, devicetree, linux-kernel

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-06-12  6:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11  8:32 [PATCH V2 0/2] leds: Add a driver for MP3326 Yuxi Wang
2024-06-11  8:32 ` [PATCH V2 1/2] dt-bindings: leds: add mps mp3326 LED Yuxi Wang
2024-06-11  8:32 ` [PATCH V2 2/2] leds: add mp3326 driver Yuxi Wang
2024-06-11  9:21   ` Krzysztof Kozlowski
2024-06-12  2:23     ` Yuxi (Yuxi) Wang
2024-06-12  6:12       ` Krzysztof Kozlowski
2024-06-11 23:28   ` kernel test robot
2024-06-11  9:14 ` [PATCH V2 0/2] leds: Add a driver for MP3326 Krzysztof Kozlowski
2024-06-12  2:26   ` Yuxi (Yuxi) Wang
2024-06-12  6:13     ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).