Home
last modified time | relevance | path

Searched hist:"376 b1446" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/devfreq/event/
H A Dexynos-ppmu.c376b1446 Tue Mar 28 00:38:53 CDT 2023 Yang Li <yang.lee@linux.alibaba.com> PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource()

According to commit 890cc39a8799 ("drivers: provide
devm_platform_get_and_ioremap_resource()"), convert
platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>