Re: [PATCH v3] staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interface

From: Greg Kroah-Hartman
Date: Wed Nov 07 2018 - 07:09:02 EST


On Tue, Nov 06, 2018 at 01:13:19PM +0530, Nishad Kamdar wrote:
> Use the gpiod interface instead of the deprecated old non-descriptor
> interface in olpc_dcon_xo_1.c.
> ---
> Changes in v3:
> - Resolve a few compilation errors.
> Changes in v2:
> - Resolve a few compilation errors.
> - Add a level of indirection to read and write gpios.
> Signed-off-by: Nishad Kamdar <nishadkamdar@xxxxxxxxx>

The signed-off-by has to be above the --- line otherwise it will get
stripped off by git when the patch is applied :(