From: Alex Elder Date: Mon, 21 Apr 2014 21:53:02 +0000 (-0500) Subject: ARM: bcm: use memory accessors for ioremapped area X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~45^2~6^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80eef33f4596a247fdcf7d67d54d95d9dfaf7d3;p=pandora-kernel.git ARM: bcm: use memory accessors for ioremapped area The pointer used to pass parameters to an "smc" call is produced through a call to ioremap(). As such, we should be using functions like writel() to access it. Signed-off-by: Alex Elder Reviewed-by: Tim Kryger Reviewed-by: Markus Mayer Reviewed-by: Matt Porter Signed-off-by: Matt Porter --- Reading git-diff-tree failed