]> git.dujemihanovic.xyz Git - u-boot.git/commit
led: led_pwm: Add a driver for LEDs connected to PWM
authorIvan Vozvakhov <i.vozvakhov@corp.mail.ru>
Sat, 12 Mar 2022 10:03:14 +0000 (13:03 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 11 Apr 2022 15:39:19 +0000 (11:39 -0400)
commit067cfc1c2ea382b0820d995f476e2a26713a3200
tree516ec99c44582bda5a4a60add5987cd41847e91a
parent81eff51047e2fb29f518f8a3721f539a68a11b6d
led: led_pwm: Add a driver for LEDs connected to PWM

Add a driver which allows to use of LEDs connected
to PWM (Linux compatible).
MAINTAINERS: add i.vozvakhov as a maintainer of leds-pwm
C(required during new functionality adding).

Signed-off-by: Ivan Vozvakhov <i.vozvakhov@corp.mail.ru>
MAINTAINERS
doc/device-tree-bindings/leds/leds-pwm.txt [new file with mode: 0644]
drivers/led/Kconfig
drivers/led/Makefile
drivers/led/led_pwm.c [new file with mode: 0644]