public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/4] Add TIOCM Signals support for RPMSG char devices
@ 2018-10-05  6:59 Arun Kumar Neelakantam
  2018-10-05  6:59 ` [PATCH V3 1/4] rpmsg: core: Add signal API support Arun Kumar Neelakantam
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Arun Kumar Neelakantam @ 2018-10-05  6:59 UTC (permalink / raw)
  To: ohad, bjorn.andersson, clew, sricharan
  Cc: linux-remoteproc, linux-kernel, Arun Kumar Neelakantam

Glink transport support signals to exchange state notification between
local and remote side clients. Adding support to send/receive the signal
command and notify the clients through callback and POLL notification.

Changes since v1:
- Split the patches as per functional areas like core, char, glink
- Add set, clear mask for TIOCMSET
- Merge the char signal callback and POLLPRI patches

Changes since v2:
- Modify the rpmsg_get_signals function prototype

Arun Kumar Neelakantam (4):
  rpmsg: core: Add signal API support
  rpmsg: glink: Add support to handle signals command
  rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support
  rpmsg: char: Add signal callback and POLLPRI support

 drivers/rpmsg/qcom_glink_native.c | 126 ++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        |  74 +++++++++++++++++++++-
 drivers/rpmsg/rpmsg_core.c        |  41 +++++++++++++
 drivers/rpmsg/rpmsg_internal.h    |   5 ++
 include/linux/rpmsg.h             |  26 ++++++++
 5 files changed, 269 insertions(+), 3 deletions(-)

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


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

end of thread, other threads:[~2018-10-05 19:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-05  6:59 [PATCH V3 0/4] Add TIOCM Signals support for RPMSG char devices Arun Kumar Neelakantam
2018-10-05  6:59 ` [PATCH V3 1/4] rpmsg: core: Add signal API support Arun Kumar Neelakantam
2018-10-05 19:22   ` Bjorn Andersson
2018-10-05  6:59 ` [PATCH V3 2/4] rpmsg: glink: Add support to handle signals command Arun Kumar Neelakantam
2018-10-05  6:59 ` [PATCH V3 3/4] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support Arun Kumar Neelakantam
2018-10-05  6:59 ` [PATCH V3 4/4] rpmsg: char: Add signal callback and POLLPRI support Arun Kumar Neelakantam

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