This patch series includes: 1.Enable more debug information in the PMF driver - Add ACPI debug logs to get default thermals values for SPS, Auto Mode and CnQF during PMF driver initialization. - Add the PMF debug facility to enable more debug spew. 2. Change the SMN pair index for driver probing. Shyam Sundar S K (3): platform/x86/amd/pmf: Add PMF acpi debug support platform/x86/amd/pmf: Add PMF debug facilities platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe drivers/platform/x86/amd/pmf/Kconfig | 22 ++++ drivers/platform/x86/amd/pmf/auto-mode.c | 142 +++++++++++++++++++++++ drivers/platform/x86/amd/pmf/cnqf.c | 85 +++++++++++++- drivers/platform/x86/amd/pmf/core.c | 22 +--- drivers/platform/x86/amd/pmf/sps.c | 55 +++++++++ 5 files changed, 307 insertions(+), 19 deletions(-) -- 2.25.1