ARM: shmobile: Stop using __raw_*() I/O accessors
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 17 Nov 2020 14:24:47 +0000 (15:24 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 23 Nov 2020 08:54:59 +0000 (09:54 +0100)
commitd4a617c9bbef94e4a776901cf12c95eafd54504a
tree08847fc93cb2e3b68407703e3dc9ba3dc7d7e644
parent5705747c0c8f90aee5a433a94f58c9ffad8a5a37
ARM: shmobile: Stop using __raw_*() I/O accessors

There is no reason to keep on using the __raw_{read,write}l() I/O
accessors in Renesas ARM platform code.  Switch to using the plain
{read,write}l() I/O accessors, to have a chance that this works on
big-endian.

Suggested-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20201117142447.2205664-1-geert+renesas@glider.be
arch/arm/mach-shmobile/platsmp-scu.c
arch/arm/mach-shmobile/setup-r8a7778.c
arch/arm/mach-shmobile/setup-r8a7779.c
arch/arm/mach-shmobile/smp-r8a7779.c
arch/arm/mach-shmobile/smp-sh73a0.c