[PATCH 1/8] remoteproc: introduce is_iomem to rproc_mem_entry

2020-12-21 Thread Peng Fan (OSS)
From: Peng Fan Introduce is_iomem to indicate this piece memory is iomem or not. Signed-off-by: Peng Fan --- V4: New patch include/linux/remoteproc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h index f28ee75d1005..a5f6d2d9cde

Re: [PATCH 1/8] remoteproc: introduce is_iomem to rproc_mem_entry

2020-12-21 Thread Bjorn Andersson
On Mon 21 Dec 04:06 CST 2020, Peng Fan (OSS) wrote: > From: Peng Fan > > Introduce is_iomem to indicate this piece memory is iomem or not. > Reviewed-by: Bjorn Andersson > Signed-off-by: Peng Fan > --- > > V4: > New patch > > include/linux/remoteproc.h | 2 ++ > 1 file changed, 2 insert