summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTaniya Das <tdas@codeaurora.org>2016-11-21 17:50:13 +0530
committerTaniya Das <tdas@codeaurora.org>2016-12-09 15:04:41 +0530
commit151d532101b589df0419c272c5e7eb99355c8a51 (patch)
treec5692956dcc2d073309f9e6c0e8ca22b10c616c0 /include/linux
parent368fecd7df5b203a5ce684a0c77726a5690c1147 (diff)
clk: qcom: Add support for debugfs measure clock
Introduce clk_debug_mux which would support clocks to be allowed to measure clock frequency from debugfs. Change-Id: I81c32a876b33f5a7773485a76897ff9cbed45a76 Signed-off-by: Taniya Das <tdas@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk-provider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 5cd588fa9f6a..744167a9ca8b 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -33,6 +33,7 @@
#define CLK_GET_ACCURACY_NOCACHE BIT(8) /* do not use the cached clk accuracy */
#define CLK_RECALC_NEW_RATES BIT(9) /* recalc rates after notifications */
#define CLK_IS_CRITICAL BIT(11) /* do not gate, ever */
+#define CLK_IS_MEASURE BIT(14) /* measure clock */
struct clk;
struct clk_hw;