Re: [PATCH] backlight: add led-backlight driver

2020-02-21 Thread Tony Lindgren
* Sebastian Reichel [200219 23:45]: > Finally :) > > Reviewed-by: Sebastian Reichel Yeah thanks for your persistent effort on getting this working :) Regards, Tony ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedeskto

Re: [PATCH] backlight: add led-backlight driver

2020-02-21 Thread Tony Lindgren
* Lee Jones [200220 07:49]: > On Wed, 19 Feb 2020, Tony Lindgren wrote: > > > * Pavel Machek [200219 19:15]: > > > 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 > > > br

Re: [PATCH] backlight: add led-backlight driver

2020-02-20 Thread Tony Lindgren
* Pavel Machek [200219 19:15]: > 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 Valke

Re: [PATCH] backlight: add led-backlight driver

2020-02-20 Thread Tony Lindgren
* Pavel Machek [200219 20:54]: > Hi! > > > > 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 Val

Re: [PATCH] backlight: add led-backlight driver

2020-02-20 Thread Guido Günther
Hi, On Wed, Feb 19, 2020 at 08:14:12PM +0100, Pavel Machek wrote: > 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 backlig

Re: [PATCH] backlight: add led-backlight driver

2020-02-19 Thread Lee Jones
On Wed, 19 Feb 2020, Tony Lindgren wrote: > * Pavel Machek [200219 19:15]: > > 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

Re: [PATCH] backlight: add led-backlight driver

2020-02-19 Thread Pavel Machek
Hi! > > > If you guys instead want me to pick these both into my fixes > > > branch, just let me know and I'll do the explaining why these > > > are needed as fixes. Basically we no longer have a way to enable > > > the LCD backlight for droid4 manually starting with v5.6-rc1 > > > unlike earlier.

Re: [PATCH] backlight: add led-backlight driver

2020-02-19 Thread Sebastian Reichel
On Wed, Feb 19, 2020 at 11:45:40AM -0800, Tony Lindgren wrote: > * Pavel Machek [200219 19:15]: > > 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. Multi

Re: [PATCH] backlight: add led-backlight driver

2020-02-19 Thread Pavel Machek
Hi! > > 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

[PATCH] backlight: add led-backlight driver

2020-02-19 Thread Pavel Machek
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