Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH V5 0/3] rpmsg signaling/flowcontrol patches
@ 2023-04-18  8:48 Sarannya S
  2023-04-18  8:48 ` [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Sarannya S @ 2023-04-18  8:48 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_SIGNAL_IOCTL and RPMSG_SET_SIGNAL_IOCTL
to get/set the rpmsg char device's flow control signal.
Update the cmd name 'RPM_CMD_SIGNALS' to 'GLINK_CMD_SIGNALS'.
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 SIGNAL IOCTL support

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

 drivers/rpmsg/qcom_glink_native.c | 63 +++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        | 58 ++++++++++++++++++++++++++++++-----
 drivers/rpmsg/rpmsg_core.c        | 20 +++++++++++++
 drivers/rpmsg/rpmsg_internal.h    |  2 ++
 include/linux/rpmsg.h             | 15 ++++++++++
 include/uapi/linux/rpmsg.h        | 12 +++++++-
 6 files changed, 162 insertions(+), 8 deletions(-)

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


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH V5 0/3] rpmsg signaling/flowcontrol patches
@ 2023-02-21 16:03 Sarannya S
  2023-02-21 16:03 ` [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S
  0 siblings, 1 reply; 11+ messages in thread
From: Sarannya S @ 2023-02-21 16:03 UTC (permalink / raw)
  To: quic_bjorande, arnaud.pouliquen, swboyd, quic_clew,
	mathieu.poirier
  Cc: linux-kernel, linux-arm-msm, linux-remoteproc, Sarannya S

Added two new RPMSG IOCTLs for rpmsg_char- RPMSG_GET_SIGNAL_IOCTRL and
RPMSG_SET_SIGNAL_IOCTRL, to set/get the flow.
Addressed review comments for changing variable names/ desciptions.

Sarannya S (3):
  rpmsg: core: Add signal API support
  rpmsg: glink: Add support to handle signals command
  rpmsg: char: Add RPMSG GET/SET SIGNAL IOCTL support

 drivers/rpmsg/qcom_glink_native.c | 63 +++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        | 58 ++++++++++++++++++++++++++++++-----
 drivers/rpmsg/rpmsg_core.c        | 20 +++++++++++++
 drivers/rpmsg/rpmsg_internal.h    |  2 ++
 include/linux/rpmsg.h             | 15 ++++++++++
 include/uapi/linux/rpmsg.h        | 12 +++++++-
 6 files changed, 162 insertions(+), 8 deletions(-)

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


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH V5 0/3] rpmsg signaling/flowcontrol patches
@ 2023-02-21 15:55 Sarannya S
  2023-02-21 15:56 ` [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S
  0 siblings, 1 reply; 11+ messages in thread
From: Sarannya S @ 2023-02-21 15:55 UTC (permalink / raw)
  To: quic_bjorande, arnaud.pouliquen, swboyd, quic_clew,
	mathieu.poirier
  Cc: linux-kernel, linux-arm-msm, linux-remoteproc, Sarannya S

Added two new RPMSG IOCTLs for rpmsg_char- RPMSG_GET_SIGNAL_IOCTRL and
RPMSG_SET_SIGNAL_IOCTRL, to set/get the flow.
Addressed review comments for changing variable names/ desciptions.

Sarannya S (3):
  rpmsg: core: Add signal API support
  rpmsg: glink: Add support to handle signals command
  rpmsg: char: Add RPMSG GET/SET SIGNAL IOCTL support

 drivers/rpmsg/qcom_glink_native.c | 63 +++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        | 58 ++++++++++++++++++++++++++++++-----
 drivers/rpmsg/rpmsg_core.c        | 20 +++++++++++++
 drivers/rpmsg/rpmsg_internal.h    |  2 ++
 include/linux/rpmsg.h             | 15 ++++++++++
 include/uapi/linux/rpmsg.h        | 12 +++++++-
 6 files changed, 162 insertions(+), 8 deletions(-)

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


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH V5 0/3] rpmsg signaling/flowcontrol patches
@ 2023-02-21 14:35 Sarannya S
       [not found] ` <1676990114-1369-2-git-send-email-quic_sarannya@quicinc.com>
  0 siblings, 1 reply; 11+ messages in thread
From: Sarannya S @ 2023-02-21 14:35 UTC (permalink / raw)
  To: quic_bjorande, arnaud.pouliquen, swboyd, quic_clew,
	mathieu.poirier
  Cc: linux-kernel, linux-arm-msm, linux-remoteproc, Sarannya S

Added two new RPMSG IOCTLs for rpmsg_char- RPMSG_GET_SIGNAL_IOCTRL and
RPMSG_SET_SIGNAL_IOCTRL, to set/get the flow.
Addressed review comments for changing variable names/ desciptions.

Sarannya S (3):
  rpmsg: core: Add signal API support
  rpmsg: glink: Add support to handle signals command
  rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support

 arch/arm64/boot/Image.gz-dtb      | Bin 0 -> 12413735 bytes
 drivers/rpmsg/qcom_glink_native.c |  63 ++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        |  60 +++++++++++++++++++++++++++++++-----
 drivers/rpmsg/rpmsg_core.c        |  20 ++++++++++++
 drivers/rpmsg/rpmsg_core.c.rej    |  11 +++++++
 drivers/rpmsg/rpmsg_internal.h    |   2 ++
 include/linux/rpmsg.h             |  15 +++++++++
 include/uapi/linux/rpmsg.h        |  11 +++++++
 8 files changed, 174 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm64/boot/Image.gz-dtb
 create mode 100644 drivers/rpmsg/rpmsg_core.c.rej

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


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18  8:48 [PATCH V5 0/3] rpmsg signaling/flowcontrol patches Sarannya S
2023-04-18  8:48 ` [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S
2023-04-19  9:53   ` Arnaud POULIQUEN
2023-04-19 20:37     ` Bjorn Andersson
2023-04-18  8:48 ` [PATCH V5 2/3] rpmsg: glink: Add support to handle signals command Sarannya S
2023-04-18  8:48 ` [PATCH V5 3/3] rpmsg: char: Add RPMSG GET/SET SIGNAL IOCTL support Sarannya S
2023-04-19  9:55   ` Arnaud POULIQUEN
2023-04-18 16:09 ` [PATCH V5 0/3] rpmsg signaling/flowcontrol patches Bjorn Andersson
  -- strict thread matches above, loose matches on Subject: below --
2023-02-21 16:03 Sarannya S
2023-02-21 16:03 ` [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S
2023-02-21 15:55 [PATCH V5 0/3] rpmsg signaling/flowcontrol patches Sarannya S
2023-02-21 15:56 ` [PATCH V5 1/3] rpmsg: core: Add signal API support Sarannya S
2023-02-21 14:35 [PATCH V5 0/3] rpmsg signaling/flowcontrol patches Sarannya S
     [not found] ` <1676990114-1369-2-git-send-email-quic_sarannya@quicinc.com>
2023-02-21 17:20   ` [PATCH V5 1/3] rpmsg: core: Add signal API support Bjorn Andersson

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