Re: [PATCH v4 3/6] rpmsg: add rpmsg support for mt8183 SCP.

2019-02-04 Thread Matthias Kaehlcke
Hi Pi-Hsun, On Thu, Jan 31, 2019 at 05:31:28PM +0800, Pi-Hsun Shih wrote: > Add a simple rpmsg support for mt8183 SCP, that use IPI / IPC directly. > > Signed-off-by: Pi-Hsun Shih > --- > Changes from v3: > - Change from unprepare to stop, to stop the rpmsg driver before the >rproc is stopp

[PATCH v4 3/6] rpmsg: add rpmsg support for mt8183 SCP.

2019-01-31 Thread Pi-Hsun Shih
Add a simple rpmsg support for mt8183 SCP, that use IPI / IPC directly. Signed-off-by: Pi-Hsun Shih --- Changes from v3: - Change from unprepare to stop, to stop the rpmsg driver before the rproc is stopped, avoiding problem that some rpmsg would fail after rproc is stopped. - Add missing