[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e6ef7616-d64d-9ad7-753a-6a7ab2e0b817@foss.st.com>
Date: Thu, 20 Apr 2023 09:10:24 +0200
From: Arnaud POULIQUEN <arnaud.pouliquen@...s.st.com>
To: Sarannya S <quic_sarannya@...cinc.com>,
<quic_bjorande@...cinc.com>, <swboyd@...omium.org>,
<quic_clew@...cinc.com>, <mathieu.poirier@...aro.org>
CC: <linux-kernel@...r.kernel.org>, <linux-arm-msm@...r.kernel.org>,
<linux-remoteproc@...r.kernel.org>
Subject: Re: [PATCH V6 0/3] rpmsg signaling/flowcontrol patches
Hello Sarannya,
On 4/20/23 08:21, Sarannya S wrote:
> Added new IOCTLS- RPMSG_GET_OUTGOING_FLOWCONTROL and RPMSG_SET_INCOMING_FLOWCONTROL
> to get/set the rpmsg char device's flow control signal.
> Updated the cmd name 'RPM_CMD_SIGNALS' to 'GLINK_CMD_SIGNALS'.
> Changed 'remote_flow' to bool type, and updated it's evaluation.
> Updated evaluation of 'set' in rpmsg_char as 'set = !!arg'.
> Add destination address of endpoint as parameter in rpmsg_set_flow_control.
> Addressed review comments to change variable names/descriptions.
>
> Chris Lew (2):
> rpmsg: glink: Add support to handle signals command
> rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support
>
> Deepak Kumar Singh (1):
> rpmsg: core: Add signal API support
Please increase the version each time you push an update, otherwise it is very
difficult to track the update.
So this one should be V7
It is also helpful for reviewers and maintainers to include in your cover-letter
a summary of the changes from the previous version.
Regards,
Arnaud
>
> drivers/rpmsg/qcom_glink_native.c | 64 +++++++++++++++++++++++++++++++++++++++
> drivers/rpmsg/rpmsg_char.c | 49 ++++++++++++++++++++++++++----
> drivers/rpmsg/rpmsg_core.c | 21 +++++++++++++
> drivers/rpmsg/rpmsg_internal.h | 2 ++
> include/linux/rpmsg.h | 15 +++++++++
> include/uapi/linux/rpmsg.h | 11 ++++++-
> 6 files changed, 155 insertions(+), 7 deletions(-)
>
Powered by blists - more mailing lists