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

2018-03-12 Thread Bartlomiej Zolnierkiewicz
On Tuesday, February 06, 2018 08:31:22 AM Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches > Acked-by: Nicolas Ferre > Reviewed-by: Linus Walleij

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

2018-03-12 Thread Bartlomiej Zolnierkiewicz
On Tuesday, February 06, 2018 08:31:22 AM Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches > Acked-by: Nicolas Ferre > Reviewed-by: Linus Walleij > Reviewed-by: Andy Shevchenko Patch queued for 4.17, thanks. Best

[PATCH V2] video: fbdev: atmel_lcdfb: 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 Acked-by: Nicolas Ferre Reviewed-by: Linus Walleij Reviewed-by: Andy Shevchenko ---

[PATCH V2] video: fbdev: atmel_lcdfb: 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 Acked-by: Nicolas Ferre Reviewed-by: Linus Walleij Reviewed-by: Andy Shevchenko --- Changes - V2: - remove of_gpio.h. - move gpiod declaration to preserve reversed tree style. - use