Hi, On 1/25/23 10:59, Shyam Sundar S K wrote: > This patch series includes general updates and bug fixes to amd_pmf > driver. Thank you for your patch-series, I've applied the series to the pdx86 fixes branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=fixes and this will be included in my next fixes pull-req to Linus. Regards, Hans > > Shyam Sundar S K (5): > platform/x86/amd/pmf: Add helper routine to update SPS thermals > platform/x86/amd/pmf: Add helper routine to check pprof is balanced > platform/x86/amd/pmf: update to auto-mode limits only after AMT event > platform/x86/amd/pmf: Fix to update SPS default pprof thermals > platform/x86/amd/pmf: Fix to update SPS thermals when power supply > change > > drivers/platform/x86/amd/pmf/auto-mode.c | 9 +------- > drivers/platform/x86/amd/pmf/cnqf.c | 14 +++++------- > drivers/platform/x86/amd/pmf/core.c | 23 +++++++++++++++++++ > drivers/platform/x86/amd/pmf/pmf.h | 3 +++ > drivers/platform/x86/amd/pmf/sps.c | 28 +++++++++++++++++++----- > 5 files changed, 54 insertions(+), 23 deletions(-) >