22 Oct
2019
22 Oct
'19
6:39 p.m.
On Fri, Oct 18, 2019 at 05:41:47PM +0200, Arnd Bergmann wrote:
To avoid dereferencing hardwired constant pointers from a global header file, change the driver to use devm_platform_ioremap_resource for getting an __iomem pointer, and then using readl/writel on that.
Acked-by: Mark Brown broonie@kernel.org