Re: [PATCH v8 00/11] OMAP: GPIO: Implement GPIO as platform device

2010-12-07 Thread Tony Lindgren
* Varadarajan, Charulatha ch...@ti.com [101125 04:39]: Implement OMAP GPIO module in platform device model. OMAP2+ specific GPIO module uses hwmod FW. I'll add the following patch underneath this series as otherwise some gpio_request calls will fail after this series. Regards, Tony From:

Re: [PATCH v8 00/11] OMAP: GPIO: Implement GPIO as platform device

2010-12-04 Thread Tony Lindgren
* Varadarajan, Charulatha ch...@ti.com [101202 06:08]: On Thu, Dec 2, 2010 at 15:28, Kevin Hilman khil...@deeprootsystems.com wrote: Tony, you can also add Acked-by: Kevin Hilman khil...@deeprootsystems.com OK, updated. Also made one more GPIO patch to allow us to deal with the 7xx

Re: [PATCH v8 00/11] OMAP: GPIO: Implement GPIO as platform device

2010-12-02 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Varadarajan, Charulatha ch...@ti.com [101125 04:39]: Implement OMAP GPIO module in platform device model. OMAP2+ specific GPIO module uses hwmod FW. Tested on OMAP2430, OMAP4430, OMAP3430 SDP boards, OMAP4430 Blaze board and zoom3 board. Verified

Re: [PATCH v8 00/11] OMAP: GPIO: Implement GPIO as platform device

2010-12-02 Thread Varadarajan, Charulatha
On Thu, Dec 2, 2010 at 15:28, Kevin Hilman khil...@deeprootsystems.com wrote: Tony Lindgren t...@atomide.com writes: * Varadarajan, Charulatha ch...@ti.com [101125 04:39]: Implement OMAP GPIO module in platform device model. OMAP2+ specific GPIO module uses hwmod FW. Tested on OMAP2430,

Re: [PATCH v8 00/11] OMAP: GPIO: Implement GPIO as platform device

2010-12-01 Thread Tony Lindgren
* Varadarajan, Charulatha ch...@ti.com [101125 04:39]: Implement OMAP GPIO module in platform device model. OMAP2+ specific GPIO module uses hwmod FW. Tested on OMAP2430, OMAP4430, OMAP3430 SDP boards, OMAP4430 Blaze board and zoom3 board. Verified that this patch series does not break the

[PATCH v8 00/11] OMAP: GPIO: Implement GPIO as platform device

2010-11-25 Thread Varadarajan, Charulatha
Implement OMAP GPIO module in platform device model. OMAP2+ specific GPIO module uses hwmod FW. Tested on OMAP2430, OMAP4430, OMAP3430 SDP boards, OMAP4430 Blaze board and zoom3 board. Verified that this patch series does not break the OMAP1 build. This patch series are created on top of