commit | 64f95f87920da673d84396ff1253be2098751e38 | [log] [tgz] |
---|---|---|
author | Sricharan R <sricharan@codeaurora.org> | Thu Aug 24 12:51:35 2017 +0530 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Aug 29 20:34:13 2017 -0700 |
tree | 4d630783787c1583223256ffdbfbbeeac02fe6ae | |
parent | 933b45da5d1d7c06d53e523833b5f8a6a9bdfa63 [diff] |
rpmsg: glink: Use the local intents when receiving data So previously on request from remote side, we allocated local intent buffers and passed the ids to the remote. Now when we receive data buffers from remote directed to that intent id, copy the data to the corresponding preallocated intent buffer. Acked-by: Arun Kumar Neelakantam <aneela@codeaurora.org> Signed-off-by: Sricharan R <sricharan@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>