Re: [PATCH v4 04/12] OPP: Add and export helper to update voltage

2020-05-05 Thread Sibi Sankar
Hey Viresh, Thanks for taking time to review the series. On 2020-05-05 10:15, Viresh Kumar wrote: On 05-05-20, 01:52, Sibi Sankar wrote: Add and export 'dev_pm_opp_update_voltage' to update the voltage of an opp for a given frequency. This will be useful to update the opps with voltages read

Re: [PATCH v4 04/12] OPP: Add and export helper to update voltage

2020-05-04 Thread Viresh Kumar
On 05-05-20, 01:52, Sibi Sankar wrote: > Add and export 'dev_pm_opp_update_voltage' to update the voltage of an > opp for a given frequency. This will be useful to update the opps with > voltages read back from firmware. > > Signed-off-by: Sibi Sankar Have a look at dev_pm_opp_adjust_voltage().

[PATCH v4 04/12] OPP: Add and export helper to update voltage

2020-05-04 Thread Sibi Sankar
Add and export 'dev_pm_opp_update_voltage' to update the voltage of an opp for a given frequency. This will be useful to update the opps with voltages read back from firmware. Signed-off-by: Sibi Sankar --- v4: * Function description update [Matthias] * Drop initialization [Matthias] * Drop