Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-05-12 Thread Kevin Hilman
t;> Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; >> t...@atomide.com >> >> Subject: Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device >> >> > [...] >> >> > >> >> > +static int init_gpio_in

RE: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-05-12 Thread Varadarajan, Charulatha
> t...@atomide.com > >> Subject: Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device > >> [...] > >> > > >> > +static int init_gpio_info(void) > >> > +{ > >> > + gpio_bank_bits = 32; > >> > + > &g

RE: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-05-06 Thread Varadarajan, Charulatha
rulatha > >> Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; > t...@atomide.com > >> Subject: Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device > >> > >> Charulatha V writes: > >> > >> > This patch implements G

Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-05-05 Thread Tony Lindgren
* Kevin Hilman [100505 13:54]: > "Varadarajan, Charulatha" writes: > > >> -Original Message- > >> From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > > > > 2. omap_init_irq() needs to be completed before calling early_gpio_init(). > > So, if early_gpio_init() is called from omap2_i

Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-05-05 Thread Kevin Hilman
san.com; >> t...@atomide.com >> Subject: Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device >> >> Charulatha V writes: >> >> > This patch implements GPIO as a early platform device. Also it >> > implements OMAP2PLUS specific GPIO as HWMOD F

RE: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-05-04 Thread Varadarajan, Charulatha
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Saturday, May 01, 2010 5:34 AM > To: Varadarajan, Charulatha > Cc: linux-omap@vger.kernel.org; Nayak, Rajendra; p...@pwsan.com; > t...@atomide.com > Subject: Re: [PATCH 9/9] OMAP

Re: [PATCH 9/9] OMAP:GPIO: Implement GPIO as a platform device

2010-04-30 Thread Kevin Hilman
Charulatha V writes: > This patch implements GPIO as a early platform device. Also it > implements OMAP2PLUS specific GPIO as HWMOD FW adapted driver. Should include a summary explanation of why you're converting to an early platform device as well. > Inorder to convert GPIO as platform device,