Re: [PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core

2018-07-18 Thread Viresh Kumar
On 18-07-18, 09:09, Geert Uytterhoeven wrote: > IMHO they should be documented somewhere, with a link to > Documentation/devicetree/bindings/regulator/regulator.txt. > How else can a DTS writer know he/she needs them? > Without cpu-supply (and clock!) properties, cpufreq can't work. > > Candidates

Re: [PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core

2018-07-18 Thread Geert Uytterhoeven
Hi Viresh, On Wed, Jul 18, 2018 at 7:50 AM Viresh Kumar wrote: > On 17-07-18, 09:46, Geert Uytterhoeven wrote: > > CC device-tree folks > > > > Replying to an old email, because that's the most accurate reference I > > could find. > > > > On Tue, Feb 9, 2016 at 6:06 AM Viresh Kumar wrote: > > >

Re: [PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core

2018-07-17 Thread Viresh Kumar
On 17-07-18, 09:46, Geert Uytterhoeven wrote: > Hi Viresh, > > CC device-tree folks > > Replying to an old email, because that's the most accurate reference I > could find. > > On Tue, Feb 9, 2016 at 6:06 AM Viresh Kumar wrote: > > OPP core can handle the regulators by itself, and but it needs

Re: [PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core

2018-07-17 Thread Geert Uytterhoeven
Hi Viresh, CC device-tree folks Replying to an old email, because that's the most accurate reference I could find. On Tue, Feb 9, 2016 at 6:06 AM Viresh Kumar wrote: > OPP core can handle the regulators by itself, and but it needs to know > the name of the regulator to fetch. Add support for th

Re: [PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core

2016-02-09 Thread Stephen Boyd
On 02/09, Viresh Kumar wrote: > OPP core can handle the regulators by itself, and but it needs to know > the name of the regulator to fetch. Add support for that. > > Signed-off-by: Viresh Kumar > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora For

[PATCH V3 11/16] cpufreq: dt: Pass regulator name to the OPP core

2016-02-08 Thread Viresh Kumar
OPP core can handle the regulators by itself, and but it needs to know the name of the regulator to fetch. Add support for that. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq-dt.c | 46 1 file changed, 46 insertions(+) diff --git a/drivers/