Re: [PATCH V3 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B

2014-11-07 Thread Rafael J. Wysocki
On Friday, October 17, 2014 04:07:50 PM Viresh Kumar wrote: > On 17 October 2014 15:53, Kelvin Cheung wrote: > > This patch adds cpufreq driver for Loongson1B which > > is capable of changing the CPU frequency dynamically. > > > > Signed-off-by: Kelvin Cheung > > > > --- > > V3: > >Remove sup

Re: [PATCH V3 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B

2014-10-17 Thread Viresh Kumar
On 17 October 2014 15:53, Kelvin Cheung wrote: > This patch adds cpufreq driver for Loongson1B which > is capable of changing the CPU frequency dynamically. > > Signed-off-by: Kelvin Cheung > > --- > V3: >Remove superfluous devm_clk_put(). Sorry for being bad to you :) > +static int ls1x_cp

[PATCH V3 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B

2014-10-17 Thread Kelvin Cheung
This patch adds cpufreq driver for Loongson1B which is capable of changing the CPU frequency dynamically. Signed-off-by: Kelvin Cheung --- V3: Remove superfluous devm_clk_put(). V2: Use devm_clk_get() instead of clk_get(). Other minor fixes. V1: Add cpufreq driver for Loongson1B. ---