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 khil...@deeprootsystems.com wrote: Ashwin Bihari abih...@gmail.com 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

OMAP35x GP TIMER as a wakeup trigger

2009-04-27 Thread Ashwin Bihari
Greetings, 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 all the GPTIMERS as

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 need

Re: OMAP35x GP TIMER as a wakeup trigger

2009-04-27 Thread Ashwin Bihari
: OMAP35x GP TIMER as a wakeup trigger Greetings, 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

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

Re: OMAP35x GP TIMER as a wakeup trigger

2009-04-27 Thread Kevin Hilman
Ashwin Bihari abih...@gmail.com 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