[PATCH v2 15/19] clk: tegra: pll: Add dyn_ramp callback

From: Rhyland Klein
Date: Wed Apr 29 2015 - 13:23:51 EST


From: Bill Huang <bilhuang@xxxxxxxxxx>

Add a callback to the pll_params for custom dynamic ramping
functions which can be specified per PLL.

Signed-off-by: Bill Huang <bilhuang@xxxxxxxxxx>
---
drivers/clk/tegra/clk.h | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/clk/tegra/clk.h b/drivers/clk/tegra/clk.h
index 27075a586e79..850521d42be6 100644
--- a/drivers/clk/tegra/clk.h
+++ b/drivers/clk/tegra/clk.h
@@ -160,6 +160,8 @@ struct div_nmp {

#define MAX_PLL_MISC_REG_COUNT 6

+struct tegra_clk_pll;
+
/**
* struct clk_pll_params - PLL parameters
*
@@ -250,6 +252,8 @@ struct tegra_clk_pll_params {
unsigned long rate, unsigned long parent_rate);
unsigned long (*adjust_vco)(struct tegra_clk_pll_params *pll_params,
unsigned long parent_rate);
+ int (*dyn_ramp)(struct tegra_clk_pll *pll,
+ struct tegra_clk_pll_freq_table *cfg);
};

#define TEGRA_PLL_USE_LOCK BIT(0)
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/