arm/imx: remove cpu_is_xxx() from arch_idle()
commit41e7daf27a321848adcfcea9764ac8665133f3ea
authorShawn Guo <shawn.guo@linaro.org>
Wed, 28 Sep 2011 09:16:06 +0000 (28 17:16 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 4 Oct 2011 08:55:06 +0000 (4 10:55 +0200)
tree9bc9f65b5a0b1a5b1e13ec31e2c919ca307eb559
parentddd5f51bf661f49fb5f2be371ff1cf9cfe5fa98b
arm/imx: remove cpu_is_xxx() from arch_idle()

This patch adds an idle hook imx_idle to be called in arch_idle().
Any soc that needs a customized idle implementation other than
cpu_do_idle() can set up this hook in soc specific call.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/mm-imx3.c
arch/arm/mach-imx/pm-imx27.c
arch/arm/mach-mx5/mm.c
arch/arm/mach-mx5/pm-imx5.c
arch/arm/mach-mx5/system.c
arch/arm/plat-mxc/include/mach/common.h
arch/arm/plat-mxc/include/mach/mxc.h
arch/arm/plat-mxc/include/mach/system.h
arch/arm/plat-mxc/system.c