RE: [PATCH v5 1/5] omap3: pm: fix for twl4030 script load

2010-05-13 Thread Lesly Arackal Manuel
' Subject: Re: [PATCH v5 1/5] omap3: pm: fix for twl4030 script load Hi, Hi Eduardo, The load_twl4030_script() is called from twl4030_power_init() which is again called from twl_probe(), and this is getting called before omap3_idle_init(). So the scripts are loaded before

Re: [PATCH v5 1/5] omap3: pm: fix for twl4030 script load

2010-05-11 Thread Peter 'p2' De Schrijver
Hi, Hi Eduardo, The load_twl4030_script() is called from twl4030_power_init() which is again called from twl_probe(), and this is getting called before omap3_idle_init(). So the scripts are loaded before the cpuidle is initialized. Then I don't think the system will hit sys_off before

Re: [PATCH v5 1/5] omap3: pm: fix for twl4030 script load

2010-05-04 Thread Eduardo Valentin
Hello Lesly, On Mon, Apr 19, 2010 at 01:43:00PM +0200, ext Lesly A M wrote: This patch will fix the TRITON sleep/wakeup sequence. OK. Since the function to populate the sleep script is getting called always irrespective of the flag TWL4030_SLEEP_SCRIPT, other scripts data is getting over

RE: [PATCH v5 1/5] omap3: pm: fix for twl4030 script load

2010-05-04 Thread Lesly Arackal Manuel
-Original Message- From: Eduardo Valentin [mailto:eduardo.valen...@nokia.com] Sent: Tuesday, May 04, 2010 11:57 AM To: ext Lesly A M Cc: linux-omap@vger.kernel.org; Lesly A M; Nishanth Menon; David Derrick; Samuel Ortiz Subject: Re: [PATCH v5 1/5] omap3: pm: fix for twl4030 script

Re: [PATCH v5 1/5] omap3: pm: fix for twl4030 script load

2010-05-04 Thread Eduardo Valentin
; David Derrick; Samuel Ortiz Subject: Re: [PATCH v5 1/5] omap3: pm: fix for twl4030 script load Hello Lesly, On Mon, Apr 19, 2010 at 01:43:00PM +0200, ext Lesly A M wrote: This patch will fix the TRITON sleep/wakeup sequence. OK. Since the function to populate the sleep