Re: [PATCH v6 09/19] PM / devfreq: tegra30: Use kHz units uniformly in the code

2019-10-02 Thread Dmitry Osipenko
02.10.2019 02:29, Chanwoo Choi пишет: > On 19. 8. 12. 오전 6:23, Dmitry Osipenko wrote: >> Now that all kHz-conversion related bugs are fixed, we can use the kHz >> uniformly. This makes code cleaner and avoids integer divisions in the >> code, which is useful in a case of Tegra30 that has Cortex A9

Re: [PATCH v6 09/19] PM / devfreq: tegra30: Use kHz units uniformly in the code

2019-10-01 Thread Chanwoo Choi
On 19. 8. 12. 오전 6:23, Dmitry Osipenko wrote: > Now that all kHz-conversion related bugs are fixed, we can use the kHz > uniformly. This makes code cleaner and avoids integer divisions in the > code, which is useful in a case of Tegra30 that has Cortex A9 CPU that > doesn't support integer division

[PATCH v6 09/19] PM / devfreq: tegra30: Use kHz units uniformly in the code

2019-08-11 Thread Dmitry Osipenko
Now that all kHz-conversion related bugs are fixed, we can use the kHz uniformly. This makes code cleaner and avoids integer divisions in the code, which is useful in a case of Tegra30 that has Cortex A9 CPU that doesn't support integer division instructions, hence all divisions are actually made i