Re: [PATCH 2/9] backlight: atmel-pwm-bl: fix gpio polarity in remove

2013-10-29 Thread Johan Hovold
On Fri, Oct 25, 2013 at 01:09:28PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:55 Wed 23 Oct , Johan Hovold wrote: > > Make sure to honour gpio polarity also at remove so that the backlight > > is actually disabled on boards with active-low enable pin. > > > > Cc: sta...@vger.kerne

Re: [PATCH 2/9] backlight: atmel-pwm-bl: fix gpio polarity in remove

2013-10-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:55 Wed 23 Oct , Johan Hovold wrote: > Make sure to honour gpio polarity also at remove so that the backlight > is actually disabled on boards with active-low enable pin. > > Cc: sta...@vger.kernel.org > Acked-by: Jingoo Han > Signed-off-by: Johan Hovold > --- > drivers/video/backlight

[PATCH 2/9] backlight: atmel-pwm-bl: fix gpio polarity in remove

2013-10-23 Thread Johan Hovold
Make sure to honour gpio polarity also at remove so that the backlight is actually disabled on boards with active-low enable pin. Cc: sta...@vger.kernel.org Acked-by: Jingoo Han Signed-off-by: Johan Hovold --- drivers/video/backlight/atmel-pwm-bl.c | 6 -- 1 file changed, 4 insertions(+), 2

Re: [PATCH 2/9] backlight: atmel-pwm-bl: fix gpio polarity in remove

2013-10-22 Thread Jingoo Han
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote: > > Make sure to honour gpio polarity also at remove so that the backlight > is actually disabled on boards with active-low enable pin. > > Cc: sta...@vger.kernel.org > Signed-off-by: Johan Hovold Acked-by: Jingoo Han Best regards, J

[PATCH 2/9] backlight: atmel-pwm-bl: fix gpio polarity in remove

2013-10-22 Thread Johan Hovold
Make sure to honour gpio polarity also at remove so that the backlight is actually disabled on boards with active-low enable pin. Cc: sta...@vger.kernel.org Signed-off-by: Johan Hovold --- drivers/video/backlight/atmel-pwm-bl.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --