Re: [PATCH] backlight: adp8860/adp8870: Fix resume

2013-02-19 Thread Michael Hennerich
On 02/19/2013 02:02 PM, Lars-Peter Clausen wrote: Clearing the NSTBY bit in the control register also automatically clears the BLEN bit. So we need to make sure to set it again during resume, otherwise the backlight will stay off. Cc: sta...@vger.kernel.org Signed-off-by: Lars-Peter Clausen

[PATCH] backlight: adp8860/adp8870: Fix resume

2013-02-19 Thread Lars-Peter Clausen
Clearing the NSTBY bit in the control register also automatically clears the BLEN bit. So we need to make sure to set it again during resume, otherwise the backlight will stay off. Cc: sta...@vger.kernel.org Signed-off-by: Lars-Peter Clausen --- drivers/video/backlight/adp8860_bl.c | 2 +-

[PATCH] backlight: adp8860/adp8870: Fix resume

2013-02-19 Thread Lars-Peter Clausen
Clearing the NSTBY bit in the control register also automatically clears the BLEN bit. So we need to make sure to set it again during resume, otherwise the backlight will stay off. Cc: sta...@vger.kernel.org Signed-off-by: Lars-Peter Clausen l...@metafoo.de ---

Re: [PATCH] backlight: adp8860/adp8870: Fix resume

2013-02-19 Thread Michael Hennerich
On 02/19/2013 02:02 PM, Lars-Peter Clausen wrote: Clearing the NSTBY bit in the control register also automatically clears the BLEN bit. So we need to make sure to set it again during resume, otherwise the backlight will stay off. Cc: sta...@vger.kernel.org Signed-off-by: Lars-Peter Clausen