ARM: bcm: use memory accessors for ioremapped area
authorAlex Elder <elder@linaro.org>
Mon, 21 Apr 2014 21:53:02 +0000 (16:53 -0500)
committerMatt Porter <mporter@linaro.org>
Fri, 25 Apr 2014 12:51:31 +0000 (08:51 -0400)
commite80eef33f4596a247fdcf7d67d54d95d9dfaf7d3
tree063a27eae94039297c37348ff4ac5b49a9673700
parent1892bbcdd41b5e2582000ab21e9f6b734d005a71
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 <elder@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Matt Porter <mporter@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/mach-bcm/bcm_kona_smc.c