Hi, On 5/25/23 16:19, Shyam Sundar S K wrote: > Series includes fixes and feature updates to the PMC driver. > Series has been split into 4 patches to incorporate the review > remarks from v2. Thank you for your patch-series, I've applied the series to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans Note it will show up in my review-hans branch once I've pushed my local branch there, which might take a while. Once I've run some tests on this branch the patches there will be added to the platform-drivers-x86/for-next branch and eventually will be included in the pdx86 pull-request to Linus for the next merge-window. Regards, Hans > v5: > - Change amd_pmc_is_cpu_supported() to amd_pmc_is_stb_supported() > > v4: > - Based on review-hans branch > - Address review remarks from Ilpo on the commit-msg and function names > > v3: > - Based on review-hans branch > - Pass true/false instead of 1/0 the amd_pmc_send_cmd() > - Add helper for supported cpu id check as suggested by Ilpo. > > v2: > - Based on review-hans branch > - Add a switch for cpu-id check based on feedback from Mario. > > Shyam Sundar S K (4): > platform/x86/amd: pmc: Pass true/false to bool argument > platform/x86/amd: pmc: Get STB DRAM size from PMFW > platform/x86/amd: pmc: Add helper function to check the cpu id > platform/x86/amd: pmc: Update metrics table info for Pink Sardine > > drivers/platform/x86/amd/pmc.c | 123 ++++++++++++++++++++++++++------- > 1 file changed, 99 insertions(+), 24 deletions(-) >