X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH v4 0/3] platform/x86/amd/pmf: Updates to AMD PMF driver
@ 2024-11-04  5:48 Shyam Sundar S K
  2024-11-04  5:48 ` [PATCH v4 1/3] platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling Shyam Sundar S K
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Shyam Sundar S K @ 2024-11-04  5:48 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen
  Cc: platform-driver-x86, Patil.Reddy, Shyam Sundar S K

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-04 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04  5:48 [PATCH v4 0/3] platform/x86/amd/pmf: Updates to AMD PMF driver Shyam Sundar S K
2024-11-04  5:48 ` [PATCH v4 1/3] platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling Shyam Sundar S K
2024-11-04  5:48 ` [PATCH v4 2/3] MAINTAINERS: Change AMD PMF driver status to "Supported" Shyam Sundar S K
2024-11-04  5:48 ` [PATCH v4 3/3] platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource() Shyam Sundar S K
2024-11-04 13:19   ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox