Re: [PATCH 1/3] ARM: imx: enable anatop suspend/resume

2013-03-20 Thread Shawn Guo
On Wed, Mar 20, 2013 at 04:45:54PM -0400, Anson Huang wrote: > > > +void imx_anatop_pre_suspend(void) > > > > static? > This function will be called outside this file, so we can NOT use static here. Sorry, I mistakenly put the comment there. Shawn -- To unsubscribe from this list: send the line

Re: [PATCH 1/3] ARM: imx: enable anatop suspend/resume

2013-03-20 Thread Anson Huang
On Wed, Mar 20, 2013 at 03:29:33PM +0800, Shawn Guo wrote: > On Wed, Mar 20, 2013 at 01:39:38PM -0400, Anson Huang wrote: > > anatop module have sereval configurations for user > > to reduce the power consumption in suspend, provide > > suspend/resume interface for further use and enable > > fet_od

Re: [PATCH 1/3] ARM: imx: enable anatop suspend/resume

2013-03-20 Thread Shawn Guo
On Wed, Mar 20, 2013 at 01:39:38PM -0400, Anson Huang wrote: > anatop module have sereval configurations for user > to reduce the power consumption in suspend, provide > suspend/resume interface for further use and enable > fet_odrive to reduce CORE LDO leakage during suspend. > > Signed-off-by: A

[PATCH 1/3] ARM: imx: enable anatop suspend/resume

2013-03-19 Thread Anson Huang
anatop module have sereval configurations for user to reduce the power consumption in suspend, provide suspend/resume interface for further use and enable fet_odrive to reduce CORE LDO leakage during suspend. Signed-off-by: Anson Huang --- arch/arm/mach-imx/Kconfig |4 arch/arm/mac