Quoting Geert Uytterhoeven (2020-11-19 04:50:53) > 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@xxxxxxxxxx> > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- Note that this now includes a barrier. It wasn't mentioned in the commit text so I'm just mentioning it now in case having a barrier now causes some sort of problem, which is highly unlikely. Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxx>