Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-08-07 Thread Stephen Boyd
Quoting Sowjanya Komatineni (2019-08-02 13:39:57) > > On 8/2/19 10:51 AM, Stephen Boyd wrote: > > And also add a comment to this location in the code because it's > > non-obvious that we can't use iopoll here. > > > Actually added comment during function usage instead of during include > as iopol

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-08-02 Thread Sowjanya Komatineni
On 8/2/19 10:51 AM, Stephen Boyd wrote: Quoting Dmitry Osipenko (2019-07-22 00:12:17) 22.07.2019 10:09, Dmitry Osipenko пишет: 22.07.2019 9:52, Sowjanya Komatineni пишет: On 7/21/19 11:10 PM, Dmitry Osipenko wrote: 22.07.2019 1:45, Sowjanya Komatineni пишет: On 7/21/19 2:38 PM, Dmitry Osip

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-08-02 Thread Stephen Boyd
Quoting Dmitry Osipenko (2019-07-22 00:12:17) > 22.07.2019 10:09, Dmitry Osipenko пишет: > > 22.07.2019 9:52, Sowjanya Komatineni пишет: > >> > >> On 7/21/19 11:10 PM, Dmitry Osipenko wrote: > >>> 22.07.2019 1:45, Sowjanya Komatineni пишет: > On 7/21/19 2:38 PM, Dmitry Osipenko wrote: > >

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-07-22 Thread Dmitry Osipenko
22.07.2019 10:09, Dmitry Osipenko пишет: > 22.07.2019 9:52, Sowjanya Komatineni пишет: >> >> On 7/21/19 11:10 PM, Dmitry Osipenko wrote: >>> 22.07.2019 1:45, Sowjanya Komatineni пишет: On 7/21/19 2:38 PM, Dmitry Osipenko wrote: > 21.07.2019 22:40, Sowjanya Komatineni пишет: >> This pat

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-07-22 Thread Dmitry Osipenko
22.07.2019 9:52, Sowjanya Komatineni пишет: > > On 7/21/19 11:10 PM, Dmitry Osipenko wrote: >> 22.07.2019 1:45, Sowjanya Komatineni пишет: >>> On 7/21/19 2:38 PM, Dmitry Osipenko wrote: 21.07.2019 22:40, Sowjanya Komatineni пишет: > This patch adds support for clk: tegra210: suspend-resum

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-07-21 Thread Sowjanya Komatineni
On 7/21/19 11:10 PM, Dmitry Osipenko wrote: 22.07.2019 1:45, Sowjanya Komatineni пишет: On 7/21/19 2:38 PM, Dmitry Osipenko wrote: 21.07.2019 22:40, Sowjanya Komatineni пишет: This patch adds support for clk: tegra210: suspend-resume. All the CAR controller settings are lost on suspend when

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-07-21 Thread Dmitry Osipenko
22.07.2019 1:45, Sowjanya Komatineni пишет: > > On 7/21/19 2:38 PM, Dmitry Osipenko wrote: >> 21.07.2019 22:40, Sowjanya Komatineni пишет: >>> This patch adds support for clk: tegra210: suspend-resume. >>> >>> All the CAR controller settings are lost on suspend when core >>> power goes off. >>> >>

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-07-21 Thread Sowjanya Komatineni
On 7/21/19 2:38 PM, Dmitry Osipenko wrote: 21.07.2019 22:40, Sowjanya Komatineni пишет: This patch adds support for clk: tegra210: suspend-resume. All the CAR controller settings are lost on suspend when core power goes off. This patch has implementation for saving and restoring all PLLs and

Re: [PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-07-21 Thread Dmitry Osipenko
21.07.2019 22:40, Sowjanya Komatineni пишет: > This patch adds support for clk: tegra210: suspend-resume. > > All the CAR controller settings are lost on suspend when core > power goes off. > > This patch has implementation for saving and restoring all PLLs > and clocks context during system susp

[PATCH V6 14/21] clk: tegra210: Add suspend and resume support

2019-07-21 Thread Sowjanya Komatineni
This patch adds support for clk: tegra210: suspend-resume. All the CAR controller settings are lost on suspend when core power goes off. This patch has implementation for saving and restoring all PLLs and clocks context during system suspend and resume to have the clocks back to same state for no