]> git.ipfire.org Git - thirdparty/u-boot.git/commit
remoteproc: Extend device_to_virt with a is_iomem parameter
authorPeng Fan <peng.fan@nxp.com>
Tue, 4 Nov 2025 10:05:50 +0000 (18:05 +0800)
committerFabio Estevam <festevam@nabladev.com>
Tue, 4 Nov 2025 15:45:30 +0000 (12:45 -0300)
commite76f9a7c9720ea3be3afe4d28fa494c8535bc505
tree9f78d65421f947627315ae6fc670e28cf60e721a
parent69ba00627548feb501d1dc0915b41b606e1d8392
remoteproc: Extend device_to_virt with a is_iomem parameter

Some areas needs to be initialized by using memcpy_toio and memset_io.
Following Linux Kernel commit: 40df0a91b2a5 ("remoteproc: add is_iomem to
da_to_va"), add this to U-Boot.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/remoteproc/renesas_apmu.c
drivers/remoteproc/rproc-elf-loader.c
drivers/remoteproc/sandbox_testproc.c
drivers/remoteproc/stm32_copro.c
drivers/remoteproc/ti_k3_dsp_rproc.c
drivers/remoteproc/ti_k3_m4_rproc.c
drivers/remoteproc/ti_k3_r5f_rproc.c
include/remoteproc.h