Re: [PATCH v2 1/5] ARM: topology: Add arch_scale_freq_power function

2012-06-20 Thread Vincent Guittot
On 20 June 2012 02:51, Namhyung Kim wrote: > > > > Hi, Vincent > > Just a couple of nitpicks.. > > > On Tue, 19 Jun 2012 10:28:52 +0200, Vincent Guittot wrote: >> Add infrastructure to be able to modify the cpu_power of each core >> >> Signed-off-by: Vincent Guittot >> >> --- >>  arch/arm/incl

Re: [PATCH v2 1/5] ARM: topology: Add arch_scale_freq_power function

2012-06-20 Thread Namhyung Kim
Hi, Vincent Just a couple of nitpicks.. On Tue, 19 Jun 2012 10:28:52 +0200, Vincent Guittot wrote: > Add infrastructure to be able to modify the cpu_power of each core > > Signed-off-by: Vincent Guittot > > --- > arch/arm/include/asm/topology.h |2 ++ > arch/arm/kernel/topology.c

[PATCH v2 1/5] ARM: topology: Add arch_scale_freq_power function

2012-06-19 Thread Vincent Guittot
Add infrastructure to be able to modify the cpu_power of each core Signed-off-by: Vincent Guittot --- arch/arm/include/asm/topology.h |2 ++ arch/arm/kernel/topology.c | 38 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/arch/arm/