On Tue, Jun 18, 2019 at 12:46:20AM -0700, Sowjanya Komatineni wrote: > 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. > > Signed-off-by: Sowjanya Komatineni > --- > drivers/clk/tegra/clk-pll.c | 115 ++++++++++++++++++++++++++++++++------------ > drivers/clk/tegra/clk.h | 6 ++- > 2 files changed, 88 insertions(+), 33 deletions(-) Nit: s/pll/PLL/ in the commit message, but it's up to Stephen and Mike how important they consider this to be, so: Acked-by: Thierry Reding