Re: [PATCH v3 4/5] clk: scpi: add support for cpufreq virtual device

2015-06-05 Thread Sudeep Holla
On 04/06/15 22:19, Stephen Boyd wrote: On 05/27, Sudeep Holla wrote: The clocks for the CPUs are provided by SCP and are managed by this clock driver. So the cpufreq device needs to be added only after the clock get registered and removed when this driver is unloaded. This patch manages the c

Re: [PATCH v3 4/5] clk: scpi: add support for cpufreq virtual device

2015-06-04 Thread Stephen Boyd
On 05/27, Sudeep Holla wrote: > The clocks for the CPUs are provided by SCP and are managed by this > clock driver. So the cpufreq device needs to be added only after the > clock get registered and removed when this driver is unloaded. > > This patch manages the cpufreq virtual device based on the

[PATCH v3 4/5] clk: scpi: add support for cpufreq virtual device

2015-05-27 Thread Sudeep Holla
The clocks for the CPUs are provided by SCP and are managed by this clock driver. So the cpufreq device needs to be added only after the clock get registered and removed when this driver is unloaded. This patch manages the cpufreq virtual device based on the clock availability. Signed-off-by: Sud