Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-27 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [110623 08:09]: On 6/23/2011 8:35 PM, Kevin Hilman wrote: Tony Lindgrent...@atomide.com writes: So now, the only thing OMAP-specific is the debugfs file used to trigger it. Maybe Kevin can just carry it along in the PM branch for now? I'd

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-27 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Santosh Shilimkar santosh.shilim...@ti.com [110623 08:09]: On 6/23/2011 8:35 PM, Kevin Hilman wrote: Tony Lindgrent...@atomide.com writes: So now, the only thing OMAP-specific is the debugfs file used to trigger it. Maybe Kevin can just carry it

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-27 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for PM code only and have similar functionality. Signed-off-by: Tony Lindgren t...@atomide.com Reviewed-by: Kevin Hilman khil...@ti.com Another

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-27 Thread Tony Lindgren
* Kevin Hilman khil...@ti.com [110627 09:25]: Tony Lindgren t...@atomide.com writes: * Santosh Shilimkar santosh.shilim...@ti.com [110623 08:09]: On 6/23/2011 8:35 PM, Kevin Hilman wrote: Tony Lindgrent...@atomide.com writes: So now, the only thing OMAP-specific is the debugfs file

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-27 Thread Tony Lindgren
* Kevin Hilman khil...@ti.com [110627 10:27]: Tony Lindgren t...@atomide.com writes: This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for PM code only and have similar functionality. Signed-off-by: Tony Lindgren t...@atomide.com

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-27 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@ti.com [110627 10:27]: Tony Lindgren t...@atomide.com writes: This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for PM code only and have similar functionality.

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-23 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Santosh Shilimkar santosh.shilim...@ti.com [110620 02:35]: On 6/20/2011 2:53 PM, Tony Lindgren wrote: This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for PM code only and have similar

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-23 Thread Santosh Shilimkar
On 6/23/2011 8:35 PM, Kevin Hilman wrote: Tony Lindgrent...@atomide.com writes: * Santosh Shilimkarsantosh.shilim...@ti.com [110620 02:35]: On 6/20/2011 2:53 PM, Tony Lindgren wrote: This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for

[PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-20 Thread Tony Lindgren
This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for PM code only and have similar functionality. Signed-off-by: Tony Lindgren t...@atomide.com Reviewed-by: Kevin Hilman khil...@ti.com --- arch/arm/mach-omap2/pm-debug.c | 28

Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now

2011-06-20 Thread Santosh Shilimkar
On 6/20/2011 2:53 PM, Tony Lindgren wrote: This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for PM code only and have similar functionality. Signed-off-by: Tony Lindgrent...@atomide.com Reviewed-by: Kevin Hilmankhil...@ti.com --- Kevin