From: Uwe Kleine-König Date: Mon, 25 Oct 2010 09:40:30 +0000 (+0200) Subject: ARM: imx: refactor the io mapping macro X-Git-Tag: v2.6.38-rc1~38^2~3^2~88^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d7a13b18706c3328c6aac3bf782a13cabf255a;p=pandora-kernel.git ARM: imx: refactor the io mapping macro This makes it more assembler friendly and allows it to be used in situation that need an unsigned long and not a pointer. Also the naming is clearer. IOMEM is introduced without IMX_ prefix as it is used this way in more than one ARM subarch and it might become globally available soon. Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed