Re: [PATCH v5 07/16] rpmsg: update rpmsg_chrdev_register_device function

2021-03-03 Thread Mathieu Poirier
On Fri, Feb 19, 2021 at 12:14:52PM +0100, Arnaud Pouliquen wrote: > As driver is now the rpmsg_ioctl, rename the function. > In addition, initialize the rpdev addresses to RPMSG_ADDR_ANY as not > defined. This patch works but the changelog needs a rework. The title reflects the essence of changes

[PATCH v5 07/16] rpmsg: update rpmsg_chrdev_register_device function

2021-02-19 Thread Arnaud Pouliquen
As driver is now the rpmsg_ioctl, rename the function. In addition, initialize the rpdev addresses to RPMSG_ADDR_ANY as not defined. Signed-off-by: Arnaud Pouliquen --- drivers/rpmsg/qcom_glink_native.c | 2 +- drivers/rpmsg/qcom_smd.c | 2 +- drivers/rpmsg/rpmsg_ctrl.c| 2 +-