[3.16.y-ckt extended stable] Patch "MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge" has been added to staging queue

2014-11-10 Thread Luis Henriques
This is a note to let you know that I have just added a patch titled MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge to the linux-3.16.y-queue branch of the 3.16.y-ckt extended stable tree which can be found at:

[3.16.y-ckt extended stable] Patch MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge has been added to staging queue

2014-11-10 Thread Luis Henriques
This is a note to let you know that I have just added a patch titled MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge to the linux-3.16.y-queue branch of the 3.16.y-ckt extended stable tree which can be found at:

[PATCH] MIPS/loongson2_cpufreq: Fix CPU clock rate setting mismerge

2014-09-21 Thread Aaro Koskinen
During 3.16 merge window, parts of the commit 8e8acb32960f (MIPS/loongson2_cpufreq: Fix CPU clock rate setting) seem to have been deleted probably due to a mismerge, and as a result cpufreq is broken again on Loongson2 boards in 3.16 and newer kernels. Fix by repeating the fix. Signed-off-by:

[PATCH] MIPS/loongson2_cpufreq: Fix CPU clock rate setting mismerge

2014-09-21 Thread Aaro Koskinen
During 3.16 merge window, parts of the commit 8e8acb32960f (MIPS/loongson2_cpufreq: Fix CPU clock rate setting) seem to have been deleted probably due to a mismerge, and as a result cpufreq is broken again on Loongson2 boards in 3.16 and newer kernels. Fix by repeating the fix. Signed-off-by:

Re: [PATCH] MIPS/loongson2_cpufreq: fix CPU clock rate setting

2014-04-03 Thread Aaro Koskinen
Hi, On Thu, Apr 03, 2014 at 09:51:41AM +0530, Viresh Kumar wrote: > On 3 April 2014 00:37, Aaro Koskinen wrote: > > 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

Re: [PATCH] MIPS/loongson2_cpufreq: fix CPU clock rate setting

2014-04-03 Thread Aaro Koskinen
Hi, On Thu, Apr 03, 2014 at 09:51:41AM +0530, Viresh Kumar wrote: On 3 April 2014 00:37, Aaro Koskinen aaro.koski...@iki.fi wrote: 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

Re: [PATCH] MIPS/loongson2_cpufreq: fix CPU clock rate setting

2014-04-02 Thread Viresh Kumar
On 3 April 2014 00:37, Aaro Koskinen wrote: > 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

[PATCH] MIPS/loongson2_cpufreq: fix CPU clock rate setting

2014-04-02 Thread Aaro Koskinen
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

[PATCH] MIPS/loongson2_cpufreq: fix CPU clock rate setting

2014-04-02 Thread Aaro Koskinen
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

Re: [PATCH] MIPS/loongson2_cpufreq: fix CPU clock rate setting

2014-04-02 Thread Viresh Kumar
On 3 April 2014 00:37, Aaro Koskinen aaro.koski...@iki.fi wrote: 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