Updates include: - Add support for newer platforms - Enhance the TA shared memory size to adapt to the updated TA - Update the MAINTAINERS record, and - Simplify certain code handling. Shyam Sundar S K (5): platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling MAINTAINERS: Change AMD PMF driver status to "Supported" platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource() platform/x86/amd/pmf: Add PMF driver changes to make compatible with PMF-TA MAINTAINERS | 2 +- drivers/platform/x86/amd/pmf/Kconfig | 1 + drivers/platform/x86/amd/pmf/acpi.c | 37 ++++++++------------------- drivers/platform/x86/amd/pmf/core.c | 9 ++++--- drivers/platform/x86/amd/pmf/pmf.h | 8 +++--- drivers/platform/x86/amd/pmf/spc.c | 1 + drivers/platform/x86/amd/pmf/tee-if.c | 8 +++--- 7 files changed, 28 insertions(+), 38 deletions(-) -- 2.34.1