Re: [PATCH] PM / OPP: Update voltage in case freq == old_freq

2018-06-18 Thread Viresh Kumar
On 14-06-18, 15:56, Waldemar Rymarkiewicz wrote: > This commit fixes a rare but possible case when the clk rate is updated > without update of the regulator voltage. > > At boot up, CPUfreq checks if the system is running at the right freq. This > is a sanity check in case a bootloader set clk

Re: [PATCH] PM / OPP: Update voltage in case freq == old_freq

2018-06-18 Thread Viresh Kumar
On 14-06-18, 15:56, Waldemar Rymarkiewicz wrote: > This commit fixes a rare but possible case when the clk rate is updated > without update of the regulator voltage. > > At boot up, CPUfreq checks if the system is running at the right freq. This > is a sanity check in case a bootloader set clk

[PATCH] PM / OPP: Update voltage in case freq == old_freq

2018-06-14 Thread Waldemar Rymarkiewicz
This commit fixes a rare but possible case when the clk rate is updated without update of the regulator voltage. At boot up, CPUfreq checks if the system is running at the right freq. This is a sanity check in case a bootloader set clk rate that is outside of freq table present with cpufreq core.

[PATCH] PM / OPP: Update voltage in case freq == old_freq

2018-06-14 Thread Waldemar Rymarkiewicz
This commit fixes a rare but possible case when the clk rate is updated without update of the regulator voltage. At boot up, CPUfreq checks if the system is running at the right freq. This is a sanity check in case a bootloader set clk rate that is outside of freq table present with cpufreq core.