Re: [PATCH v2] backlight: lm3630a: turn off both led strings when display is blank

2023-05-18 Thread Lee Jones
On Wed, 10 May 2023, Maximilian Weigand wrote: > From: Maximilian Weigand > > Use backlight_is_blank() to determine if the led strings should be turned > off in the update_status() functions of both strings. > > Reviewed-by: Daniel Thompson I moved this tag to the correct place and ... > Sig

Re: [PATCH v2] backlight: lm3630a: turn off both led strings when display is blank

2023-05-10 Thread Sam Ravnborg
On Wed, May 10, 2023 at 10:52:39AM +0200, Maximilian Weigand wrote: > From: Maximilian Weigand > > Use backlight_is_blank() to determine if the led strings should be turned > off in the update_status() functions of both strings. > > Reviewed-by: Daniel Thompson > Signed-off-by: Maximilian Weiga

[PATCH v2] backlight: lm3630a: turn off both led strings when display is blank

2023-05-10 Thread Maximilian Weigand
From: Maximilian Weigand Use backlight_is_blank() to determine if the led strings should be turned off in the update_status() functions of both strings. Reviewed-by: Daniel Thompson Signed-off-by: Maximilian Weigand --- Changes in v2: - fix description, replace display_is_black() with backligh