Vishwanath Sripathy [off-list ref] writes:
[...]
quoted
+#ifdef CONFIG_CPU_FREQ_DEBUG
+ pr_info("cpufreq-omap: transition: %u --> %u\n", freqs.old,
freqs.new);
+#endif
+
+ ret = clk_set_rate(mpu_clk, freqs.new * 1000);
Do you plan to post follow up patches to scale voltage along with Clock?
Yes.
This series is just a move of existing code + minor cleanups.
The next step is to finalize/merge Tero's regulator driver and use
that to scale voltage along with frequency here.
Now that the voltage domain cleanups are merged, I hope to have
regulator series + voltage scaling changes in this driver ready next week.
Kevin