Re: [PATCH 05/10] rpmsg: virtio: Move virtio RPMSG structures to private header

2020-10-07 Thread Mathieu Poirier
Hi Guennadi, Apologies for the late reply, I've been away. On Wed, Sep 30, 2020 at 09:03:45AM +0200, Guennadi Liakhovetski wrote: > On Mon, Sep 21, 2020 at 06:09:55PM -0600, Mathieu Poirier wrote: > > Move structure virtiproc_info and virtio_rpmsg_channel to rpmsg_internal.h > > so that they can

Re: [PATCH 05/10] rpmsg: virtio: Move virtio RPMSG structures to private header

2020-09-30 Thread Guennadi Liakhovetski
On Mon, Sep 21, 2020 at 06:09:55PM -0600, Mathieu Poirier wrote: > Move structure virtiproc_info and virtio_rpmsg_channel to rpmsg_internal.h > so that they can be used by rpmsg_ns.c > > Signed-off-by: Mathieu Poirier > --- > drivers/rpmsg/rpmsg_internal.h | 62

Re: [PATCH 05/10] rpmsg: virtio: Move virtio RPMSG structures to private header

2020-09-22 Thread Arnaud POULIQUEN
On 9/22/20 2:09 AM, Mathieu Poirier wrote: > Move structure virtiproc_info and virtio_rpmsg_channel to rpmsg_internal.h > so that they can be used by rpmsg_ns.c > > Signed-off-by: Mathieu Poirier > --- > drivers/rpmsg/rpmsg_internal.h | 62 >

[PATCH 05/10] rpmsg: virtio: Move virtio RPMSG structures to private header

2020-09-21 Thread Mathieu Poirier
Move structure virtiproc_info and virtio_rpmsg_channel to rpmsg_internal.h so that they can be used by rpmsg_ns.c Signed-off-by: Mathieu Poirier --- drivers/rpmsg/rpmsg_internal.h | 62 drivers/rpmsg/virtio_rpmsg_bus.c | 57 - 2