OSDN Git Service

soc: ti: Use devm_platform_ioremap_resource()
authorYang Li <yang.lee@linux.alibaba.com>
Thu, 23 Mar 2023 08:09:52 +0000 (16:09 +0800)
committerNishanth Menon <nm@ti.com>
Tue, 28 Mar 2023 11:23:42 +0000 (06:23 -0500)
commita33bfafd99e0d1e33dfe910f751426f298a218b6
tree879922d4fba64e63da5254597350b4489ea86b23
parent00e34c94987e4fe866f12ad8eac17268c936880c
soc: ti: Use devm_platform_ioremap_resource()

According to commit 7945f929f1a7 ("drivers: provide
devm_platform_ioremap_resource()"), convert platform_get_resource(),
devm_ioremap_resource() to a single call to use
devm_platform_ioremap_resource(), as this is exactly what this function
does.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230323080952.124410-1-yang.lee@linux.alibaba.com
Signed-off-by: Nishanth Menon <nm@ti.com>
drivers/soc/ti/wkup_m3_ipc.c