RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-21 Thread Varadarajan, Charulatha
@vger.kernel.org; p...@pwsan.com; Nayak, Rajendra; Basak, Partha; Shilimkar, Santosh Subject: Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init Varadarajan, Charulatha ch...@ti.com writes: [...] What does 'method' mean in that context? Maybe

Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-17 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: [...] What does 'method' mean in that context? Maybe the name should be revisited? Agree. 'method' is used throughout OMAP GPIO code. As mentioned above, this field would be removed once the whole GPIO code is cleaned up. This patch

RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-16 Thread Varadarajan, Charulatha
...@deeprootsystems.com; t...@atomide.com Subject: Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init On 6/15/2010 5:05 PM, Varadarajan, Charulatha wrote: From: Charulatha Vch...@ti.com This patch adds support for handling GPIO as a HWMOD FW adapted platform device

RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-16 Thread Shilimkar, Santosh
-foundation.org; linux- o...@vger.kernel.org; p...@pwsan.com; Nayak, Rajendra; khil...@deeprootsystems.com; t...@atomide.com; Basak, Partha Subject: RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init -Original Message- From: Cousson, Benoit Sent: Tuesday

RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-16 Thread Varadarajan, Charulatha
; khil...@deeprootsystems.com; t...@atomide.com; Basak, Partha Subject: RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Varadarajan

Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-16 Thread Cousson, Benoit
...@opensource.wolfsonmicro.com; a...@linux-foundation.org; linux- o...@vger.kernel.org; p...@pwsan.com; Nayak, Rajendra; khil...@deeprootsystems.com; t...@atomide.com; Basak, Partha Subject: RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init -Original Message- From

Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-16 Thread Cousson, Benoit
@vger.kernel.org; p...@pwsan.com; Nayak, Rajendra; khil...@deeprootsystems.com; t...@atomide.com; Basak, Partha Subject: RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow

RE: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-16 Thread Varadarajan, Charulatha
On 6/15/2010 5:05 PM, Varadarajan, Charulatha wrote: From: Charulatha Vch...@ti.com This patch adds support for handling GPIO as a HWMOD FW adapted platform device for OMAP2PLUS chips. gpio_init needs to be done before machine_init functions access gpio APIs. Hence gpio_init is

[PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-15 Thread Varadarajan, Charulatha
From: Charulatha V ch...@ti.com This patch adds support for handling GPIO as a HWMOD FW adapted platform device for OMAP2PLUS chips. gpio_init needs to be done before machine_init functions access gpio APIs. Hence gpio_init is made as a postcore_initcall. Signed-off-by: Charulatha V

Re: [PATCH 11/13 v3] OMAP: GPIO: Introduce support for OMAP2PLUS chip GPIO init

2010-06-15 Thread Benoit Cousson
On 6/15/2010 5:05 PM, Varadarajan, Charulatha wrote: From: Charulatha Vch...@ti.com This patch adds support for handling GPIO as a HWMOD FW adapted platform device for OMAP2PLUS chips. gpio_init needs to be done before machine_init functions access gpio APIs. Hence gpio_init is made as a