[PATCH 9/9] [ARM] tegra: Add cpufreq support
Mark Brown
broonie at opensource.wolfsonmicro.com
Fri Jul 30 16:20:10 EDT 2010
On Fri, Jul 30, 2010 at 12:56:33PM -0700, Colin Cross wrote:
> On Fri, Jul 30, 2010 at 6:11 AM, Dominik Brodowski
> >> + ? ? ret = clk_set_rate_cansleep(cpu_clk, freqs.new * 1000);
> > "can sleep"? For how long?
> Adjusting the CPU clock may require changing the voltage through the
> regulator api, which locks a mutex, and eventually through I2C, which
> sleeps on I2C completion.
...although in some systems the I2C cost will be replaced with updating
a GPIO which is very much cheaper.
More information about the linux-arm-kernel
mailing list