RE: [PATCH V6 10/10] remoteproc: imx_proc: enable virtio/mailbox

2021-01-14 Thread Peng Fan
> Subject: Re: [PATCH V6 10/10] remoteproc: imx_proc: enable virtio/mailbox > > On Tue, Jan 12, 2021 at 05:39:19PM +0800, peng@nxp.com wrote: > > From: Peng Fan > > > > Use virtio/mailbox to build connection between Remote Proccessors and > > Linux. Add work

Re: [PATCH V6 10/10] remoteproc: imx_proc: enable virtio/mailbox

2021-01-14 Thread Mathieu Poirier
On Tue, Jan 12, 2021 at 05:39:19PM +0800, peng@nxp.com wrote: > From: Peng Fan > > Use virtio/mailbox to build connection between Remote Proccessors > and Linux. Add work queue to handle incoming messages. > > Reviewed-by: Richard Zhu > Signed-off-by: Peng Fan > --- >

[PATCH V6 10/10] remoteproc: imx_proc: enable virtio/mailbox

2021-01-12 Thread peng . fan
From: Peng Fan Use virtio/mailbox to build connection between Remote Proccessors and Linux. Add work queue to handle incoming messages. Reviewed-by: Richard Zhu Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 115 - 1 file changed, 112