Re: [PATCH v2 07/10] arm64: 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: Catalin Marinas > Cc: Will Deacon > Cc: Juri Lelli

Re: [PATCH v2 07/10] arm64: 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: Catalin Marinas > Cc: Will Deacon > Cc: Juri Lelli > Signed-off-by: Dietmar Eggemann > --- >

[PATCH v2 07/10] arm64: 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: Catalin Marinas Cc: Will Deacon Cc: Juri Lelli Signed-off-by: Dietmar Eggemann

[PATCH v2 07/10] arm64: 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: Catalin Marinas Cc: Will Deacon Cc: Juri Lelli Signed-off-by: Dietmar Eggemann --- arch/arm64/include/asm/topology.h | 5 + arch/arm64/kernel/topology.c | 1