> -----Original Message-----
> From: Tony Lindgren [mailto:t...@atomide.com]
> Sent: Tuesday, March 29, 2011 2:31 AM
> To: Santosh Shilimkar
> Cc: linux-omap@vger.kernel.org; khil...@ti.com; rna...@ti.com;
> linux-arm-ker...@lists.infradead.org
> Subject: Re: [pm-core][PATCH v3 14/21] OMAP4: pm-debug: Add wakeup
> timer and debug counters
>
> * Santosh Shilimkar <santosh.shilim...@ti.com> [110328 02:21]:
> > --- a/arch/arm/mach-omap2/pm-debug.c
> > +++ b/arch/arm/mach-omap2/pm-debug.c
> > @@ -40,6 +41,11 @@ static int omap4_pm_suspend(void)
> >     int state, ret = 0;
> >     u32 cpu_id = smp_processor_id();
> >
> > +   /* Wakeup timer from suspend */
> > +   if (wakeup_timer_seconds || wakeup_timer_milliseconds)
> > +           omap2_pm_wakeup_on_timer(wakeup_timer_seconds,
> > +                                    wakeup_timer_milliseconds);
> > +
> >     /* Save current powerdomain state */
> >     list_for_each_entry(pwrst, &pwrst_list, node) {
> >             pwrst->saved_state = pwrdm_read_next_pwrst(pwrst-
> >pwrdm);
>
> This hack to mess diretly with sys_timer will be ripped out,
> so please drop this patch.
>
Ok.

> In the long run we'll have dmtimer1 dedicated to the PM code,
> so then it's possible to do similar things.
>

Regards,
Santosh
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to