summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2017-06-23 17:59:12 +0200
committerAndreas Färber <afaerber@suse.de>2017-06-23 17:59:12 +0200
commit4c0f860779e9835f87233d89319096501778430c (patch)
tree3daca8d1041bf21a8031908f0524bc8f0d4c84bf /include/linux
parentba2694def2361d9b8d944f6df4aa077ad7290746 (diff)
parent6932ec60cc0a71689150b16b71427cfdc6575602 (diff)
downloadcachepc-linux-4c0f860779e9835f87233d89319096501778430c.tar.gz
cachepc-linux-4c0f860779e9835f87233d89319096501778430c.zip
Merge branch 'v4.13/sps' into v4.13/arm+sps
This adds drivers/soc/actions/ and the SPS power domains driver, to be reused in mach-actions SMP code. Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/soc/actions/owl-sps.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/soc/actions/owl-sps.h b/include/linux/soc/actions/owl-sps.h
new file mode 100644
index 000000000000..33d0dbeceb55
--- /dev/null
+++ b/include/linux/soc/actions/owl-sps.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2017 Andreas Färber
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+#ifndef SOC_ACTIONS_OWL_SPS_H
+#define SOC_ACTIONS_OWL_SPS_H
+
+int owl_sps_set_pg(void __iomem *base, u32 pwr_mask, u32 ack_mask, bool enable);
+
+#endif