Skip to content

Commit

Permalink
soc: qcom: smsm: Add driver for Qualcomm SMSM
Browse files Browse the repository at this point in the history
This driver exposed the Qualcomm Shared Memory State Machine bits.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
  • Loading branch information
Bjorn Andersson authored and Andy Gross committed Dec 8, 2015
1 parent 9460ae2 commit c97c409
Showing 3 changed files with 634 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/soc/qcom/Kconfig
Original file line number Diff line number Diff line change
@@ -52,3 +52,11 @@ config QCOM_SMD_RPM

config QCOM_SMEM_STATE
bool

config QCOM_SMSM
bool "Qualcomm Shared Memory State Machine"
depends on QCOM_SMEM
select QCOM_SMEM_STATE
help
Say yes here to support the Qualcomm Shared Memory State Machine.
The state machine is represented by bits in shared memory.
1 change: 1 addition & 0 deletions drivers/soc/qcom/Makefile
Original file line number Diff line number Diff line change
@@ -4,3 +4,4 @@ obj-$(CONFIG_QCOM_SMD) += smd.o
obj-$(CONFIG_QCOM_SMD_RPM) += smd-rpm.o
obj-$(CONFIG_QCOM_SMEM) += smem.o
obj-$(CONFIG_QCOM_SMEM_STATE) += smem_state.o
obj-$(CONFIG_QCOM_SMSM) += smsm.o
Loading

0 comments on commit c97c409

Please sign in to comment.