aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-09-17 02:26:40 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-09-17 02:26:40 -0400
commit86003ece6f978333ce85fc93b4dead436498326b (patch)
treedb4377f2fb7118686f36f1a6e9beb33b87a7be07 /include/linux/platform_data
parent9adaef9c14fc4229e7ae13ceb2ea9e15e760484a (diff)
parent494bfec99922d54054d2d0873f1017680cfc3f13 (diff)
Merge remote-tracking branch 'mturquette/clk-3.7' into mxs/dt-for-3.7-2
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/clk-realview.h1
-rw-r--r--include/linux/platform_data/clk-ux500.h17
2 files changed, 18 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-realview.h b/include/linux/platform_data/clk-realview.h
new file mode 100644
index 000000000000..2e426a7dbc51
--- /dev/null
+++ b/include/linux/platform_data/clk-realview.h
@@ -0,0 +1 @@
void realview_clk_init(void __iomem *sysbase, bool is_pb1176);
diff --git a/include/linux/platform_data/clk-ux500.h b/include/linux/platform_data/clk-ux500.h
new file mode 100644
index 000000000000..3af0da1f3be5
--- /dev/null
+++ b/include/linux/platform_data/clk-ux500.h
@@ -0,0 +1,17 @@
1/*
2 * Clock definitions for ux500 platforms
3 *
4 * Copyright (C) 2012 ST-Ericsson SA
5 * Author: Ulf Hansson <ulf.hansson@linaro.org>
6 *
7 * License terms: GNU General Public License (GPL) version 2
8 */
9
10#ifndef __CLK_UX500_H
11#define __CLK_UX500_H
12
13void u8500_clk_init(void);
14void u9540_clk_init(void);
15void u8540_clk_init(void);
16
17#endif /* __CLK_UX500_H */