Message ID | cover.1610104461.git.viresh.kumar@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: topology: improvements | expand |
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 >
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.
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.
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,