Re: [PATCH v10 6/6] backlight: add led-backlight driver

2020-01-07 Thread Lee Jones
On Tue, 07 Jan 2020, Pavel Machek wrote: > Hi! > > > > * Jean-Jacques Hiblot [700101 00:00]: > > > > From: Tomi Valkeinen > > > > > > > > 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 > > > > brightne

Re: [PATCH v10 6/6] backlight: add led-backlight driver

2020-01-07 Thread Pavel Machek
Hi! > > * Jean-Jacques Hiblot [700101 00:00]: > > > From: Tomi Valkeinen > > > > > > 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. Multiple LEDs can be used for a single backl

Re: [PATCH v10 6/6] backlight: add led-backlight driver

2020-01-07 Thread Lee Jones
On Thu, 21 Nov 2019, Tony Lindgren wrote: > Hi, > > * Jean-Jacques Hiblot [700101 00:00]: > > From: Tomi Valkeinen > > > > 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. Multiple

Re: [PATCH v10 6/6] backlight: add led-backlight driver

2019-11-22 Thread Tony Lindgren
Hi, * Jean-Jacques Hiblot [700101 00:00]: > From: Tomi Valkeinen > > 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. Multiple LEDs can be used for a single backlight. ... > + ret =

[PATCH v10 6/6] backlight: add led-backlight driver

2019-10-09 Thread Jean-Jacques Hiblot
From: Tomi Valkeinen 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. Multiple LEDs can be used for a single backlight. Signed-off-by: Tomi Valkeinen Signed-off-by: Jean-Jacques Hiblot Acke