[PATCH v2 0/1] cpufreq/amd-pstate: Fix warnings for X86_FEATURE_CPPC

Gautham R. Shenoy posted 1 patch 1 year, 3 months ago
drivers/cpufreq/amd-pstate.c | 34 ++++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)
[PATCH v2 0/1] cpufreq/amd-pstate: Fix warnings for X86_FEATURE_CPPC
Posted by Gautham R. Shenoy 1 year, 3 months ago
Hello,

This is the 2nd version of the patch to remove the warnings for
X86_FEATURE_CPPC on certain Zen Models.

The v1 was posted here:
https://lore.kernel.org/lkml/20240813095459.2122-1-gautham.shenoy@amd.com/

Changes from v1:

* Removed the warnings only for Zen1 and Zen2 Models 0x70-0x7F after
  feedback from Xioajian.

* Modified some of the comments, and introduced the switch-case
  statement for model range checking to improve readability

The patch is applied on the "amd-pstate-fixes" of
https://git.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git


Gautham R. Shenoy (1):
  cpufreq/amd-pstate: Remove warning for X86_FEATURE_CPPC on certain Zen
    models

 drivers/cpufreq/amd-pstate.c | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

-- 
Thanks and Regards
gautham.