Re: [PATCH 2/9] rpmsg: core: add channel creation internal API

2020-08-24 Thread Mathieu Poirier
Hi Arnaud, On Fri, Jul 31, 2020 at 01:47:25PM +0200, Arnaud Pouliquen wrote: > Add the channel creation API as a first step to be able to define the > name service announcement as a rpmsg driver independent from the RPMsg > virtio bus. > > Signed-off-by: Arnaud Pouliquen > --- >

[PATCH 2/9] rpmsg: core: add channel creation internal API

2020-07-31 Thread Arnaud Pouliquen
Add the channel creation API as a first step to be able to define the name service announcement as a rpmsg driver independent from the RPMsg virtio bus. Signed-off-by: Arnaud Pouliquen --- drivers/rpmsg/rpmsg_core.c | 37 ++ drivers/rpmsg/rpmsg_internal.h |