Re: [PATCH v6 08/10] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-10 Thread Lee Jones
On Thu, 10 Dec 2015, Viresh Kumar wrote: > On 09-12-15, 15:58, Lee Jones wrote: > > +/* > > + * Only match on "suitable for ALL versions" entries > > + * > > + * This will be used with the BIT() macro. It sets the > > + * top bit of a 32bit value and is equal to 0x8000. > > + */ > > +#define

Re: [PATCH v6 08/10] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-09 Thread Viresh Kumar
On 09-12-15, 15:58, Lee Jones wrote: > +/* > + * Only match on "suitable for ALL versions" entries > + * > + * This will be used with the BIT() macro. It sets the > + * top bit of a 32bit value and is equal to 0x8000. > + */ > +#define DEFAULT_VERSION 31 Okay, I misread it in the

[PATCH v6 08/10] cpufreq: st: Provide runtime initialised driver for ST's platforms

2015-12-09 Thread Lee Jones
The bootloader is charged with the responsibility to provide platform specific Dynamic Voltage and Frequency Scaling (DVFS) information via Device Tree. This driver takes the supplied configuration and registers it with the new generic OPP framework, to then be used with CPUFreq. Signed-off-by: L