Re: [PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Linus Walleij
On Mon, Feb 5, 2018 at 9:23 AM, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches The subject should probably indicate that you're patching the Atmel

Re: [PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Linus Walleij
On Mon, Feb 5, 2018 at 9:23 AM, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches The subject should probably indicate that you're patching the Atmel driver. Anyways: Reviewed-by: Linus Walleij Thanks for doing this.

Re: [PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Nicolas Ferre
On 05/02/2018 at 09:23, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre Thanks! > --- > drivers/video/fbdev/atmel_lcdfb.c | 30

Re: [PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Nicolas Ferre
On 05/02/2018 at 09:23, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre Thanks! > --- > drivers/video/fbdev/atmel_lcdfb.c | 30 -- > 1 file changed, 12

[PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Ludovic Desroches
Use GPIO descriptors instead of relying on the old method. Signed-off-by: Ludovic Desroches --- drivers/video/fbdev/atmel_lcdfb.c | 30 -- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git

[PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Ludovic Desroches
Use GPIO descriptors instead of relying on the old method. Signed-off-by: Ludovic Desroches --- drivers/video/fbdev/atmel_lcdfb.c | 30 -- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/drivers/video/fbdev/atmel_lcdfb.c