Vishwanath Sripathy <vishwanath.bs@xxxxxx> writes: [...] >> +#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 -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html