]> git.karo-electronics.de Git - linux-beck.git/commit
soc: qcom: Add Shared Memory Driver
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Tue, 28 Jul 2015 03:20:30 +0000 (20:20 -0700)
committerAndy Gross <agross@codeaurora.org>
Wed, 29 Jul 2015 19:13:48 +0000 (14:13 -0500)
commitf2ab3298fb4932358d27fc4c7ea1a1891ad7e042
tree4dbc38e8e14b28cf2751baf4a0286378d22646e8
parent72c10fef98fc3b3c924ee022e451872517e61ecf
soc: qcom: Add Shared Memory Driver

This adds the Qualcomm Shared Memory Driver (SMD) providing
communication channels to remote processors, ontop of SMEM.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
drivers/soc/qcom/Kconfig
drivers/soc/qcom/Makefile
drivers/soc/qcom/smd.c [new file with mode: 0644]
include/linux/soc/qcom/smd.h [new file with mode: 0644]