Re: [PATCH v3] cpufreq: tegra194: get consistent cpuinfo_cur_freq

2020-10-28 Thread Viresh Kumar
On 14-10-20, 15:06, Sumit Gupta wrote: > Frequency returned by 'cpuinfo_cur_freq' using counters is not fixed > and keeps changing slightly. This change returns a consistent value > from freq_table. If the reconstructed frequency has acceptable delta > from the last written value, then return the

Re: [PATCH v3] cpufreq: tegra194: get consistent cpuinfo_cur_freq

2020-10-27 Thread Sumit Gupta
Thank you. On 27/10/20 12:28 PM, Viresh Kumar wrote: External email: Use caution opening links or attachments On 27-10-20, 11:46, Sumit Gupta wrote: Ping. I was waiting for 5.10-rc1 to be released before I can start applying stuff for 5.11. Now that it is released, I will apply this. --

Re: [PATCH v3] cpufreq: tegra194: get consistent cpuinfo_cur_freq

2020-10-27 Thread Viresh Kumar
On 27-10-20, 11:46, Sumit Gupta wrote: > Ping. I was waiting for 5.10-rc1 to be released before I can start applying stuff for 5.11. Now that it is released, I will apply this. -- viresh

Re: [PATCH v3] cpufreq: tegra194: get consistent cpuinfo_cur_freq

2020-10-27 Thread Sumit Gupta
Ping. Frequency returned by 'cpuinfo_cur_freq' using counters is not fixed and keeps changing slightly. This change returns a consistent value from freq_table. If the reconstructed frequency has acceptable delta from the last written value, then return the frequency corresponding to the last

[PATCH v3] cpufreq: tegra194: get consistent cpuinfo_cur_freq

2020-10-14 Thread Sumit Gupta
Frequency returned by 'cpuinfo_cur_freq' using counters is not fixed and keeps changing slightly. This change returns a consistent value from freq_table. If the reconstructed frequency has acceptable delta from the last written value, then return the frequency corresponding to the last written