aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_glink_smem.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29rpmsg: glink: Introduce glink smem based transportBjorn Andersson1-0/+311
The glink protocol supports different types of transports (shared memory). With the core protocol remaining the same, the way the transport's memory is probed and accessed is different. So add support for glink's smem based transports. Adding a new smem transport register function and the fifo accessors for the same. 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>