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

2013-08-26 Thread Sekhar Nori
On Sunday 18 August 2013 10:48 AM, Lad, Prabhakar wrote: > From: KV Sujith > > 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 > p

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

2013-08-17 Thread Lad, Prabhakar
From: KV Sujith 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 struct