Re: [PATCH 1/3] video / backlight: add two APIs for drivers to use

2015-01-04 Thread Zhang Rui
On Mon, 2015-01-05 at 15:20 +0900, Jingoo Han wrote: > On Monday, January 05, 2015 3:01 PM, Zhang Rui wrote: > > On Mon, 2015-01-05 at 13:46 +0800, Aaron Lu wrote: > > > On 01/03/2015 09:04 AM, Jingoo Han wrote: > > > > On Wednesday, December 31, 2014 12:50 PM, Aaron Lu wrote: > > > >> > > > >> It

Re: [PATCH 1/3] video / backlight: add two APIs for drivers to use

2015-01-04 Thread Jingoo Han
On Monday, January 05, 2015 3:01 PM, Zhang Rui wrote: > On Mon, 2015-01-05 at 13:46 +0800, Aaron Lu wrote: > > On 01/03/2015 09:04 AM, Jingoo Han wrote: > > > On Wednesday, December 31, 2014 12:50 PM, Aaron Lu wrote: > > >> > > >> It is useful to get the backlight device's pointer and use it to set

Re: [PATCH 1/3] video / backlight: add two APIs for drivers to use

2015-01-04 Thread Zhang Rui
On Mon, 2015-01-05 at 13:46 +0800, Aaron Lu wrote: > On 01/03/2015 09:04 AM, Jingoo Han wrote: > > On Wednesday, December 31, 2014 12:50 PM, Aaron Lu wrote: > >> > >> It is useful to get the backlight device's pointer and use it to set > >> backlight in some cases(the following patch will make use

Re: [PATCH 1/3] video / backlight: add two APIs for drivers to use

2015-01-04 Thread Aaron Lu
On 01/03/2015 09:04 AM, Jingoo Han wrote: > On Wednesday, December 31, 2014 12:50 PM, Aaron Lu wrote: >> >> It is useful to get the backlight device's pointer and use it to set >> backlight in some cases(the following patch will make use of it) so add >> the two APIs and export them. >> >> Signed-o

Re: [PATCH 1/3] video / backlight: add two APIs for drivers to use

2015-01-02 Thread Jingoo Han
On Wednesday, December 31, 2014 12:50 PM, Aaron Lu wrote: > > It is useful to get the backlight device's pointer and use it to set > backlight in some cases(the following patch will make use of it) so add > the two APIs and export them. > > Signed-off-by: Aaron Lu Acked-by: Jingoo Han Best re

[PATCH 1/3] video / backlight: add two APIs for drivers to use

2014-12-30 Thread Aaron Lu
It is useful to get the backlight device's pointer and use it to set backlight in some cases(the following patch will make use of it) so add the two APIs and export them. Signed-off-by: Aaron Lu --- drivers/video/backlight/backlight.c | 44 - include/linux/bac