commit | f548897ffc0510885af27e22a11f449fe5e0cbbd | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Sep 28 17:16:07 2011 +0800 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Tue Oct 04 10:55:12 2011 +0200 |
tree | 0fdf27f5466df384626741edaf6f36bfc3a0d46a | |
parent | 41e7daf27a321848adcfcea9764ac8665133f3ea [diff] |
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>