Re: [PATCH V2 07/12] clk: tegra: support for Tegra210 clocks suspend-resume

2019-06-06 Thread Sowjanya Komatineni
On 6/6/19 11:17 AM, Stephen Boyd wrote: Quoting Sowjanya Komatineni (2019-05-28 16:08:51) @@ -3381,6 +3398,367 @@ static struct tegra_clk_init_table init_table[] __initdata = { { TEGRA210_CLK_CLK_MAX, TEGRA210_CLK_CLK_MAX, 0, 0 }, }; +#ifdef CONFIG_PM_SLEEP +static unsigned

Re: [PATCH V2 07/12] clk: tegra: support for Tegra210 clocks suspend-resume

2019-06-06 Thread Stephen Boyd
Quoting Sowjanya Komatineni (2019-05-28 16:08:51) > @@ -3381,6 +3398,367 @@ static struct tegra_clk_init_table init_table[] > __initdata = { > { TEGRA210_CLK_CLK_MAX, TEGRA210_CLK_CLK_MAX, 0, 0 }, > }; > > +#ifdef CONFIG_PM_SLEEP > +static unsigned long pll_c_rate, pll_c2_rate,

[PATCH V2 07/12] clk: tegra: support for Tegra210 clocks suspend-resume

2019-05-28 Thread Sowjanya Komatineni
This patch adds system suspend and resume support for Tegra210 clocks. Signed-off-by: Sowjanya Komatineni --- drivers/clk/tegra/clk-tegra210.c | 382 +++ 1 file changed, 382 insertions(+) diff --git a/drivers/clk/tegra/clk-tegra210.c