Added destination address of the endpoint as parameter in rpmsg_set_flow_control. Zero initialized sigs variable in qcom_glink_set_flow_control. Renamed rpmsg_flow_cb to rpmsg_ept_flow_cb. Sarannya S (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 | 64 +++++++++++++++++++++++++++++++++++++++ drivers/rpmsg/rpmsg_char.c | 60 +++++++++++++++++++++++++++++++----- drivers/rpmsg/rpmsg_core.c | 21 +++++++++++++ drivers/rpmsg/rpmsg_internal.h | 2 ++ include/linux/rpmsg.h | 15 +++++++++ 5 files changed, 154 insertions(+), 8 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project