[PATCH V6 09/10] remoteproc: imx_rproc: ignore mapping vdev regions

2021-01-12 Thread peng . fan
From: Peng Fan vdev regions are vdev0vring0, vdev0vring1, vdevbuffer and similar. They are handled by remoteproc common code, no need to map in imx rproc driver. Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/remoteproc

Re: [PATCH V6 09/10] remoteproc: imx_rproc: ignore mapping vdev regions

2021-01-14 Thread Mathieu Poirier
On Tue, Jan 12, 2021 at 05:39:18PM +0800, peng@nxp.com wrote: > From: Peng Fan > > vdev regions are vdev0vring0, vdev0vring1, vdevbuffer and similar. > They are handled by remoteproc common code, no need to map in imx > rproc driver. > > Signed-off-by: Peng Fan > --- > drivers/remoteproc/i