Re: [PATCH v3 3/7] ARM: davinci: da8xx: support gpio platform device

From: Sekhar Nori
Date: Mon Aug 26 2013 - 07:00:31 EST


On Sunday 18 August 2013 10:48 AM, Lad, Prabhakar wrote:
> From: KV Sujith <sujithkv@xxxxxx>
>
> DaVinci GPIO driver now uses platform device model.
> Convert DA8XX SoC code to use the new model.
>
> - Add Memory and IRQ resources for da8xx
> - Add da8xx_register_gpio API to create platform device for da8xx
> platforms.
> - Removed unused GPIO initialization in davinci_soc_info structure
>
> Signed-off-by: KV Sujith <sujithkv@xxxxxx>
> Signed-off-by: Philip Avinash <avinashphilip@xxxxxx>
> Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> [nsekhar@xxxxxx: simplify commit message]
> Signed-off-by: Sekhar Nori <nsekhar@xxxxxx>
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@xxxxxxxxx>

Parts of 5/7 which touch SoC specific portion can be merged into this
patch. I did that for you and here is the result.

Thanks,
Sekhar