Re: [PATCH 08/10] rpmsg: core: Add RPMSG byte conversion operations

2020-09-30 Thread Guennadi Liakhovetski
On Mon, Sep 21, 2020 at 06:09:58PM -0600, Mathieu Poirier wrote: > Add RPMSG device specific byte conversion operations as a first > step to separate the RPMSG name space service from the virtIO > transport layer. > > Signed-off-by: Mathieu Poirier > --- > drivers/rpmsg/rpmsg_core.c | 51

Re: [PATCH 08/10] rpmsg: core: Add RPMSG byte conversion operations

2020-09-23 Thread Dan Carpenter
Hi Mathieu, url: https://github.com/0day-ci/linux/commits/Mathieu-Poirier/rpmsg-Make-RPMSG-name-service-modular/20200922-081745 base:b10b8ad862118bf42c28a98b0f067619aadcfb23 config: i386-randconfig-m021-20200923 (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 If you fix the

Re: [PATCH 08/10] rpmsg: core: Add RPMSG byte conversion operations

2020-09-22 Thread Mathieu Poirier
On Tue, Sep 22, 2020 at 04:34:53PM +0200, Arnaud POULIQUEN wrote: > > > On 9/22/20 2:09 AM, Mathieu Poirier wrote: > > Add RPMSG device specific byte conversion operations as a first > > step to separate the RPMSG name space service from the virtIO > > transport layer. > > > > Signed-off-by:

Re: [PATCH 08/10] rpmsg: core: Add RPMSG byte conversion operations

2020-09-22 Thread Arnaud POULIQUEN
On 9/22/20 2:09 AM, Mathieu Poirier wrote: > Add RPMSG device specific byte conversion operations as a first > step to separate the RPMSG name space service from the virtIO > transport layer. > > Signed-off-by: Mathieu Poirier > --- > drivers/rpmsg/rpmsg_core.c | 51

Re: [PATCH 08/10] rpmsg: core: Add RPMSG byte conversion operations

2020-09-21 Thread Randy Dunlap
On 9/21/20 5:09 PM, Mathieu Poirier wrote: > +/** Hi, This block is not in kernel-doc format, so the comment block should not begin with /**. > + * rpmsg{16|32}_to_cpu() > + * cpu_to_rpmsg[16|32}() - rpmsg device specific byte conversion functions to > + * perform byte

[PATCH 08/10] rpmsg: core: Add RPMSG byte conversion operations

2020-09-21 Thread Mathieu Poirier
Add RPMSG device specific byte conversion operations as a first step to separate the RPMSG name space service from the virtIO transport layer. Signed-off-by: Mathieu Poirier --- drivers/rpmsg/rpmsg_core.c | 51 ++ drivers/rpmsg/rpmsg_internal.h | 12