Re: [PATCH v4 09/24] PM / devfreq: tegra30: Reset boosting on startup

2019-07-16 Thread Dmitry Osipenko
16.07.2019 15:13, Chanwoo Choi пишет: > On 19. 7. 8. 오전 7:32, Dmitry Osipenko wrote: >> Governor could be stopped while boosting is active. We have assumption >> that everything is reset on governor's restart, including the boosting >> value, which was missed. >> >> Signed-off-by: Dmitry Osipenko

Re: [PATCH v4 09/24] PM / devfreq: tegra30: Reset boosting on startup

2019-07-16 Thread Chanwoo Choi
On 19. 7. 8. 오전 7:32, Dmitry Osipenko wrote: > Governor could be stopped while boosting is active. We have assumption > that everything is reset on governor's restart, including the boosting > value, which was missed. > > Signed-off-by: Dmitry Osipenko > --- > drivers/devfreq/tegra30-devfreq.c

[PATCH v4 09/24] PM / devfreq: tegra30: Reset boosting on startup

2019-07-07 Thread Dmitry Osipenko
Governor could be stopped while boosting is active. We have assumption that everything is reset on governor's restart, including the boosting value, which was missed. Signed-off-by: Dmitry Osipenko --- drivers/devfreq/tegra30-devfreq.c | 3 +++ 1 file changed, 3 insertions(+) diff --git