Re: [PATCH v3 06/15] rpmsg: update rpmsg_chrdev_register_device function

2021-02-05 Thread Arnaud POULIQUEN
On 2/4/21 5:53 PM, Mathieu Poirier wrote: > On Thu, 4 Feb 2021 at 08:11, Arnaud POULIQUEN > wrote: >> >> >> >> On 2/4/21 1:44 PM, kernel test robot wrote: >>> Hi Arnaud, >>> >>> I love your patch! Yet something to improve: >>> >>> [auto build test ERROR on linus/master] >>> [also build test ERR

Re: [PATCH v3 06/15] rpmsg: update rpmsg_chrdev_register_device function

2021-02-04 Thread Mathieu Poirier
On Thu, 4 Feb 2021 at 08:11, Arnaud POULIQUEN wrote: > > > > On 2/4/21 1:44 PM, kernel test robot wrote: > > Hi Arnaud, > > > > I love your patch! Yet something to improve: > > > > [auto build test ERROR on linus/master] > > [also build test ERROR on v5.11-rc6 next-20210125] > > [cannot apply to r

Re: [PATCH v3 06/15] rpmsg: update rpmsg_chrdev_register_device function

2021-02-04 Thread Arnaud POULIQUEN
On 2/4/21 1:44 PM, kernel test robot wrote: > Hi Arnaud, > > I love your patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v5.11-rc6 next-20210125] > [cannot apply to rpmsg/for-next agross-msm/qcom/for-next] > [If your patch is applied to

Re: [PATCH v3 06/15] rpmsg: update rpmsg_chrdev_register_device function

2021-02-04 Thread kernel test robot
Hi Arnaud, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.11-rc6 next-20210125] [cannot apply to rpmsg/for-next agross-msm/qcom/for-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

[PATCH v3 06/15] rpmsg: update rpmsg_chrdev_register_device function

2021-02-04 Thread Arnaud Pouliquen
As driver is now the rpmsg_ioctl, rename the function. In addition, to avoid probe issue related to module dependency, move the function in the rpmsg_ctrl module. This ensure that the rpmsg_ctrl module is loaded before that the device is created. Signed-off-by: Arnaud Pouliquen --- drivers/rpmsg