Re: [PATCH v2 03/19] PM / devfreq: tegra: Don't ignore clk errors

2019-04-16 Thread Dmitry Osipenko
16.04.2019 4:52, Chanwoo Choi пишет: > Hi, > > On 19. 4. 15. 오후 11:54, Dmitry Osipenko wrote: >> The clk_set_min_rate() could fail and in this case clk_set_rate() sets >> rate to 0, which may drop EMC rate to minimum and make machine very >> difficult to use. >> >> Signed-off-by: Dmitry Osipenko

Re: [PATCH v2 03/19] PM / devfreq: tegra: Don't ignore clk errors

2019-04-15 Thread Chanwoo Choi
Hi, On 19. 4. 15. 오후 11:54, Dmitry Osipenko wrote: > The clk_set_min_rate() could fail and in this case clk_set_rate() sets > rate to 0, which may drop EMC rate to minimum and make machine very > difficult to use. > > Signed-off-by: Dmitry Osipenko > --- > drivers/devfreq/tegra-devfreq.c | 10

[PATCH v2 03/19] PM / devfreq: tegra: Don't ignore clk errors

2019-04-15 Thread Dmitry Osipenko
The clk_set_min_rate() could fail and in this case clk_set_rate() sets rate to 0, which may drop EMC rate to minimum and make machine very difficult to use. Signed-off-by: Dmitry Osipenko --- drivers/devfreq/tegra-devfreq.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff