Re: [PATCH V2 3/4] cpufreq: stats: Enable stats for fast-switch as well

2020-09-23 Thread Rafael J. Wysocki
On Wed, Sep 23, 2020 at 5:14 PM Rafael J. Wysocki wrote: > > On Wed, Sep 16, 2020 at 8:46 AM Viresh Kumar wrote: > > > > Now that all the blockers are gone for enabling stats in fast-switching > > case, enable it. > > > > Signed-off-by: Viresh Kumar > > --- > > drivers/cpufreq/cpufreq.c |

Re: [PATCH V2 3/4] cpufreq: stats: Enable stats for fast-switch as well

2020-09-23 Thread Rafael J. Wysocki
On Wed, Sep 16, 2020 at 8:46 AM Viresh Kumar wrote: > > Now that all the blockers are gone for enabling stats in fast-switching > case, enable it. > > Signed-off-by: Viresh Kumar > --- > drivers/cpufreq/cpufreq.c | 6 +- > drivers/cpufreq/cpufreq_stats.c | 6 -- > 2 files changed,

[PATCH V2 3/4] cpufreq: stats: Enable stats for fast-switch as well

2020-09-15 Thread Viresh Kumar
Now that all the blockers are gone for enabling stats in fast-switching case, enable it. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq.c | 6 +- drivers/cpufreq/cpufreq_stats.c | 6 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/cpufreq/cpufreq.