Re: [PATCHv3 2/3] backlight: add led-backlight driver
From: Tomi Valkeinen <hidden>
Date: 2015-09-28 08:12:42
Also in:
linux-leds
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Tomi Valkeinen <hidden>
Date: 2015-09-28 08:12:42
Also in:
linux-leds
Hi Jingoo, Lee, On 11/09/15 16:07, Tomi Valkeinen wrote:
This patch adds a led-backlight driver (led_bl), which is similar to pwm_bl except the driver uses a LED class driver to adjust the brightness in the HW. Signed-off-by: Tomi Valkeinen <redacted> --- drivers/video/backlight/Kconfig | 7 ++ drivers/video/backlight/Makefile | 1 + drivers/video/backlight/led_bl.c | 246 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 254 insertions(+) create mode 100644 drivers/video/backlight/led_bl.c
Any comments on the backlight side of this series? It is very similar to the pwm_bl.c, so I presume the approach is acceptable? Tomi