Re: [PATCH 3/8] cppc_cpufreq: simplify use of performance capabilities

2020-11-08 Thread Viresh Kumar
On 05-11-20, 12:55, Ionela Voinescu wrote: > The CPPC performance capabilities are used significantly throughout > the driver. Simplify the use of them by introducing a local pointer > "caps" to point to cpu_data->perf_caps, in functions that access > performance capabilities often. > > Signed-off

[PATCH 3/8] cppc_cpufreq: simplify use of performance capabilities

2020-11-05 Thread Ionela Voinescu
The CPPC performance capabilities are used significantly throughout the driver. Simplify the use of them by introducing a local pointer "caps" to point to cpu_data->perf_caps, in functions that access performance capabilities often. Signed-off-by: Ionela Voinescu Cc: Rafael J. Wysocki Cc: Viresh