Quoting Geert Uytterhoeven (2018-03-16 06:40:14) > Hi Mike, Stephen, > > On arm32/arm64, there is no reason to use the (soon deprecated) > clk_readl()/clk_writel(), and the generic readl()/writel() should be > used in instead. > > Commit 30ad3cf00e94f4a7 ("clk: renesas: rcar-gen3-cpg: Always use > readl()/writel()") already got rid of them in the R-Car Gen3 clock > driver, but Stephen noticed that a few new users crept in recently. > > Hence this series fixes that, and replaces all other uses in the Renesas > clock drivers as a bonus. > > I plan to queue these up in clk-renesas-for-v4.17. > Ok. I'll wait for the PR. Thanks!