Re: [PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-16 Thread Thierry Reding
On Fri, Nov 16, 2012 at 01:16:45PM -0800, Andrew Morton wrote: > On Fri, 9 Nov 2012 15:04:38 +0100 > Thierry Reding wrote: > > > This function finds the struct backlight_device for a given device tree > > node. A dummy function is provided so that it safely compiles out if OF > > support is disa

Re: [PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-16 Thread Andrew Morton
On Fri, 9 Nov 2012 15:04:38 +0100 Thierry Reding wrote: > This function finds the struct backlight_device for a given device tree > node. A dummy function is provided so that it safely compiles out if OF > support is disabled. > > Signed-off-by: Thierry Reding > --- > drivers/video/backlight/

Re: [PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-16 Thread Thierry Reding
On Thu, Nov 15, 2012 at 05:58:35PM +0900, Jingoo Han wrote: > On Thursday, November 15, 2012 3:52 PM Thierry Reding wrote > > On Thu, Nov 15, 2012 at 10:30:11AM +0900, Jingoo Han wrote: > > > On Friday, November 09, 2012 11:05 PM Thierry Reding wrote > > > > > > > > This function finds the struct b

Re: [PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-15 Thread Grant Likely
On Wed, 7 Nov 2012 23:08:39 +0100, Thierry Reding wrote: > This function finds the struct backlight_device for a given device tree > node. A dummy function is provided so that it safely compiles out if OF > support is disabled. > > Signed-off-by: Thierry Reding Looks okay to me. Reviewed-by:

Re: [PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-15 Thread Jingoo Han
On Thursday, November 15, 2012 3:52 PM Thierry Reding wrote > On Thu, Nov 15, 2012 at 10:30:11AM +0900, Jingoo Han wrote: > > On Friday, November 09, 2012 11:05 PM Thierry Reding wrote > > > > > > This function finds the struct backlight_device for a given device tree > > > node. A dummy function i

Re: [PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-14 Thread Thierry Reding
On Thu, Nov 15, 2012 at 10:30:11AM +0900, Jingoo Han wrote: > On Friday, November 09, 2012 11:05 PM Thierry Reding wrote > > > > This function finds the struct backlight_device for a given device tree > > node. A dummy function is provided so that it safely compiles out if OF > > support is disabl

Re: [PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-14 Thread Jingoo Han
On Friday, November 09, 2012 11:05 PM Thierry Reding wrote > > This function finds the struct backlight_device for a given device tree > node. A dummy function is provided so that it safely compiles out if OF > support is disabled. > > Signed-off-by: Thierry Reding CC'ed Andrew Morton Hi Thier

[PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-09 Thread Thierry Reding
This function finds the struct backlight_device for a given device tree node. A dummy function is provided so that it safely compiles out if OF support is disabled. Signed-off-by: Thierry Reding --- drivers/video/backlight/backlight.c | 17 + include/linux/backlight.h |

[PATCH] backlight: Add of_find_backlight_by_node() function

2012-11-07 Thread Thierry Reding
This function finds the struct backlight_device for a given device tree node. A dummy function is provided so that it safely compiles out if OF support is disabled. Signed-off-by: Thierry Reding --- drivers/video/backlight/backlight.c | 17 + include/linux/backlight.h |