]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS/loongson2_cpufreq: Fix CPU clock rate setting
authorAaro Koskinen <aaro.koskinen@iki.fi>
Thu, 3 Apr 2014 19:24:01 +0000 (22:24 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 30 Apr 2014 23:28:14 +0000 (01:28 +0200)
commita68ce6507a4545f1fc83c035603234d7898a0dc3
tree05b965338df96d41bdb52d0cabaf2b520453f8a8
parentd3b8acbdaaaebe2dd85d96f4c49b63bf6cc35896
MIPS/loongson2_cpufreq: Fix CPU clock rate setting

Loongson2 has been using (incorrectly) kHz for cpu_clk rate. This has
been unnoticed, as loongson2_cpufreq was the only place where the rate
was set/get. After commit 652ed95d5fa6074b3c4ea245deb0691f1acb6656
(cpufreq: introduce cpufreq_generic_get() routine) things however broke,
and now loops_per_jiffy adjustments are incorrect (1000 times too long).
The patch fixes this by changing cpu_clk rate to Hz.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: stable@vger.kernel.org
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: cpufreq@vger.kernel.org
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Patchwork: https://patchwork.linux-mips.org/patch/6678/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/loongson/lemote-2f/clock.c
drivers/cpufreq/loongson2_cpufreq.c