commit | 8b6bed678428b6df66741cb0956e076d579e3891 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Thu Nov 19 13:52:14 2020 +0100 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Fri Nov 27 14:09:37 2020 +0100 |
tree | 263c0e3c88e900e453f9ad67e090585059e60e6d | |
parent | cf25d802e029c31efac8bdc979236927f37183bd [diff] |
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