Re: [RESEND PATCH v3] backlight: pwm_bl: Fix brightness levels for non-DT case.

2018-12-11 Thread Lee Jones
On Mon, 10 Dec 2018, Enric Balletbo i Serra wrote: > Commit '88ba95bedb79 ("backlight: pwm_bl: Compute brightness of LED > linearly to human eye")' allows the possibility to compute a default > brightness table when there isn't the brightness-levels property in the > DT. Unfortunately the changes

[RESEND PATCH v3] backlight: pwm_bl: Fix brightness levels for non-DT case.

2018-12-11 Thread Enric Balletbo i Serra
Commit '88ba95bedb79 ("backlight: pwm_bl: Compute brightness of LED linearly to human eye")' allows the possibility to compute a default brightness table when there isn't the brightness-levels property in the DT. Unfortunately the changes made broke the pwm backlight for the non-DT boards. Usually

Re: [PATCH v3] backlight: pwm_bl: Fix brightness levels for non-DT case.

2018-12-02 Thread Lee Jones
On Fri, 30 Nov 2018, Enric Balletbo Serra wrote: > Hi, > Missatge de Enric Balletbo i Serra del > dia dc., 7 de nov. 2018 a les 9:56: > > > > Commit '88ba95bedb79 ("backlight: pwm_bl: Compute brightness of LED > > linearly to human eye")' allows the possibility to compute a default > > brightness

Re: [PATCH v3] backlight: pwm_bl: Fix brightness levels for non-DT case.

2018-11-30 Thread Enric Balletbo Serra
Hi, Missatge de Enric Balletbo i Serra del dia dc., 7 de nov. 2018 a les 9:56: > > Commit '88ba95bedb79 ("backlight: pwm_bl: Compute brightness of LED > linearly to human eye")' allows the possibility to compute a default > brightness table when there isn't the brightness-levels property in the >

[PATCH v3] backlight: pwm_bl: Fix brightness levels for non-DT case.

2018-11-09 Thread Enric Balletbo i Serra
Commit '88ba95bedb79 ("backlight: pwm_bl: Compute brightness of LED linearly to human eye")' allows the possibility to compute a default brightness table when there isn't the brightness-levels property in the DT. Unfortunately the changes made broke the pwm backlight for the non-DT boards. Usually