Re: OMAP35x GP TIMER as a wakeup trigger

2009-04-28 Thread Ashwin Bihari
On Mon, Apr 27, 2009 at 6:17 PM, Kevin Hilman wrote: > Ashwin Bihari writes: > >> I need to implement a timer as a wake up trigger while my custom board >> is in the suspended state. I read in the TRM that all of the GPTIMERs >> have the capability of generating a wake up interrupt. I'm using the

Re: OMAP35x GP TIMER as a wakeup trigger

2009-04-27 Thread Kevin Hilman
Ashwin Bihari writes: > I need to implement a timer as a wake up trigger while my custom board > is in the suspended state. I read in the TRM that all of the GPTIMERs > have the capability of generating a wake up interrupt. I'm using the > 2.6.28-rc8 PM Kernel which contains the patch to enable a

RE: OMAP35x GP TIMER as a wakeup trigger

2009-04-27 Thread Dasgupta, Romit
Ashwin, Please see below: >Could someone familiar with this scheme quickly elaborate all the >steps that I need to go through to get the system to come out of >suspend purely on the timer? Is it is just enough to setup the timer >correctly, enable the interrupt in the appropriate regi

Re: OMAP35x GP TIMER as a wakeup trigger

2009-04-27 Thread Ashwin Bihari
On Mon, Apr 27, 2009 at 12:08 PM, Premi, Sanjeev wrote: >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org >> [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Ashwin Bihari >> Sent: Monday, April 27, 2009 9:20 PM >> To: linux-omap@vger.kernel.org Mailing List >> Subject:

RE: OMAP35x GP TIMER as a wakeup trigger

2009-04-27 Thread Premi, Sanjeev
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Ashwin Bihari > Sent: Monday, April 27, 2009 9:20 PM > To: linux-omap@vger.kernel.org Mailing List > Subject: OMAP35x GP TIMER as a wakeup trigger > > Greetings, > > I n