Re: [PATCH 2/8] remoteproc: add is_iomem to da_to_va

2020-12-21 Thread Bjorn Andersson
On Mon 21 Dec 04:06 CST 2020, Peng Fan (OSS) wrote: > From: Peng Fan > > Introduce an extra parameter is_iomem to da_to_va, then the caller > could take the memory as normal memory or io mapped memory. > Reviewed-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Peng Fan > --- > > V4:

[PATCH 2/8] remoteproc: add is_iomem to da_to_va

2020-12-21 Thread Peng Fan (OSS)
From: Peng Fan Introduce an extra parameter is_iomem to da_to_va, then the caller could take the memory as normal memory or io mapped memory. Signed-off-by: Peng Fan --- V4: New patch drivers/remoteproc/imx_rproc.c | 2 +- drivers/remoteproc/ingenic_rproc.c | 2 +-