The following patch series includes several updates for the AW200XX LED driver: - some small fixes and optimizations to the driver implementation: delays, autodimming calculation, disable_locking regmap flag, display_rows calculation in runtime; - fix LED device tree node pattern to accept LED names counting not only from 0 to f; - support HWEN hardware control, which allows enabling or disabling AW200XX RTL logic from the main SoC using a GPIO pin; - introduce the new AW20108 LED controller, the datasheet for this controller can be found at [1]. Links: [1] https://doc.awinic.com/doc/20230609wm/8a9a9ac8-1d8f-4e75-bf7a-67a04465c153.pdf Dmitry Rokosov (3): dt-bindings: leds: aw200xx: fix led dt node pattern leds: aw200xx: support HWEN hardware control dt-bindings: leds: aw200xx: introduce optional hwen-gpio property George Stark (7): leds: aw200xx: calculate dts property display_rows in driver dt-bindings: leds: aw200xx: remove property "awinic,display-rows" leds: aw200xx: add delay after software reset leds: aw200xx: enable disable_locking flag in regmap config leds: aw200xx: improve autodim calculation method leds: aw200xx: add support for aw20108 device dt-bindings: leds: Add binding for AW20108 led driver Martin Kurbanov (1): leds: aw200xx: fix write to DIM parameter .../bindings/leds/awinic,aw200xx.yaml | 42 +++---- drivers/leds/Kconfig | 8 +- drivers/leds/leds-aw200xx.c | 112 +++++++++++++++--- 3 files changed, 114 insertions(+), 48 deletions(-) -- 2.36.0