Re: [PATCH v2 01/19] PM / devfreq: tegra: Fix kHz to Hz conversion

2019-04-16 Thread Dmitry Osipenko
16.04.2019 4:45, Chanwoo Choi пишет: > Hi, > > I add one minor comment (KHZ -> hz). Hello Chanwoo, Thank you very much for the review! > On 19. 4. 15. 오후 11:54, Dmitry Osipenko wrote: >> The kHz to Hz is incorrectly converted in a few places in the code, >> this results in a wrong frequency

Re: [PATCH v2 01/19] PM / devfreq: tegra: Fix kHz to Hz conversion

2019-04-15 Thread Chanwoo Choi
Hi, I add one minor comment (KHZ -> hz). On 19. 4. 15. 오후 11:54, Dmitry Osipenko wrote: > The kHz to Hz is incorrectly converted in a few places in the code, > this results in a wrong frequency being calculated because devfreq core > uses OPP frequencies that are given in Hz to clamp the rate,

[PATCH v2 01/19] PM / devfreq: tegra: Fix kHz to Hz conversion

2019-04-15 Thread Dmitry Osipenko
The kHz to Hz is incorrectly converted in a few places in the code, this results in a wrong frequency being calculated because devfreq core uses OPP frequencies that are given in Hz to clamp the rate, while tegra-devfreq gives to the core value in kHz and then it also expects to receive value in