Re: [PATCH V5 11/18] clk: tegra210: Add support for Tegra210 clocks
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2019-06-29 15:14:07
Also in:
linux-clk, linux-gpio, linux-tegra, lkml
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2019-06-29 15:14:07
Also in:
linux-clk, linux-gpio, linux-tegra, lkml
28.06.2019 5:12, Sowjanya Komatineni пишет:
This patch adds system suspend and resume support for Tegra210 clocks. All the CAR controller settings are lost on suspend when core power goes off. This patch has implementation for saving and restoring all the PLLs and clocks context during system suspend and resume to have the clocks back to same state for normal operation. Acked-by: Thierry Reding <redacted> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> ---
I'd also change the commit's title to something more brief and explicit, like "clk: tegra210: Support suspend-resume".