Re: [PATCH v3] backlight: gpio-backlight: Correct initial power state handling

2019-09-02 Thread Lee Jones
On Wed, 31 Jul 2019, Peter Ujfalusi wrote: > The default-on property - or the def_value via legacy pdata) should be > handled as: > if it is 1, the backlight must be enabled (kept enabled) > if it is 0, the backlight must be disabled (kept disabled) > > This only works for the case when default-o

Re: [PATCH v3] backlight: gpio-backlight: Correct initial power state handling

2019-08-21 Thread Daniel Thompson
On Wed, Jul 31, 2019 at 11:40:18AM +0300, Peter Ujfalusi wrote: > The default-on property - or the def_value via legacy pdata) should be > handled as: > if it is 1, the backlight must be enabled (kept enabled) > if it is 0, the backlight must be disabled (kept disabled) > > This only works for the

[PATCH v3] backlight: gpio-backlight: Correct initial power state handling

2019-07-31 Thread Peter Ujfalusi
The default-on property - or the def_value via legacy pdata) should be handled as: if it is 1, the backlight must be enabled (kept enabled) if it is 0, the backlight must be disabled (kept disabled) This only works for the case when default-on is set. If it is not set then the brightness of the ba