summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-19 00:44:56 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-19 00:44:55 -0800
commit53645cee9fd8d5df930ccd4e9b197d2053d566e2 (patch)
tree16c664b3f69d20de9e5b519756d8efeee1a05821 /include
parent7dd05f74466811a23c35e4715ef0c6e03a4970dc (diff)
parent151d532101b589df0419c272c5e7eb99355c8a51 (diff)
Merge "clk: qcom: Add support for debugfs measure clock"
Diffstat (limited to 'include')
-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;