Re: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-26 Thread Kevin Hilman
ch...@ti.com writes: > From: Charulatha V > > During initialization, GPIO module is reset using soft reset bit > of SYSCONFIG register > > Signed-off-by: Charulatha V > --- > arch/arm/plat-omap/gpio.c | 12 +++- > 1 files changed, 11 insertions(+), 1 deletions(-) > > diff --git a/arch

RE: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-26 Thread Varadarajan, Charu Latha
snippet- >> i guess cpu_relax() is better here. >> >> I guess cpu_relax is not required because this part of code is called >> only >> >> from >> >> board file during boot-up. Hence this would be the only code to be >> >> executed. >> What is your opinion on

RE: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-26 Thread Menon, Nishanth
> -Original Message- > From: Varadarajan, Charu Latha > Sent: Monday, October 26, 2009 5:52 AM > To: Menon, Nishanth; m...@felipebalbi.com > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH] [OMAP] GPIO Module is reset during initialization > > -snippet

RE: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-26 Thread Varadarajan, Charu Latha
-snippet && attemp) > +udelay(1); i guess cpu_relax() is better here. >> I guess cpu_relax is not required because this part of code is called only >> from >> board file during boot-up. Hence this would be the only code to be >> executed. Wha

RE: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-26 Thread Menon, Nishanth
> From: Varadarajan, Charu Latha > Sent: Monday, October 26, 2009 4:26 AM > To: Menon, Nishanth; m...@felipebalbi.com > > >Felipe Balbi had written, on 10/23/2009 05:56 PM, the following: > >> On Fri, Oct 23, 2009 at 09:25:29PM +0530, ch...@ti.com wrote: > >>> From: Charulatha V > >>> > >>> Durin

RE: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-26 Thread Varadarajan, Charu Latha
>Felipe Balbi had written, on 10/23/2009 05:56 PM, the following: >> On Fri, Oct 23, 2009 at 09:25:29PM +0530, ch...@ti.com wrote: >>> From: Charulatha V >>> >>> During initialization, GPIO module is reset using soft reset bit >>> of SYSCONFIG register >>> >>> Signed-off-by: Charulatha V >>> ---

Re: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-23 Thread Nishanth Menon
Felipe Balbi had written, on 10/23/2009 05:56 PM, the following: On Fri, Oct 23, 2009 at 09:25:29PM +0530, ch...@ti.com wrote: From: Charulatha V During initialization, GPIO module is reset using soft reset bit of SYSCONFIG register Signed-off-by: Charulatha V --- arch/arm/plat-omap/gpio.c

Re: [PATCH] [OMAP] GPIO Module is reset during initialization

2009-10-23 Thread Felipe Balbi
On Fri, Oct 23, 2009 at 09:25:29PM +0530, ch...@ti.com wrote: > From: Charulatha V > > During initialization, GPIO module is reset using soft reset bit > of SYSCONFIG register > > Signed-off-by: Charulatha V > --- > arch/arm/plat-omap/gpio.c | 12 +++- > 1 files changed, 11 insertion