]> git.baikalelectronics.ru Git - kernel.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)
commit6f839b3ec18b41b59d8d5871cb28ea7277729962
tree30f240907c1c5471b43f0754f54ca6464f011557
parent7080a36663ec94f7ed976e9e162c15cc4a03bc56
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]