Re: [PATCH v5 04/16] rpmsg: char: export eptdev create an destroy functions

2021-03-03 Thread Mathieu Poirier
On Wed, Mar 03, 2021 at 02:22:36PM +0100, Arnaud POULIQUEN wrote: > Hi Mathieu, > > On 3/2/21 6:57 PM, Mathieu Poirier wrote: > > Good morning, > > > > I have started to review this set - comments will be staggered over several > > days. > > > > On Fri, Feb 19, 2021 at 12:14:49PM +0100, Arnaud

Re: [PATCH v5 04/16] rpmsg: char: export eptdev create an destroy functions

2021-03-03 Thread Arnaud POULIQUEN
Hi Mathieu, On 3/2/21 6:57 PM, Mathieu Poirier wrote: > Good morning, > > I have started to review this set - comments will be staggered over several > days. > > On Fri, Feb 19, 2021 at 12:14:49PM +0100, Arnaud Pouliquen wrote: >> To prepare the split code related to the control and the

Re: [PATCH v5 04/16] rpmsg: char: export eptdev create an destroy functions

2021-03-02 Thread Mathieu Poirier
Good morning, I have started to review this set - comments will be staggered over several days. On Fri, Feb 19, 2021 at 12:14:49PM +0100, Arnaud Pouliquen wrote: > To prepare the split code related to the control and the endpoint > devices in separate files: > - suppress the dependency with the

[PATCH v5 04/16] rpmsg: char: export eptdev create an destroy functions

2021-02-19 Thread Arnaud Pouliquen
To prepare the split code related to the control and the endpoint devices in separate files: - suppress the dependency with the rpmsg_ctrldev struct, - rename and export the functions in rpmsg_char.h. Suggested-by: Mathieu Poirier Signed-off-by: Arnaud Pouliquen --- drivers/rpmsg/rpmsg_char.c