OSDN Git Service

rpmsg: glink: Introduce glink smem based transport
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 24 Aug 2017 07:21:30 +0000 (12:51 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 30 Aug 2017 03:33:57 +0000 (20:33 -0700)
commitcaf989c350e8e0b9584744b9005fc2c45ca30883
tree0ca09b9607908d61367eb9526f0333a727e5f44a
parent76cf11051446b4778e539536bbc4810a44be96d9
rpmsg: glink: Introduce glink smem based transport

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>
drivers/rpmsg/Kconfig
drivers/rpmsg/Makefile
drivers/rpmsg/qcom_glink_native.c
drivers/rpmsg/qcom_glink_native.h
drivers/rpmsg/qcom_glink_smem.c [new file with mode: 0644]
include/linux/rpmsg/qcom_glink.h [new file with mode: 0644]