Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
* [PATCH V8 0/3] *** rpmsg signaling/flowcontrol patches ***
@ 2023-06-21 15:34 Sarannya S
  2023-06-21 15:34 ` [PATCH V8 1/3] rpmsg: core: Add signal API support Sarannya S
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sarannya S @ 2023-06-21 15:34 UTC (permalink / raw)
  To: quic_bjorande, arnaud.pouliquen, swboyd, quic_clew,
	mathieu.poirier
  Cc: linux-kernel, linux-arm-msm, linux-remoteproc, Sarannya S

From: Sarannya S <sarannya@qti.qualcomm.com>

* Return EOPNOTSUPP error in rpmsg_set_flow_control(), if the backend
  does not support flow control ops.
* In rpmsg_set_flow_control(), rename the variable 'enable' to 'pause'.
* Change return type of qcom_glink_handle_signals() from int to void.
* In structure 'rpmsg_eptdev' rename the boolean name 'remote_flow' to
  'remote_flow_restricted'.

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 | 56 +++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        | 50 +++++++++++++++++++++++++++++-----
 drivers/rpmsg/rpmsg_core.c        | 21 +++++++++++++++
 drivers/rpmsg/rpmsg_internal.h    |  2 ++
 include/linux/rpmsg.h             | 15 +++++++++++
 include/uapi/linux/rpmsg.h        | 10 +++++++
 6 files changed, 148 insertions(+), 6 deletions(-)

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


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

end of thread, other threads:[~2023-07-06  2:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 15:34 [PATCH V8 0/3] *** rpmsg signaling/flowcontrol patches *** Sarannya S
2023-06-21 15:34 ` [PATCH V8 1/3] rpmsg: core: Add signal API support Sarannya S
2023-06-23  8:42   ` Arnaud POULIQUEN
2023-06-21 15:34 ` [PATCH V8 2/3] rpmsg: glink: Add support to handle signals command Sarannya S
2023-06-21 15:34 ` [PATCH V8 3/3] rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support Sarannya S
2023-06-23  9:11   ` Arnaud POULIQUEN
2023-07-06  2:57     ` Bjorn Andersson

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