Hi, On 2/6/23 16:08, Shyam Sundar S K wrote: > This patch series includes: > - Add num_samples message id support to STB > - Write a dummy postcode in DRAM to get latest data > - Add proper debug print support for STB > - Add linebreak for code readability > > v2->v3: > - Clear msg_port flag in case of mbox command failure > > v1->v2: > - Fix incorrect pointer handling while memcpy() 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 > Shyam Sundar S K (4): > platform/x86/amd: pmc: Add num_samples message id support to STB > platform/x86/amd: pmc: Write dummy postcode into the STB DRAM > platform/x86/amd: pmc: differentiate STB/SMU messaging prints > platform/x86/amd: pmc: Add line break for readability > > drivers/platform/x86/amd/pmc.c | 40 +++++++++++++++++++++++++++++----- > 1 file changed, 35 insertions(+), 5 deletions(-) >