Re: [PATCH V3 14/16] cpufreq: Allow drivers to enable boost support after registering driver

2015-07-31 Thread Stephen Boyd
On 07/29, Viresh Kumar wrote: > In some cases it wouldn't be known at time of driver registration, if > the driver needs to support boost frequencies. > > For example, while getting boost information from DT with opp-v2 > bindings, we need to parse the bindings for all the CPUs to know if >

Re: [PATCH V3 14/16] cpufreq: Allow drivers to enable boost support after registering driver

2015-07-31 Thread Stephen Boyd
On 07/29, Viresh Kumar wrote: In some cases it wouldn't be known at time of driver registration, if the driver needs to support boost frequencies. For example, while getting boost information from DT with opp-v2 bindings, we need to parse the bindings for all the CPUs to know if turbo/boost

[PATCH V3 14/16] cpufreq: Allow drivers to enable boost support after registering driver

2015-07-29 Thread Viresh Kumar
In some cases it wouldn't be known at time of driver registration, if the driver needs to support boost frequencies. For example, while getting boost information from DT with opp-v2 bindings, we need to parse the bindings for all the CPUs to know if turbo/boost OPPs are supported or not. One way

[PATCH V3 14/16] cpufreq: Allow drivers to enable boost support after registering driver

2015-07-29 Thread Viresh Kumar
In some cases it wouldn't be known at time of driver registration, if the driver needs to support boost frequencies. For example, while getting boost information from DT with opp-v2 bindings, we need to parse the bindings for all the CPUs to know if turbo/boost OPPs are supported or not. One way