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

2013-08-27 Thread Sekhar Nori
On 8/18/2013 10:49 AM, Lad, Prabhakar wrote: > From: Philip Avinash > > 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 > Acked-by: Linus Walleij > [nsek...

[PATCH v3 4/7] ARM: davinci: devices.c: support gpio platform device

2013-08-17 Thread Lad, Prabhakar
From: Philip Avinash 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 Acked-by: Linus Walleij [nsek...@ti.com: move function declaration to local header, simplify co