Hi Shyam, Mario, On 4/9/23 20:53, Shyam Sundar S K wrote: > This patch series includes: > > 1. Fixes to Picasso from Mario > 2. Change the SMN pair index for driver probing & STB init > 3. New command ID for getting DRAM size from PMFW. > 4. Change in smu metrics table data structure. So patches 1-6 all seem to be bugfixes, but they don't seem to be very urgent. At least AFAICT they mostly just fix some (harmless) warnings getting logged + future proof some of the code for newer firmware revisions. Given that rc6 has already been released it would be my preference to just merge these into linux-next so that they get merged into Linus tree for 6.4-rc1. Either way (urgent should go to fixes, or -next is fine) please let me know how to proceed with merging these. Regards, Hans > > Mario Limonciello (4): > platform/x86/amd: pmc: Don't try to read SMU version on Picasso > platform/x86/amd: pmc: Hide SMU version and program attributes for > Picasso > platform/x86/amd: pmc: Don't dump data after resume from s0i3 on > picasso > platform/x86/amd: pmc: Move idlemask check into > `amd_pmc_idlemask_read` > > Shyam Sundar S K (4): > platform/x86/amd: pmc: Utilize SMN index 0 for driver probe > platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init > platform/x86/amd: pmc: Get STB DRAM size from PMFW > platform/x86/amd: pmc: update metrics table info for Pink Sardine > > drivers/platform/x86/amd/Kconfig | 2 +- > drivers/platform/x86/amd/pmc.c | 240 ++++++++++++++++++------------- > 2 files changed, 145 insertions(+), 97 deletions(-) >