From: Arnd Bergmann Date: Fri, 14 Sep 2012 20:14:01 +0000 (+0000) Subject: ARM: imx: use __iomem pointers for MMIO X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~64^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25d696aed301a38f744d6e4f661e45736a12a1c;p=pandora-kernel.git ARM: imx: use __iomem pointers for MMIO ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. This found a bug in mach-armadillo5x0.c, where we attempt mmio on the MXC_CCM_RCSR address that is currently defined to 0xc and consequently causes an illegal address access. Signed-off-by: Arnd Bergmann Cc: Sascha Hauer Cc: Shawn Guo --- Reading git-diff-tree failed