[PATCH V2 0/3] rpmsg and glink signaling API support

From: Deepak Kumar Singh
Date: Tue Jan 18 2022 - 14:43:39 EST


[Change from V1]
Fixed most of the review comments in V1.

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

drivers/rpmsg/qcom_glink_native.c | 77 +++++++++++++++++++++++++++++++++++++++
drivers/rpmsg/rpmsg_char.c | 47 ++++++++++++++++++++++--
drivers/rpmsg/rpmsg_core.c | 21 +++++++++++
drivers/rpmsg/rpmsg_internal.h | 2 +
include/linux/rpmsg.h | 14 +++++++
5 files changed, 157 insertions(+), 4 deletions(-)

--
2.7.4