clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support
[sfrench/cifs-2.6.git] / include / linux / clk-provider.h
index df695313f975769b6cfc740760cbc8c33b6a8d5c..82f59ca8188a91de895e4fdaee66bae24b062995 100644 (file)
@@ -31,6 +31,7 @@
 #define CLK_GET_RATE_NOCACHE   BIT(6) /* do not use the cached clk rate */
 #define CLK_SET_RATE_NO_REPARENT BIT(7) /* don't re-parent on rate change */
 #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 */
 
 struct clk_hw;
 struct clk_core;