Home
last modified time | relevance | path

Searched hist:"0 e40e5fe87f11a8d282afc0dacc8c8b4f8a57630" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/bus/
H A Dimx-weim.cdiff 0e40e5fe87f11a8d282afc0dacc8c8b4f8a57630 Sun Jul 09 15:39:44 CEST 2023 Martin Kaiser <martin@kaiser.cx> bus: imx-weim: use devm_platform_ioremap_resource

devm_platform_get_and_ioremap_resource maps a resource and returns its
physical address. If we don't need the physical address, we should call
devm_platform_ioremap_resource instead.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>