mbox series

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

Message ID 20240828101035.2099-1-gautham.shenoy@amd.com
Headers show
Series cpufreq/amd-pstate: Fix warnings for X86_FEATURE_CPPC | expand

Message

Gautham R. Shenoy Aug. 28, 2024, 10:10 a.m. UTC
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(-)