linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] arch_topology, ACPI: populate cpu capacity from CPPC
@ 2022-03-10 14:54 Ionela Voinescu
  2022-03-10 14:54 ` [PATCH v4 1/3] x86, ACPI: rename init_freq_invariance_cppc to arch_init_invariance_cppc Ionela Voinescu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ionela Voinescu @ 2022-03-10 14:54 UTC (permalink / raw)
  To: Sudeep Holla, Rafael J . Wysocki, Thomas Gleixner, Ingo Molnar,
	Giovanni Gherdovich, Catalin Marinas, Will Deacon,
	Valentin Schneider, Dietmar Eggemann, Sean Kelley
  Cc: Pierre Gondois, linux-kernel, linux-acpi, linux-arm-kernel

Hi all,

v3->v4:
 - v3 can be found at [3]
 - rebased on linux-next 20220310 which contains patches at [4]
   requested by Rafael
 - 2/3 fixed obsolete comment as reported by Yicong at [5]
 - Kept Acked-by,Tested-by as v4 has no code changes compared
   to v3, but only a comment fix.

v2->v3:
 - v2 can be found at [2]
 - Added sanity checking on perf_caps.highest_perf

v1->v2:
 - v1 can be found at [1]
 - Changed debug prints to the format used on the DT path
 - s/init_cpu_capacity_cppc/topology_init_cpu_capacity_cppc

Patches are based on linux next 20220310.

[1] https://lore.kernel.org/lkml/20210514095339.12979-1-ionela.voinescu@arm.com/
[2] https://lore.kernel.org/lkml/20210824105651.28660-1-ionela.voinescu@arm.com/
[3] https://lore.kernel.org/lkml/20220302180913.13229-1-ionela.voinescu@arm.com/
[4] https://lore.kernel.org/linux-acpi/20220214101450.356047-1-ray.huang@amd.com/
[5] https://lore.kernel.org/lkml/477748c7-ae9e-712b-90ad-b04a6767a996@huawei.com/


Thanks,
Ionela.

Ionela Voinescu (3):
  x86, ACPI: rename init_freq_invariance_cppc to
    arch_init_invariance_cppc
  arch_topology: obtain cpu capacity using information from CPPC
  arm64, topology: enable use of init_cpu_capacity_cppc()

 arch/arm64/include/asm/topology.h |  4 +++
 arch/x86/include/asm/topology.h   |  2 +-
 drivers/acpi/cppc_acpi.c          |  6 ++---
 drivers/base/arch_topology.c      | 45 ++++++++++++++++++++++++++++---
 include/linux/arch_topology.h     |  4 +++
 5 files changed, 54 insertions(+), 7 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-10 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 14:54 [PATCH v4 0/3] arch_topology, ACPI: populate cpu capacity from CPPC Ionela Voinescu
2022-03-10 14:54 ` [PATCH v4 1/3] x86, ACPI: rename init_freq_invariance_cppc to arch_init_invariance_cppc Ionela Voinescu
2022-03-10 14:54 ` [PATCH v4 2/3] arch_topology: obtain cpu capacity using information from CPPC Ionela Voinescu
2022-03-10 14:54 ` [PATCH v4 3/3] arm64, topology: enable use of init_cpu_capacity_cppc() Ionela Voinescu
2022-03-10 19:23 ` [PATCH v4 0/3] arch_topology, ACPI: populate cpu capacity from CPPC Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).