Message ID | 1669658575-21993-1-git-send-email-quic_sarannya@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | rpmsg signaling/flowcontrol patches | expand |
On Mon, Nov 28, 2022 at 11:32:52PM +0530, Sarannya S wrote: > [Change from V3]: > Fixed review comments in previous set. > Please do list the actual changes that you did. This ensures that new people can focus on the new areas, if preferred, and that returning reviewers get confirmation that their feedback was addressed. Thanks, Bjorn > 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 | 63 +++++++++++++++++++++++++++++++++++++++ > drivers/rpmsg/rpmsg_char.c | 60 ++++++++++++++++++++++++++++++++----- > drivers/rpmsg/rpmsg_core.c | 20 +++++++++++++ > drivers/rpmsg/rpmsg_internal.h | 2 ++ > include/linux/rpmsg.h | 15 ++++++++++ > 5 files changed, 152 insertions(+), 8 deletions(-) > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >