Re: [PATCH v6] cpufreq: qcom: Read voltage LUT and populate OPP

2019-01-31 Thread Viresh Kumar
On 31-01-19, 23:02, Taniya Das wrote: > Add support to read the voltage look up table and populate OPP for all > corresponding CPUS for consumers like the energy model could use the > frequency and voltage from the OPP tables. Also update the logic to not add > duplicate OPPs. > > Tested-by: Matth

Re: [PATCH v6] cpufreq: qcom: Read voltage LUT and populate OPP

2019-01-31 Thread Matthias Kaehlcke
On Thu, Jan 31, 2019 at 11:02:50PM +0530, Taniya Das wrote: > Add support to read the voltage look up table and populate OPP for all > corresponding CPUS for consumers like the energy model could use the > frequency and voltage from the OPP tables. Also update the logic to not add > duplicate OPPs.

[PATCH v6] cpufreq: qcom: Read voltage LUT and populate OPP

2019-01-31 Thread Taniya Das
Add support to read the voltage look up table and populate OPP for all corresponding CPUS for consumers like the energy model could use the frequency and voltage from the OPP tables. Also update the logic to not add duplicate OPPs. Tested-by: Matthias Kaehlcke Signed-off-by: Matthias Kaehlcke Si