Re: [PATCH V2 3/4] remoteproc: imx: move memory parsing to rproc_ops

2021-04-07 Thread Mathieu Poirier
On Tue, Mar 30, 2021 at 01:30:34PM +0800, peng@oss.nxp.com wrote: > From: Peng Fan > > Use the rproc_ops::prepare() hook for doing memory resources > reallocation when reattach an remote procesor. s/when reattach an remote/when reattaching a remote/ > > Suggested-by: Mathieu Poirier >

Re: [PATCH V2 3/4] remoteproc: imx: move memory parsing to rproc_ops

2021-04-07 Thread Mathieu Poirier
On Tue, Mar 30, 2021 at 01:30:34PM +0800, peng@oss.nxp.com wrote: > From: Peng Fan > > Use the rproc_ops::prepare() hook for doing memory resources > reallocation when reattach an remote procesor. > > Suggested-by: Mathieu Poirier > Signed-off-by: Peng Fan > --- >

[PATCH V2 3/4] remoteproc: imx: move memory parsing to rproc_ops

2021-03-29 Thread peng . fan
From: Peng Fan Use the rproc_ops::prepare() hook for doing memory resources reallocation when reattach an remote procesor. Suggested-by: Mathieu Poirier Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git