Re: [PATCHv6 9/9] OMAP3: PM: Added support for suspending to INACTIVE state

2010-03-09 Thread Kevin Hilman
writes: > > >>-Original Message- >>From: ext Kevin Hilman [mailto:khil...@deeprootsystems.com] >>Sent: 08 March, 2010 19:16 >>To: Kristo Tero (Nokia-D/Tampere) >>Cc: linux-omap@vger.kernel.org >>Subject: Re: [PATCHv6 9/9] OMAP3: PM: Added s

RE: [PATCHv6 9/9] OMAP3: PM: Added support for suspending to INACTIVE state

2010-03-09 Thread Tero.Kristo
>-Original Message- >From: ext Kevin Hilman [mailto:khil...@deeprootsystems.com] >Sent: 08 March, 2010 19:16 >To: Kristo Tero (Nokia-D/Tampere) >Cc: linux-omap@vger.kernel.org >Subject: Re: [PATCHv6 9/9] OMAP3: PM: Added support for >suspending to INAC

Re: [PATCHv6 9/9] OMAP3: PM: Added support for suspending to INACTIVE state

2010-03-08 Thread Kevin Hilman
writes: [...] > True, ancient info there. OFF for example has been supported for ages already. > >> >> >>> + if (state != PWRDM_POWER_INACTIVE) >>> + while (!(pwrdm->pwrsts & (1 << state))) { >>> + if (state == PWRDM_POWER_OFF) >>> + return

RE: [PATCHv6 9/9] OMAP3: PM: Added support for suspending to INACTIVE state

2010-03-02 Thread Tero.Kristo
>-Original Message- >From: ext Kevin Hilman [mailto:khil...@deeprootsystems.com] >Sent: 02 March, 2010 01:43 >To: Kristo Tero (Nokia-D/Tampere) >Cc: linux-omap@vger.kernel.org >Subject: Re: [PATCHv6 9/9] OMAP3: PM: Added support for >suspending to INACTIVE state &

Re: [PATCHv6 9/9] OMAP3: PM: Added support for suspending to INACTIVE state

2010-03-01 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > With the new support functions this is now possible. Suspending to INACTIVE > is useful for testing purposes. > > Signed-off-by: Tero Kristo > --- > arch/arm/mach-omap2/pm34xx.c | 11 ++- > 1 files changed, 6 insertions(+), 5 deletions(-) >

[PATCHv6 9/9] OMAP3: PM: Added support for suspending to INACTIVE state

2010-02-12 Thread Tero Kristo
From: Tero Kristo With the new support functions this is now possible. Suspending to INACTIVE is useful for testing purposes. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/pm34xx.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/pm34x