X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH v3 0/7] platform/x86/amd/pmf: Updates to amd-pmf driver
@ 2024-03-06 11:44 Shyam Sundar S K
  2024-03-06 11:44 ` [PATCH v3 1/7] platform/x86/amd/pmf: Differentiate PMF ACPI versions Shyam Sundar S K
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Shyam Sundar S K @ 2024-03-06 11:44 UTC (permalink / raw)
  To: hdegoede, ilpo.jarvinen
  Cc: platform-driver-x86, Patil.Reddy, Shyam Sundar S K

This patch series includes:
-Add support to get sbios requests and static slider as per new APMF
specification
-Add support for the APTS (AMD Performance & Thermal State) method
-Disable debugfs support for 1AH family series
-Add support for heartbeat notify event to OEM BIOS

v2->v3:
------
- Unify apmf_sbios_req and apmf_sbios_req_v2 struct field names 
- add Reviewed-by: tags

v2 Resend:
---------
- Address build error in v2 when CONFIG_AMD_PMF_DEBUG enabled

v1->v2:
------
- Update commit-msgs
- Use 2x4 array to store power modes information
- Improvise debug prints
- Fix alignments problems
- other cosmetic remarks

Shyam Sundar S K (7):
  platform/x86/amd/pmf: Differentiate PMF ACPI versions
  platform/x86/amd/pmf: Disable debugfs support for querying power
    thermals
  platform/x86/amd/pmf: Add support to get sbios requests in PMF driver
  platform/x86/amd/pmf: Add support to notify sbios heart beat event
  platform/x86/amd/pmf: Add support to get APTS index numbers for static
    slider
  platform/x86/amd/pmf: Add support to get sps default APTS index values
  platform/x86/amd/pmf: Update sps power thermals according to the
    platform-profiles

 drivers/platform/x86/amd/pmf/acpi.c | 136 +++++++++++++++++++++++++-
 drivers/platform/x86/amd/pmf/core.c |  15 ++-
 drivers/platform/x86/amd/pmf/pmf.h  |  85 ++++++++++++++++
 drivers/platform/x86/amd/pmf/sps.c  | 145 +++++++++++++++++++++++++++-
 4 files changed, 374 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-03-06 18:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06 11:44 [PATCH v3 0/7] platform/x86/amd/pmf: Updates to amd-pmf driver Shyam Sundar S K
2024-03-06 11:44 ` [PATCH v3 1/7] platform/x86/amd/pmf: Differentiate PMF ACPI versions Shyam Sundar S K
2024-03-06 11:44 ` [PATCH v3 2/7] platform/x86/amd/pmf: Disable debugfs support for querying power thermals Shyam Sundar S K
2024-03-06 11:44 ` [PATCH v3 3/7] platform/x86/amd/pmf: Add support to get sbios requests in PMF driver Shyam Sundar S K
2024-03-06 18:51   ` Kuppuswamy Sathyanarayanan
2024-03-06 11:44 ` [PATCH v3 4/7] platform/x86/amd/pmf: Add support to notify sbios heart beat event Shyam Sundar S K
2024-03-06 11:44 ` [PATCH v3 5/7] platform/x86/amd/pmf: Add support to get APTS index numbers for static slider Shyam Sundar S K
2024-03-06 11:44 ` [PATCH v3 6/7] platform/x86/amd/pmf: Add support to get sps default APTS index values Shyam Sundar S K
2024-03-06 11:44 ` [PATCH v3 7/7] platform/x86/amd/pmf: Update sps power thermals according to the platform-profiles Shyam Sundar S K
2024-03-06 11:58 ` [PATCH v3 0/7] platform/x86/amd/pmf: Updates to amd-pmf driver 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