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

2010-06-21 Thread Varadarajan, Charulatha
@linux-foundation.org; linux-omap@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" writes: > > [...] > &g

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

2010-06-17 Thread Kevin Hilman
"Varadarajan, Charulatha" 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

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 V > > 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 >

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 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 Varadarajan, Charulatha
.@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:

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

2010-06-16 Thread Shilimkar, Santosh
ro.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 > > >

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

2010-06-15 Thread Varadarajan, Charulatha
, Rajendra; > khil...@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 V > > > > This patch adds support for handling

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 V 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.