mbox series

[V4,0/3] arm64: topology: improvements

Message ID cover.1610104461.git.viresh.kumar@linaro.org (mailing list archive)
Headers show
Series arm64: topology: improvements | expand

Message

Viresh Kumar Jan. 8, 2021, 11:16 a.m. UTC
Hi,

Here is the V4 with the general improvements for topology stuff. This
cleans up the code and makes it work with cpufreq modules.

V4:
- Added Rby from Ionela.
- In 3/3, Print cpus instead of amu_fie_cpus and make it pr_debug
  instead.

Viresh Kumar (3):
  arm64: topology: Avoid the have_policy check
  arm64: topology: Reorder init_amu_fie() a bit
  arm64: topology: Make AMUs work with modular cpufreq drivers

 arch/arm64/kernel/topology.c | 115 +++++++++++++++++------------------
 1 file changed, 56 insertions(+), 59 deletions(-)

Comments

Ionela Voinescu Jan. 8, 2021, 3:53 p.m. UTC | #1
On Friday 08 Jan 2021 at 16:46:50 (+0530), Viresh Kumar wrote:
> Hi,
> 
> Here is the V4 with the general improvements for topology stuff. This
> cleans up the code and makes it work with cpufreq modules.
> 
> V4:
> - Added Rby from Ionela.
> - In 3/3, Print cpus instead of amu_fie_cpus and make it pr_debug
>   instead.
> 
> Viresh Kumar (3):
>   arm64: topology: Avoid the have_policy check
>   arm64: topology: Reorder init_amu_fie() a bit
>   arm64: topology: Make AMUs work with modular cpufreq drivers
> 
>  arch/arm64/kernel/topology.c | 115 +++++++++++++++++------------------
>  1 file changed, 56 insertions(+), 59 deletions(-)
> 

Tested-by: Ionela Voinescu <ionela.voinescu@arm.com>

..for the full set.

Thanks,
Ionela.

> -- 
> 2.25.0.rc1.19.g042ed3e048af
>
Viresh Kumar Jan. 11, 2021, 4:46 a.m. UTC | #2
On 08-01-21, 15:53, Ionela Voinescu wrote:
> On Friday 08 Jan 2021 at 16:46:50 (+0530), Viresh Kumar wrote:
> > Hi,
> > 
> > Here is the V4 with the general improvements for topology stuff. This
> > cleans up the code and makes it work with cpufreq modules.
> > 
> > V4:
> > - Added Rby from Ionela.
> > - In 3/3, Print cpus instead of amu_fie_cpus and make it pr_debug
> >   instead.
> > 
> > Viresh Kumar (3):
> >   arm64: topology: Avoid the have_policy check
> >   arm64: topology: Reorder init_amu_fie() a bit
> >   arm64: topology: Make AMUs work with modular cpufreq drivers
> > 
> >  arch/arm64/kernel/topology.c | 115 +++++++++++++++++------------------
> >  1 file changed, 56 insertions(+), 59 deletions(-)
> > 
> 
> Tested-by: Ionela Voinescu <ionela.voinescu@arm.com>
> 
> ..for the full set.

Thanks, Ionela.
Viresh Kumar Jan. 19, 2021, 9:12 a.m. UTC | #3
On 08-01-21, 16:46, Viresh Kumar wrote:
> Hi,
> 
> Here is the V4 with the general improvements for topology stuff. This
> cleans up the code and makes it work with cpufreq modules.
> 
> V4:
> - Added Rby from Ionela.
> - In 3/3, Print cpus instead of amu_fie_cpus and make it pr_debug
>   instead.
> 
> Viresh Kumar (3):
>   arm64: topology: Avoid the have_policy check
>   arm64: topology: Reorder init_amu_fie() a bit
>   arm64: topology: Make AMUs work with modular cpufreq drivers
> 
>  arch/arm64/kernel/topology.c | 115 +++++++++++++++++------------------
>  1 file changed, 56 insertions(+), 59 deletions(-)

Catalin,

Can you please push this series for 5.12? Thanks.
Will Deacon Jan. 20, 2021, 1:01 p.m. UTC | #4
On Fri, 8 Jan 2021 16:46:50 +0530, Viresh Kumar wrote:
> Here is the V4 with the general improvements for topology stuff. This
> cleans up the code and makes it work with cpufreq modules.
> 
> V4:
> - Added Rby from Ionela.
> - In 3/3, Print cpus instead of amu_fie_cpus and make it pr_debug
>   instead.
> 
> [...]

Applied to arm64 (for-next/topology), thanks!

[1/3] arm64: topology: Avoid the have_policy check
      https://git.kernel.org/arm64/c/384e5699e101
[2/3] arm64: topology: Reorder init_amu_fie() a bit
      https://git.kernel.org/arm64/c/47b10b737c07
[3/3] arm64: topology: Make AMUs work with modular cpufreq drivers
      https://git.kernel.org/arm64/c/a5f1b187cd24

Cheers,