]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: syscon: Use of_iomap() instead of ioremap()
authorHector Martin <marcan@marcan.st>
Mon, 23 Aug 2021 14:31:22 +0000 (23:31 +0900)
committerLee Jones <lee.jones@linaro.org>
Tue, 7 Sep 2021 07:34:08 +0000 (08:34 +0100)
commit4407ce017130a7205cf3e1dc97ce42b88115a55d
tree1ee8fcb59450d791a2fc868f0be41e7866642b26
parent00b22ce05ab0fbafeef2afcd3505e3eb59c2fbb0
mfd: syscon: Use of_iomap() instead of ioremap()

This automatically selects between ioremap() and ioremap_np() on
platforms that require it, such as Apple SoCs.

Signed-off-by: Hector Martin <marcan@marcan.st>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/syscon.c