mbox series

[0/2] leds: add Awinic AW2016 driver

Message ID 20230524113910.196321-1-v.barinov@yadro.com
Headers show
Series leds: add Awinic AW2016 driver | expand

Message

Vladimir Barinov May 24, 2023, 11:39 a.m. UTC
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(+)