All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] leds: add Awinic AW2016 driver
@ 2023-05-24 11:39 Vladimir Barinov
  2023-05-24 11:40 ` [PATCH 1/2] leds: add Awinic AW2016 LED driver Vladimir Barinov
  2023-05-24 11:40 ` [PATCH 2/2] dt-bindings: leds: Document Awinic AW2016 bindings Vladimir Barinov
  0 siblings, 2 replies; 6+ messages in thread
From: Vladimir Barinov @ 2023-05-24 11:39 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 AW2016 chip
- Document Awinic AW2016 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 AW2016 LED driver
[2/2] dt-bindings: leds: Document Awinic AW2016 bindings

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

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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 11:39 [PATCH 0/2] leds: add Awinic AW2016 driver Vladimir Barinov
2023-05-24 11:40 ` [PATCH 1/2] leds: add Awinic AW2016 LED driver Vladimir Barinov
2023-05-24 11:40 ` [PATCH 2/2] dt-bindings: leds: Document Awinic AW2016 bindings Vladimir Barinov
2023-05-24 12:21   ` Rob Herring
2023-06-02  8:06     ` Lee Jones
2023-06-02  8:46       ` Vladimir Barinov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.