linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] leds: add Awinic AW2026 driver
@ 2023-05-25 10:13 Vladimir Barinov
  2023-05-25 10:14 ` [PATCH v2 1/2] leds: add Awinic AW2026 LED driver Vladimir Barinov
  2023-05-25 10:14 ` [PATCH v2 2/2] dt-bindings: leds: Document Awinic AW2026 bindings Vladimir Barinov
  0 siblings, 2 replies; 5+ messages in thread
From: Vladimir Barinov @ 2023-05-25 10:13 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek, Rob Herring, Krzysztof Kozlowski
  Cc: linux-leds, linux-kernel, devicetree, Vladimir Barinov, linux

Hello,

This adds the folowing:
- LED driver for AW2026 chip
- Document Awinic AW2026 DT bindings

Datasheet file can be found here:
https://www.awinic.com/en/productDetail/AW2026DNR#tech-docs

Vladimir Barinov (2):
[1/2] leds: Add Awinic AW2026 LED driver
[2/2] dt-bindings: leds: Document Awinic AW2026 bindings

---
This patchset is against the 'kernel/git/lee/leds.git' repo, 'for-leds-next' branch.

 Documentation/devicetree/bindings/leds/awinic,aw2026.yaml |   93 ++
 drivers/leds/Kconfig                                      |   10 
 drivers/leds/Makefile                                     |    1 
 drivers/leds/leds-aw2026.c                                |  578 ++++++++++++++
 4 files changed, 682 insertions(+)


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

end of thread, other threads:[~2023-06-02  9:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 10:13 [PATCH v2 0/2] leds: add Awinic AW2026 driver Vladimir Barinov
2023-05-25 10:14 ` [PATCH v2 1/2] leds: add Awinic AW2026 LED driver Vladimir Barinov
2023-06-02  9:17   ` Lee Jones
2023-05-25 10:14 ` [PATCH v2 2/2] dt-bindings: leds: Document Awinic AW2026 bindings Vladimir Barinov
2023-06-02  9:26   ` 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).