]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rpmsg: Move rpmsg_device API to new file
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 1 Sep 2016 22:27:59 +0000 (15:27 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 9 Sep 2016 05:15:21 +0000 (22:15 -0700)
commit026dad47a814cd32aad6174a8f1218b020a277b1
tree3f315c34f6cb05e1ae6e4bfcec0fcd5a9a7e332c
parent36b72c7dca718717108120cdff7b56258a8862b4
rpmsg: Move rpmsg_device API to new file

Extract the now indirect rpmsg_create_ept() interface to a separate
file and start building up a rpmsg core.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/Kconfig
drivers/rpmsg/Kconfig
drivers/rpmsg/Makefile
drivers/rpmsg/rpmsg_core.c [new file with mode: 0644]
drivers/rpmsg/virtio_rpmsg_bus.c