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

2018-09-20 Thread Daniel Thompson
On 25/08/18 01:04, Robert Jarzmik wrote: Enric Balletbo i Serra writes: 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.

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

2018-08-27 Thread Robert Jarzmik
Enric Balletbo i Serra writes: > 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

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

2018-08-27 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.