Re: [PATCH V6 06/21] clk: tegra: pll: Save and restore pll context

2019-07-21 Thread Sowjanya Komatineni
On 7/21/19 3:21 PM, Dmitry Osipenko wrote: 21.07.2019 22:40, Sowjanya Komatineni пишет: This patch implements save and restore of PLL context. During system suspend, core power goes off and looses the settings of the Tegra CAR controller registers. So during suspend entry pll rate is stored

Re: [PATCH V6 06/21] clk: tegra: pll: Save and restore pll context

2019-07-21 Thread Sowjanya Komatineni
On 7/21/19 2:44 PM, Dmitry Osipenko wrote: 21.07.2019 22:40, Sowjanya Komatineni пишет: This patch implements save and restore of PLL context. During system suspend, core power goes off and looses the settings of the Tegra CAR controller registers. So during suspend entry pll rate is stored

Re: [PATCH V6 06/21] clk: tegra: pll: Save and restore pll context

2019-07-21 Thread Dmitry Osipenko
21.07.2019 22:40, Sowjanya Komatineni пишет: > This patch implements save and restore of PLL context. > > During system suspend, core power goes off and looses the settings > of the Tegra CAR controller registers. > > So during suspend entry pll rate is stored and on resume it is > restored back

Re: [PATCH V6 06/21] clk: tegra: pll: Save and restore pll context

2019-07-21 Thread Dmitry Osipenko
21.07.2019 22:40, Sowjanya Komatineni пишет: > This patch implements save and restore of PLL context. > > During system suspend, core power goes off and looses the settings > of the Tegra CAR controller registers. > > So during suspend entry pll rate is stored and on resume it is > restored back

[PATCH V6 06/21] clk: tegra: pll: Save and restore pll context

2019-07-21 Thread Sowjanya Komatineni
This patch implements save and restore of PLL context. During system suspend, core power goes off and looses the settings of the Tegra CAR controller registers. So during suspend entry pll rate is stored and on resume it is restored back along with its state. Acked-by: Thierry Reding Signed-off