Re: [PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-11 Thread Viresh Kumar
On 10-07-17, 16:13, Dietmar Eggemann wrote: > Since 'arch/$ARCH/include/asm/topology.h' now includes > 'include/linux/arch_topology.h' and 'arch/$ARCH/kernel/topology.c' > already includes 'arch/$ARCH/include/asm/topology.h' I thought it's a > good idea to get rid of this include here. Ahh, makes

Re: [PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-11 Thread Viresh Kumar
On 10-07-17, 16:13, Dietmar Eggemann wrote: > Since 'arch/$ARCH/include/asm/topology.h' now includes > 'include/linux/arch_topology.h' and 'arch/$ARCH/kernel/topology.c' > already includes 'arch/$ARCH/include/asm/topology.h' I thought it's a > good idea to get rid of this include here. Ahh, makes

Re: [PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-10 Thread Dietmar Eggemann
On 06/07/17 11:42, Viresh Kumar wrote: > On 06-07-17, 10:49, Dietmar Eggemann wrote: >> Define arch_set_freq_scale to be the arch_topology "driver" function >> topology_set_freq_scale() to let FIE work correctly. >> >> Cc: Russell King >> Cc: Juri Lelli

Re: [PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-10 Thread Dietmar Eggemann
On 06/07/17 11:42, Viresh Kumar wrote: > On 06-07-17, 10:49, Dietmar Eggemann wrote: >> Define arch_set_freq_scale to be the arch_topology "driver" function >> topology_set_freq_scale() to let FIE work correctly. >> >> Cc: Russell King >> Cc: Juri Lelli >> Signed-off-by: Dietmar Eggemann >> ---

Re: [PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-06 Thread Viresh Kumar
On 06-07-17, 10:49, Dietmar Eggemann wrote: > Define arch_set_freq_scale to be the arch_topology "driver" function > topology_set_freq_scale() to let FIE work correctly. > > Cc: Russell King > Cc: Juri Lelli > Signed-off-by: Dietmar Eggemann

Re: [PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-06 Thread Viresh Kumar
On 06-07-17, 10:49, Dietmar Eggemann wrote: > Define arch_set_freq_scale to be the arch_topology "driver" function > topology_set_freq_scale() to let FIE work correctly. > > Cc: Russell King > Cc: Juri Lelli > Signed-off-by: Dietmar Eggemann > --- > arch/arm/include/asm/topology.h | 5 + >

[PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-06 Thread Dietmar Eggemann
Define arch_set_freq_scale to be the arch_topology "driver" function topology_set_freq_scale() to let FIE work correctly. Cc: Russell King Cc: Juri Lelli Signed-off-by: Dietmar Eggemann --- arch/arm/include/asm/topology.h |

[PATCH v2 04/10] arm: wire cpufreq input data for frequency-invariant accounting up to the arch

2017-07-06 Thread Dietmar Eggemann
Define arch_set_freq_scale to be the arch_topology "driver" function topology_set_freq_scale() to let FIE work correctly. Cc: Russell King Cc: Juri Lelli Signed-off-by: Dietmar Eggemann --- arch/arm/include/asm/topology.h | 5 + arch/arm/kernel/topology.c | 1 - 2 files changed, 5