mbox series

[v4,0/3] platform/x86/amd/pmf: Updates to AMD PMF driver

Message ID 20241104054829.620858-1-Shyam-sundar.S-k@amd.com (mailing list archive)
Headers show
Series platform/x86/amd/pmf: Updates to AMD PMF driver | expand

Message

Shyam Sundar S K Nov. 4, 2024, 5:48 a.m. UTC
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(-)