Re: [PATCH 1/2] firmware: arm_scmi: Add power_scale_mw_get() interface

2020-11-25 Thread Lukasz Luba
On 11/24/20 4:56 PM, Sudeep Holla wrote: On Tue, Nov 24, 2020 at 10:43:45AM +, Lukasz Luba wrote: Add a new interface to the existing perf_ops and export the information about the power values scale. This would be used by the cpufreq driver and Energy Model framework to set the performan

Re: [PATCH 1/2] firmware: arm_scmi: Add power_scale_mw_get() interface

2020-11-24 Thread Sudeep Holla
On Tue, Nov 24, 2020 at 10:43:45AM +, Lukasz Luba wrote: > Add a new interface to the existing perf_ops and export the information > about the power values scale. > > This would be used by the cpufreq driver and Energy Model framework to > set the performance domains scale: milli-Watts or abst

[PATCH 1/2] firmware: arm_scmi: Add power_scale_mw_get() interface

2020-11-24 Thread Lukasz Luba
Add a new interface to the existing perf_ops and export the information about the power values scale. This would be used by the cpufreq driver and Energy Model framework to set the performance domains scale: milli-Watts or abstract scale. Suggested-by: Morten Rasmussen Reviewed-by: Cristian Maru