arm/imx: remove cpu_is_xxx() check from __imx_ioremap()
authorShawn Guo <shawn.guo@linaro.org>
Wed, 28 Sep 2011 09:16:07 +0000 (17:16 +0800)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 4 Oct 2011 08:55:12 +0000 (10:55 +0200)
commitf548897ffc0510885af27e22a11f449fe5e0cbbd
tree0fdf27f5466df384626741edaf6f36bfc3a0d46a
parent41e7daf27a321848adcfcea9764ac8665133f3ea
arm/imx: remove cpu_is_xxx() check from __imx_ioremap()

This patch adds an ioremap hook imx_ioremap to be called in
__imx_ioremap().  Any soc that needs a customized ioremap other
than __arm_ioremap() 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/plat-mxc/include/mach/io.h
arch/arm/plat-mxc/system.c