Re: [PATCH 1/9] backlight: atmel-pwm-bl: fix reported brightness

2013-10-29 Thread Johan Hovold
On Fri, Oct 25, 2013 at 01:08:36PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:55 Wed 23 Oct , Johan Hovold wrote: > > The driver supports 16-bit brightness values, but the value returned > > from get_brightness was truncated to eight bits. > > > > Cc: sta...@vger.kernel.org > > Ac

Re: [PATCH 1/9] backlight: atmel-pwm-bl: fix reported brightness

2013-10-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:55 Wed 23 Oct , Johan Hovold wrote: > The driver supports 16-bit brightness values, but the value returned > from get_brightness was truncated to eight bits. > > Cc: sta...@vger.kernel.org > Acked-by: Jingoo Han > Signed-off-by: Johan Hovold > --- > drivers/video/backlight/atmel-pwm-b

[PATCH 1/9] backlight: atmel-pwm-bl: fix reported brightness

2013-10-23 Thread Johan Hovold
The driver supports 16-bit brightness values, but the value returned from get_brightness was truncated to eight bits. Cc: sta...@vger.kernel.org Acked-by: Jingoo Han Signed-off-by: Johan Hovold --- drivers/video/backlight/atmel-pwm-bl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH 1/9] backlight: atmel-pwm-bl: fix reported brightness

2013-10-23 Thread Jingoo Han
On Wednesday, October 23, 2013 5:51 PM, Johan Hovold wrote: > On Wed, Oct 23, 2013 at 10:20:59AM +0900, Jingoo Han wrote: > > On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote: > > > > > > The driver supports 16-bit brightness values, but the value returned > > > from get_brightness was tr

Re: [PATCH 1/9] backlight: atmel-pwm-bl: fix reported brightness

2013-10-23 Thread Johan Hovold
On Wed, Oct 23, 2013 at 10:20:59AM +0900, Jingoo Han wrote: > On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote: > > > > The driver supports 16-bit brightness values, but the value returned > > from get_brightness was truncated to eight bits. > > > > Cc: sta...@vger.kernel.org > > Signed

Re: [PATCH 1/9] backlight: atmel-pwm-bl: fix reported brightness

2013-10-22 Thread Jingoo Han
On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote: > > The driver supports 16-bit brightness values, but the value returned > from get_brightness was truncated to eight bits. > > Cc: sta...@vger.kernel.org > Signed-off-by: Johan Hovold > --- > drivers/video/backlight/atmel-pwm-bl.c | 4

[PATCH 1/9] backlight: atmel-pwm-bl: fix reported brightness

2013-10-22 Thread Johan Hovold
The driver supports 16-bit brightness values, but the value returned from get_brightness was truncated to eight bits. Cc: sta...@vger.kernel.org Signed-off-by: Johan Hovold --- drivers/video/backlight/atmel-pwm-bl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/