Re: [PATCH v2 2/3] backlight: tdo24m: add the reset line gpio

2018-01-03 Thread Daniel Thompson
On Sun, Dec 24, 2017 at 12:55:55PM +0100, Robert Jarzmik wrote: > Robert Jarzmik writes: > > > Daniel Thompson writes: > > > >> On Fri, Oct 13, 2017 at 09:42:48PM +0200, Robert Jarzmik wrote: > >> Also, this adds a new optional property, doesn't the devicetree binding > >> docs need to be updat

Re: [PATCH v2 2/3] backlight: tdo24m: add the reset line gpio

2017-12-24 Thread Robert Jarzmik
Robert Jarzmik writes: > Daniel Thompson writes: > >> On Fri, Oct 13, 2017 at 09:42:48PM +0200, Robert Jarzmik wrote: >> Also, this adds a new optional property, doesn't the devicetree binding >> docs need to be update to match this? > Ah yes, that too. I'll add it for v3. Actually I won't ...

Re: [PATCH v2 2/3] backlight: tdo24m: add the reset line gpio

2017-12-17 Thread Daniel Thompson
On Sat, Dec 16, 2017 at 12:39:50PM +0100, Robert Jarzmik wrote: > Daniel Thompson writes: > > On Fri, Oct 13, 2017 at 09:42:48PM +0200, Robert Jarzmik wrote: > >> The Toppoly panels have a global reset line. Add an optional gpio > >> control for this line, for platforms which have the ability to d

Re: [PATCH v2 2/3] backlight: tdo24m: add the reset line gpio

2017-12-16 Thread Robert Jarzmik
Daniel Thompson writes: > On Fri, Oct 13, 2017 at 09:42:48PM +0200, Robert Jarzmik wrote: >> The Toppoly panels have a global reset line. Add an optional gpio >> control for this line, for platforms which have the ability to drive it. >> >> Signed-off-by: Robert Jarzmik >> --- >> drivers/video

Re: [PATCH v2 2/3] backlight: tdo24m: add the reset line gpio

2017-12-15 Thread Daniel Thompson
On Fri, Oct 13, 2017 at 09:42:48PM +0200, Robert Jarzmik wrote: > The Toppoly panels have a global reset line. Add an optional gpio > control for this line, for platforms which have the ability to drive it. > > Signed-off-by: Robert Jarzmik > --- > drivers/video/backlight/tdo24m.c | 3 +++ > 1 f

[PATCH v2 2/3] backlight: tdo24m: add the reset line gpio

2017-10-13 Thread Robert Jarzmik
The Toppoly panels have a global reset line. Add an optional gpio control for this line, for platforms which have the ability to drive it. Signed-off-by: Robert Jarzmik --- drivers/video/backlight/tdo24m.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/video/backlight/tdo24m.c b/