[PATCH 01/10] cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreq
Kevin Hilman
khilman at ti.com
Fri Sep 23 10:02:17 EDT 2011
Vishwanath Sripathy <vishwanath.bs at ti.com> 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
More information about the linux-arm-kernel
mailing list