[PATCH 0/2] Add processor to the ignore PSD override list
From: Punit Agrawal
Date: Thu Dec 10 2020 - 18:01:09 EST
Hi,
Here's an update of the previously posted patches at [0].
Patch 1 refactors the test to ignore firmware provided frequency
domain into a separate function.
Patch 2 adds the APU (Family: 0x17, Model: 0x60, Stepping: 0x01) to
the list of CPUs for which the PSD override is ignored. In the absence
of clarity regarding the affected CPUs, the patch adds the CPU by
model numbers.
Thanks,
Punit
Changes since RFC:
* Dropped patches 3 and 4 to add macros for AMD processor families due
to lack of interest
* Patch 1
- renamed override_acpi_psd() to amd_override_acpi_psd()
- Changed return value of the function to bool
Punit Agrawal (2):
cpufreq: acpi-cpufreq: Re-factor overriding ACPI PSD
cpufreq: acpi-cpufreq: Add processor to the ignore PSD override list
drivers/cpufreq/acpi-cpufreq.c | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
--
2.29.2