| Submitter | Fabio Estevam |
|---|---|
| Date | Feb. 1, 2013, 3:49 p.m. |
| Message ID | <1359733797-19538-1-git-send-email-festevam@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/217507/ |
| State | New |
| Headers | show |
Comments
On Fri, Feb 01, 2013 at 01:49:57PM -0200, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@freescale.com> > > Enable CONFIG_CPU_IDLE, so that suspend/resume can be tested on mxs platforms. > I do not think suspend depends on CONFIG_CPU_IDLE to work. Can you investigate the root cause why suspend does not work without enabling CONFIG_CPU_IDLE? Shawn
On Sun, Feb 3, 2013 at 8:41 AM, Shawn Guo <shawn.guo@linaro.org> wrote: > I do not think suspend depends on CONFIG_CPU_IDLE to work. Can you > investigate the root cause why suspend does not work without enabling > CONFIG_CPU_IDLE? Ok, I managed to get suspend/resume working without turning on CONFIG_CPU_IDLE. Will send the patch soon.
Patch
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 7bf5351..7bf9aba 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -29,6 +29,7 @@ CONFIG_HIGH_RES_TIMERS=y CONFIG_PREEMPT_VOLUNTARY=y CONFIG_AEABI=y CONFIG_AUTO_ZRELADDR=y +CONFIG_CPU_IDLE=y CONFIG_FPE_NWFPE=y CONFIG_NET=y CONFIG_PACKET=y