summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/Makefile
diff options
context:
space:
mode:
authorWei Chen2015-05-26 10:28:29 +0200
committerOhad Ben-Cohen2015-06-12 09:44:06 +0200
commitcc16d664e21ef640faaf51e9952384cf90b92d9f (patch)
tree632d147c15ba49b3eb5c25e429229f57f79864ff /drivers/hwspinlock/Makefile
parenthwspinlock: qcom: Add support for Qualcomm HW Mutex block (diff)
downloadkernel-qcow2-linux-cc16d664e21ef640faaf51e9952384cf90b92d9f.tar.gz
kernel-qcow2-linux-cc16d664e21ef640faaf51e9952384cf90b92d9f.tar.xz
kernel-qcow2-linux-cc16d664e21ef640faaf51e9952384cf90b92d9f.zip
hwspinlock: add a CSR atlas7 driver
Add hwspinlock support for the CSR atlas7 SoC. The Hardware Spinlock device on atlas7 provides hardware assistance for synchronization between the multiple processors in the system (dual Cortex-A7, CAN bus Cortex-M3 and audio DSP). Reviewed-by: Suman Anna <s-anna@ti.com> Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Wei Chen <wei.chen@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/hwspinlock/Makefile')
-rw-r--r--drivers/hwspinlock/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwspinlock/Makefile b/drivers/hwspinlock/Makefile
index 68f95d9a4855..6b59cb5a4f3a 100644
--- a/drivers/hwspinlock/Makefile
+++ b/drivers/hwspinlock/Makefile
@@ -5,4 +5,5 @@
obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o
+obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o
obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o