Re: [PATCH v1] PM / devfreq: tegra30: Improve initial hardware resetting

2020-09-27 Thread Chanwoo Choi
On 9/28/20 5:51 AM, Dmitry Osipenko wrote: > It's safe to enable the ACTMON clock at any time during driver probing, > even if we don't know the state of hardware, because it's used only for > collecting and processing stats, and interrupt is kept disabled. This > allows us to slightly improve

[PATCH v1] PM / devfreq: tegra30: Improve initial hardware resetting

2020-09-27 Thread Dmitry Osipenko
It's safe to enable the ACTMON clock at any time during driver probing, even if we don't know the state of hardware, because it's used only for collecting and processing stats, and interrupt is kept disabled. This allows us to slightly improve code which performs initial hardware resetting by