Re: [PATCH v4 3/8] rpmsg: Move structure rpmsg_ns_msg to header file

2020-11-04 Thread Mathieu Poirier
On Tue, Nov 03, 2020 at 05:32:26PM +0100, Guennadi Liakhovetski wrote: > Hi Mathieu, > > On Tue, Oct 27, 2020 at 11:52:13AM -0600, Mathieu Poirier wrote: > > Move structure rpmsg_ns_msg to its own header file so that > > it can be used by other entities. > > > > Signed-off-by: Mathieu Poirier >

Re: [PATCH v4 3/8] rpmsg: Move structure rpmsg_ns_msg to header file

2020-11-04 Thread Guennadi Liakhovetski
A nitpick to this one: On Tue, Oct 27, 2020 at 11:52:13AM -0600, Mathieu Poirier wrote: > Move structure rpmsg_ns_msg to its own header file so that > it can be used by other entities. > > Signed-off-by: Mathieu Poirier > Reviewed-by: Arnaud Pouliquen > --- [snip] > diff --git

Re: [PATCH v4 3/8] rpmsg: Move structure rpmsg_ns_msg to header file

2020-11-03 Thread Guennadi Liakhovetski
Hi Mathieu, On Tue, Oct 27, 2020 at 11:52:13AM -0600, Mathieu Poirier wrote: > Move structure rpmsg_ns_msg to its own header file so that > it can be used by other entities. > > Signed-off-by: Mathieu Poirier > Reviewed-by: Arnaud Pouliquen > --- > drivers/rpmsg/virtio_rpmsg_bus.c | 32

[PATCH v4 3/8] rpmsg: Move structure rpmsg_ns_msg to header file

2020-10-27 Thread Mathieu Poirier
Move structure rpmsg_ns_msg to its own header file so that it can be used by other entities. Signed-off-by: Mathieu Poirier Reviewed-by: Arnaud Pouliquen --- drivers/rpmsg/virtio_rpmsg_bus.c | 32 +--- include/linux/rpmsg_ns.h | 42