Re: [PATCH v2 3/4] cpufreq: Add strict_target to struct cpufreq_policy

2020-11-10 Thread Rafael J. Wysocki
On Tue, Nov 10, 2020 at 3:47 AM Viresh Kumar wrote: > > On 09-11-20, 17:53, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Add a new field to be set when the CPUFREQ_GOV_FLAG_STRICT_TARGET > > flag is set for the current governor to struct cpufreq_policy, so > > that the drivers nee

Re: [PATCH v2 3/4] cpufreq: Add strict_target to struct cpufreq_policy

2020-11-09 Thread Viresh Kumar
On 09-11-20, 17:53, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Add a new field to be set when the CPUFREQ_GOV_FLAG_STRICT_TARGET > flag is set for the current governor to struct cpufreq_policy, so > that the drivers needing to check CPUFREQ_GOV_FLAG_STRICT_TARGET do > not have to acce

[PATCH v2 3/4] cpufreq: Add strict_target to struct cpufreq_policy

2020-11-09 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Add a new field to be set when the CPUFREQ_GOV_FLAG_STRICT_TARGET flag is set for the current governor to struct cpufreq_policy, so that the drivers needing to check CPUFREQ_GOV_FLAG_STRICT_TARGET do not have to access the governor object during every frequency transition.