]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
rpmsg: glink: Move the common glink protocol implementation to glink_native.c
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 24 Aug 2017 07:21:26 +0000 (12:51 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 29 Aug 2017 21:29:33 +0000 (14:29 -0700)
commit835764ddd9af0d943a2ac7fb4597800e8b0871d2
tree376257b2fcbab35ac1b569e744bfa23eb89d6cc5
parent6799c434c27bd558e5994a515f256f70fdb19a0b
rpmsg: glink: Move the common glink protocol implementation to glink_native.c

Move the common part of glink core protocol implementation to
glink_native.c that can be shared with the smem based glink
transport in the later patches.

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 [new file with mode: 0644]
drivers/rpmsg/qcom_glink_native.h [new file with mode: 0644]
drivers/rpmsg/qcom_glink_rpm.c