Updates include: - Add support for newer platforms - Update the MAINTAINERS record, and - Simplify certain code handling. v4: ---- - Update Reviewed-by tags - Address Mario comments - Drop 5/5 of v3 and look for better alternatives for firmware loading. - Drop 1/5 of v3 as it is already tagged for stable. v3: ---- - Add a comment to answer "why" resource_size() is not used for getting the ACPI resource length. v2: ---- - drop resource_size() usage - use right format specifier Shyam Sundar S K (3): 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() MAINTAINERS | 2 +- drivers/platform/x86/amd/pmf/Kconfig | 1 + drivers/platform/x86/amd/pmf/acpi.c | 46 +++++++++++---------------- drivers/platform/x86/amd/pmf/core.c | 8 ++--- drivers/platform/x86/amd/pmf/pmf.h | 6 ++-- drivers/platform/x86/amd/pmf/tee-if.c | 8 ++--- 6 files changed, 33 insertions(+), 38 deletions(-) -- 2.34.1