Re: [PATCH v3 4/7] ARM: davinci: devices.c: support gpio platformdevice

From: Sekhar Nori
Date: Tue Aug 27 2013 - 15:37:51 EST


On 8/18/2013 10:49 AM, Lad, Prabhakar wrote:
> From: Philip Avinash <avinashphilip@xxxxxx>
>
> DaVinci GPIO driver now uses platform device model.
> Add a GPIO platform register API to convert the
> traditional DaVinci SoCs to use the new model.
>
> Signed-off-by: Philip Avinash <avinashphilip@xxxxxx>
> Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> [nsekhar@xxxxxx: move function declaration to local header,
> simplify commit message]
> Signed-off-by: Sekhar Nori <nsekhar@xxxxxx>
> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@xxxxxxxxx>

Similar to what was done for the DA8XX part, the SoC specific parts
from 6/7 can be merged into this. This way 6/7 is just board changes.

I did that for you and here is the result.

Thanks,
Sekhar

---8<---