Re: [PATCHv3 4/6] ARM: OMAP3 PM: Enable IO Wake up

2012-03-02 Thread Tero Kristo
On Thu, 2012-03-01 at 14:37 -0800, Kevin Hilman wrote: Rajendra Nayak rna...@ti.com writes: On Wednesday 29 February 2012 07:56 PM, Tero Kristo wrote: From: Vishwanath BSvishwanath...@ti.com Enable IO Wake up for OMAP3 as part of PM Init. Currently this has been managed in cpuidle

Re: [PATCHv3 4/6] ARM: OMAP3 PM: Enable IO Wake up

2012-03-02 Thread Rajendra Nayak
On Friday 02 March 2012 02:49 PM, Tero Kristo wrote: On Thu, 2012-03-01 at 14:37 -0800, Kevin Hilman wrote: Rajendra Nayakrna...@ti.com writes: On Wednesday 29 February 2012 07:56 PM, Tero Kristo wrote: From: Vishwanath BSvishwanath...@ti.com Enable IO Wake up for OMAP3 as part of PM Init.

Re: [PATCHv3 4/6] ARM: OMAP3 PM: Enable IO Wake up

2012-03-01 Thread Tero Kristo
On Thu, 2012-03-01 at 12:22 +0530, Rajendra Nayak wrote: On Wednesday 29 February 2012 07:56 PM, Tero Kristo wrote: From: Vishwanath BSvishwanath...@ti.com Enable IO Wake up for OMAP3 as part of PM Init. Currently this has been managed in cpuidle path which is not the right place.

Re: [PATCHv3 4/6] ARM: OMAP3 PM: Enable IO Wake up

2012-03-01 Thread Kevin Hilman
Rajendra Nayak rna...@ti.com writes: On Wednesday 29 February 2012 07:56 PM, Tero Kristo wrote: From: Vishwanath BSvishwanath...@ti.com Enable IO Wake up for OMAP3 as part of PM Init. Currently this has been managed in cpuidle path which is not the right place. Subsequent patch will remove

[PATCHv3 4/6] ARM: OMAP3 PM: Enable IO Wake up

2012-02-29 Thread Tero Kristo
From: Vishwanath BS vishwanath...@ti.com Enable IO Wake up for OMAP3 as part of PM Init. Currently this has been managed in cpuidle path which is not the right place. Subsequent patch will remove IO Daisy chain handling in cpuidle path once daisy chain is handled as part of hwmod mux.

Re: [PATCHv3 4/6] ARM: OMAP3 PM: Enable IO Wake up

2012-02-29 Thread Paul Walmsley
Hi a quick comment on this one On Wed, 29 Feb 2012, Tero Kristo wrote: diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index e97ec3f..e6c2d39 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c @@ -793,6 +793,10 @@ static int __init

Re: [PATCHv3 4/6] ARM: OMAP3 PM: Enable IO Wake up

2012-02-29 Thread Rajendra Nayak
On Wednesday 29 February 2012 07:56 PM, Tero Kristo wrote: From: Vishwanath BSvishwanath...@ti.com Enable IO Wake up for OMAP3 as part of PM Init. Currently this has been managed in cpuidle path which is not the right place. Subsequent patch will remove IO Daisy chain handling in cpuidle path