]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
soc: qcom: Add Shared Memory Manager driver
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Fri, 26 Jun 2015 21:50:10 +0000 (14:50 -0700)
committerAndy Gross <agross@codeaurora.org>
Tue, 28 Jul 2015 20:50:16 +0000 (15:50 -0500)
commit4b638df4c9d556a6d947d6dbac364bee37b68b8e
tree30f240907c1c5471b43f0754f54ca6464f011557
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
soc: qcom: Add Shared Memory Manager driver

The Shared Memory Manager driver implements an interface for allocating
and accessing items in the memory area shared among all of the
processors in a Qualcomm platform.

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