Re: [PATCH V2 03/12] clk: tegra: save and restore PLLs state for system

2019-06-05 Thread Stephen Boyd
Quoting Sowjanya Komatineni (2019-05-31 12:52:44) > > On 5/29/19 4:28 PM, Stephen Boyd wrote: > > Quoting Sowjanya Komatineni (2019-05-28 16:08:47) > >> + WARN_ON(1); > >> + return; > >> + } > >> + > >> + parent_rate = clk_hw_get_rate(parent); > >> + > >> +

Re: [PATCH V2 03/12] clk: tegra: save and restore PLLs state for system

2019-05-31 Thread Sowjanya Komatineni
On 5/29/19 4:28 PM, Stephen Boyd wrote: Quoting Sowjanya Komatineni (2019-05-28 16:08:47) This patch has implementation of saving and restoring PLL's state to support system suspend and resume operations. Can you provide some more background on _why_ this patch should exist? That's typically

Re: [PATCH V2 03/12] clk: tegra: save and restore PLLs state for system

2019-05-29 Thread Stephen Boyd
Quoting Sowjanya Komatineni (2019-05-28 16:08:47) > This patch has implementation of saving and restoring PLL's state to > support system suspend and resume operations. Can you provide some more background on _why_ this patch should exist? That's typically what gets written in the commit text. >

[PATCH V2 03/12] clk: tegra: save and restore PLLs state for system

2019-05-28 Thread Sowjanya Komatineni
This patch has implementation of saving and restoring PLL's state to support system suspend and resume operations. Signed-off-by: Sowjanya Komatineni --- drivers/clk/tegra/clk-divider.c | 19 drivers/clk/tegra/clk-pll-out.c | 25 +++ drivers/clk/tegra/clk-pll.c | 99