Searched hist:"2 d357f25663ddfef47ffe26da21155302153d168" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-dove.c | diff 2d357f25663ddfef47ffe26da21155302153d168 Tue Jul 04 14:47:40 CEST 2023 Yangtao Li <frank.li@vivo.com> pinctrl: mvebu: Use 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: Yangtao Li <frank.li@vivo.com> Link: https://lore.kernel.org/r/20230704124742.9596-2-frank.li@vivo.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|