On Tue, Jun 18, 2019 at 12:46:18AM -0700, Sowjanya Komatineni wrote: > This patch implements context save and restore for clock divider. > > During system suspend, core power goes off and looses the settings > of the Tegra CAR controller registers. > > So during suspend entry the context of clock divider is saved and > on resume context is restored back for normal operation. > > Signed-off-by: Sowjanya Komatineni > --- > drivers/clk/tegra/clk-divider.c | 23 +++++++++++++++++++++++ > drivers/clk/tegra/clk.h | 2 ++ > 2 files changed, 25 insertions(+) Acked-by: Thierry Reding