Re: [PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-11-21 Thread Lee Jones
On Fri, 18 Nov 2016, Olimpiu Dejeu wrote: > Re-submission of arcxcnn backlight driver addressing the naming convention > concerns raised by Rob H. > > Signed-off-by: Olimpiu Dejeu > > --- > drivers/video/backlight/Kconfig | 7 + > drivers/video/backlight/Makefile | 1 + > drivers

Re: [PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-11-18 Thread Lee Jones
I'll give this a quick once over, but Jingoo will also need to review. On Thu, 10 Nov 2016, Olimpiu Dejeu wrote: > Resubmition of arcxcnn backlight driver addressing the naming convention > concerns raised by Rob H. This is not a commit log. It's a changelog which lives at <>. > Signed-of

[PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-11-18 Thread Olimpiu Dejeu
Re-submission of arcxcnn backlight driver addressing the naming convention concerns raised by Rob H. Signed-off-by: Olimpiu Dejeu --- drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/arcxcnn_bl.c | 541 +

[PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-11-10 Thread Olimpiu Dejeu
Resubmition of arcxcnn backlight driver addressing the naming convention concerns raised by Rob H. Signed-off-by: Olimpiu Dejeu --- drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/arcxcnn_bl.c | 541 +++

Re: [PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-11-10 Thread Lee Jones
On Wed, 09 Nov 2016, Lee Jones wrote: > Jingoo? Ah, it looks like you used the wrong address. I should have been: jingooh...@gmail.com I'll CC him from here. > On Wed, 26 Oct 2016, Olimpiu Dejeu wrote: > > > Resubmition of arcxcnn backliught driver adding devicetree entries > > for all regis

Re: [PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-11-09 Thread Lee Jones
Jingoo? On Wed, 26 Oct 2016, Olimpiu Dejeu wrote: > Resubmition of arcxcnn backliught driver adding devicetree entries > for all registers > > Signed-off-by: Olimpiu Dejeu > > --- > drivers/video/backlight/Kconfig | 7 + > drivers/video/backlight/Makefile | 1 + > drivers/video/

[PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-11-03 Thread Olimpiu Dejeu
Resubmition of arcxcnn backliught driver addressing the naming convention concerns raised by Rob H. Signed-off-by: Olimpiu Dejeu --- drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/arcxcnn_bl.c | 541 +

[PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-10-26 Thread Olimpiu Dejeu
Resubmition of arcxcnn backliught driver adding devicetree entries for all registers Signed-off-by: Olimpiu Dejeu --- drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/arcxcnn_bl.c | 541 +++ incl

Re: [PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-09-29 Thread Mark Rutland
On Thu, Sep 29, 2016 at 12:34:39PM -0400, Olimpiu Dejeu wrote: > Resubmition of arcxcnn backliught driver adding definitions of the > internal registers of the chip. s/backliught/backlight/ [...] > +#ifdef CONFIG_OF > +static int arcxcnn_parse_dt(struct arcxcnn *lp) > +{ > + struct device

[PATCH 1/2] backlight: arcxcnn: add support for ArticSand devices

2016-09-29 Thread Olimpiu Dejeu
Resubmition of arcxcnn backliught driver adding definitions of the internal registers of the chip. Signed-off-by: Olimpiu Dejeu --- drivers/video/backlight/Kconfig | 7 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/arcxcnn_bl.c | 527 ++