On Tue, May 21, 2019 at 04:31:14PM -0700, Sowjanya Komatineni wrote: > 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 | 220 ++++++++++++++++++++++++++++++++++++---- > drivers/clk/tegra/clk.h | 14 +++ > 4 files changed, 258 insertions(+), 20 deletions(-) When you resend the series, can you Cc Peter De Schrijver for the clock patches. I'm slightly concerned about the size of these changes and I'm not very familiar with the clock implementation so I'd like Peter to have a look. Thierry