Home
last modified time | relevance | path

Searched hist:"42 c3cdaa" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dma/
H A Dstm32-dma.c42c3cdaa Wed Jul 05 03:18:56 CDT 2023 Yangtao Li <frank.li@vivo.com> dmaengine: stm32-dma: 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>
Reviewed-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Tested-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20230705081856.13734-5-frank.li@vivo.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>