Re: [PATCH V2 5/8] PM / OPP: Add infrastructure to manage multiple regulators

2016-11-09 Thread Stephen Boyd
On 10/26, Viresh Kumar wrote: > On 25-10-16, 09:49, Stephen Boyd wrote: > > On 10/20, Viresh Kumar wrote: > > > diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c > > > index 37fad2eb0f47..45c70ce07864 100644 > > > --- a/drivers/base/power/opp/core.c > > > +++ b/drivers/base

Re: [PATCH V2 5/8] PM / OPP: Add infrastructure to manage multiple regulators

2016-10-25 Thread Viresh Kumar
On 25-10-16, 09:49, Stephen Boyd wrote: > On 10/20, Viresh Kumar wrote: > > diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c > > index 37fad2eb0f47..45c70ce07864 100644 > > --- a/drivers/base/power/opp/core.c > > +++ b/drivers/base/power/opp/core.c > > @@ -235,21 +237,44 @

Re: [PATCH V2 5/8] PM / OPP: Add infrastructure to manage multiple regulators

2016-10-25 Thread Stephen Boyd
On 10/20, Viresh Kumar wrote: > diff --git a/drivers/base/power/opp/core.c b/drivers/base/power/opp/core.c > index 37fad2eb0f47..45c70ce07864 100644 > --- a/drivers/base/power/opp/core.c > +++ b/drivers/base/power/opp/core.c > @@ -235,21 +237,44 @@ unsigned long dev_pm_opp_get_max_volt_latency(stru

Re: [PATCH V2 5/8] PM / OPP: Add infrastructure to manage multiple regulators

2016-10-23 Thread Viresh Kumar
On 21-10-16, 17:32, Dave Gerlach wrote: > Hi, > On 10/20/2016 03:44 AM, Viresh Kumar wrote: > > This patch adds infrastructure to manage multiple regulators and updates > > the only user (cpufreq-dt) of dev_pm_opp_set{put}_regulator(). > > > > This is preparatory work for adding full support for de

Re: [PATCH V2 5/8] PM / OPP: Add infrastructure to manage multiple regulators

2016-10-21 Thread Dave Gerlach
Hi, On 10/20/2016 03:44 AM, Viresh Kumar wrote: > This patch adds infrastructure to manage multiple regulators and updates > the only user (cpufreq-dt) of dev_pm_opp_set{put}_regulator(). > > This is preparatory work for adding full support for devices with > multiple regulators. > > Signed-off-by:

[PATCH V2 5/8] PM / OPP: Add infrastructure to manage multiple regulators

2016-10-20 Thread Viresh Kumar
This patch adds infrastructure to manage multiple regulators and updates the only user (cpufreq-dt) of dev_pm_opp_set{put}_regulator(). This is preparatory work for adding full support for devices with multiple regulators. Signed-off-by: Viresh Kumar --- drivers/base/power/opp/core.c| 220 +