public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V6 0/3] rpmsg signaling/flowcontrol patches
@ 2023-04-19 13:53 Sarannya S
  2023-04-19 13:53 ` [PATCH V6 1/3] rpmsg: core: Add signal API support Sarannya S
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sarannya S @ 2023-04-19 13:53 UTC (permalink / raw)
  To: quic_bjorande, arnaud.pouliquen, swboyd, quic_clew,
	mathieu.poirier
  Cc: linux-kernel, linux-arm-msm, linux-remoteproc, Sarannya S

Added new IOCTLS- RPMSG_GET_OUTGOING_FLOWCONTROL and RPMSG_SET_INCOMING_FLOWCONTROL
to get/set the rpmsg char device's flow control signal.
Update the cmd name 'RPM_CMD_SIGNALS' to 'GLINK_CMD_SIGNALS'.
Changed 'remote_flow' to bool type, and updated it's evaluation.
Updated evaluation 'set' in rpmsg_char as 'set = !!arg'.
Addressed review comments to change variable names/descriptions.

Chris Lew (1):
  rpmsg: glink: Add support to handle signals command

Deepak Kumar Singh (1):
  rpmsg: core: Add signal API support

Sarannya S (1):
  rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support

 drivers/rpmsg/qcom_glink_native.c | 64 +++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        | 53 ++++++++++++++++++++++++++++----
 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, 159 insertions(+), 7 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH V6 0/3] rpmsg signaling/flowcontrol patches
@ 2023-04-20  6:21 Sarannya S
  2023-04-20  6:21 ` [PATCH V6 3/3] rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support Sarannya S
  0 siblings, 1 reply; 8+ messages in thread
From: Sarannya S @ 2023-04-20  6:21 UTC (permalink / raw)
  To: quic_bjorande, arnaud.pouliquen, swboyd, quic_clew,
	mathieu.poirier
  Cc: linux-kernel, linux-arm-msm, linux-remoteproc, Sarannya S

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

 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(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-20 18:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-19 13:53 [PATCH V6 0/3] rpmsg signaling/flowcontrol patches Sarannya S
2023-04-19 13:53 ` [PATCH V6 1/3] rpmsg: core: Add signal API support Sarannya S
2023-04-20  6:08   ` Trilok Soni
2023-04-19 13:53 ` [PATCH V6 2/3] rpmsg: glink: Add support to handle signals command Sarannya S
2023-04-19 13:53 ` [PATCH V6 3/3] rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support Sarannya S
2023-04-19 17:03   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20  6:21 [PATCH V6 0/3] rpmsg signaling/flowcontrol patches Sarannya S
2023-04-20  6:21 ` [PATCH V6 3/3] rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support Sarannya S
2023-04-20 18:38   ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox