Re: [PATCH 15/21] backlight: Probe backlight devices on demand

2015-05-26 Thread Lee Jones
On Tue, 26 May 2015, Tomeu Vizoso wrote: > On 26 May 2015 at 10:39, Lee Jones wrote: > > On Tue, 26 May 2015, Sascha Hauer wrote: > >> On Tue, May 26, 2015 at 08:18:50AM +0100, Lee Jones wrote: > >> > On Mon, 25 May 2015, Tomeu Vizoso wrote: > >> > > >> > > When looking up a backlight device thro

Re: [PATCH 15/21] backlight: Probe backlight devices on demand

2015-05-26 Thread Tomeu Vizoso
On 26 May 2015 at 10:39, Lee Jones wrote: > On Tue, 26 May 2015, Sascha Hauer wrote: >> On Tue, May 26, 2015 at 08:18:50AM +0100, Lee Jones wrote: >> > On Mon, 25 May 2015, Tomeu Vizoso wrote: >> > >> > > When looking up a backlight device through its DT node, ensure that the >> > > corresponding

Re: [PATCH 15/21] backlight: Probe backlight devices on demand

2015-05-26 Thread Lee Jones
On Tue, 26 May 2015, Sascha Hauer wrote: > On Tue, May 26, 2015 at 08:18:50AM +0100, Lee Jones wrote: > > On Mon, 25 May 2015, Tomeu Vizoso wrote: > > > > > When looking up a backlight device through its DT node, ensure that the > > > corresponding device has been registered. > > > > > > Signed-o

Re: [PATCH 15/21] backlight: Probe backlight devices on demand

2015-05-26 Thread Sascha Hauer
On Tue, May 26, 2015 at 08:18:50AM +0100, Lee Jones wrote: > On Mon, 25 May 2015, Tomeu Vizoso wrote: > > > When looking up a backlight device through its DT node, ensure that the > > corresponding device has been registered. > > > > Signed-off-by: Tomeu Vizoso > > --- > > drivers/video/backlig

Re: [PATCH 15/21] backlight: Probe backlight devices on demand

2015-05-26 Thread Lee Jones
On Mon, 25 May 2015, Tomeu Vizoso wrote: > When looking up a backlight device through its DT node, ensure that the > corresponding device has been registered. > > Signed-off-by: Tomeu Vizoso > --- > drivers/video/backlight/backlight.c | 3 +++ > 1 file changed, 3 insertions(+) Looks reasonable