soc: renesas: rmobile-sysc: Stop using __raw_*() I/O accessors
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 19 Nov 2020 12:52:14 +0000 (13:52 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 27 Nov 2020 13:09:37 +0000 (14:09 +0100)
commit8b6bed678428b6df66741cb0956e076d579e3891
tree263c0e3c88e900e453f9ad67e090585059e60e6d
parentcf25d802e029c31efac8bdc979236927f37183bd
soc: renesas: rmobile-sysc: 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 driver 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>
Link: https://lore.kernel.org/r/20201119125214.4065925-1-geert+renesas@glider.be
drivers/soc/renesas/rmobile-sysc.c