-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpmsg: Introduce Qualcomm RPM glink driver
This introduces a basic driver for communicating over "native glink" with the RPM found in Qualcomm platforms. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
- Loading branch information
Bjorn Andersson
committed
May 31, 2017
1 parent
48787c1
commit b4f8e52
Showing
3 changed files
with
1,244 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
obj-$(CONFIG_RPMSG) += rpmsg_core.o | ||
obj-$(CONFIG_RPMSG_CHAR) += rpmsg_char.o | ||
obj-$(CONFIG_RPMSG_QCOM_GLINK_RPM) += qcom_glink_rpm.o | ||
obj-$(CONFIG_RPMSG_QCOM_SMD) += qcom_smd.o | ||
obj-$(CONFIG_RPMSG_VIRTIO) += virtio_rpmsg_bus.o |
Oops, something went wrong.