Re: [PATCH 1/5] rpmsg: smd: Perform handshake during open

2018-01-26 Thread Jeremy McNicoll
On Tue, Dec 12, 2017 at 03:58:53PM -0800, Bjorn Andersson wrote: > Validate the the remote side is opening the channel that we've found by > performing a handshake when opening the channel. > > Signed-off-by: Bjorn Andersson > --- > drivers/rpmsg/qcom_smd.c | 30 ++ >

[PATCH 1/5] rpmsg: smd: Perform handshake during open

2017-12-12 Thread Bjorn Andersson
Validate the the remote side is opening the channel that we've found by performing a handshake when opening the channel. Signed-off-by: Bjorn Andersson --- drivers/rpmsg/qcom_smd.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/rpmsg/qcom_smd.c b/driv