mbox series

[v3,0/7] platform/x86/amd/pmf: Updates to amd-pmf driver

Message ID 20240306114415.3267603-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 March 6, 2024, 11:44 a.m. UTC
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(-)

Comments

Ilpo Järvinen March 6, 2024, 11:58 a.m. UTC | #1
On Wed, 06 Mar 2024 17:14:08 +0530, Shyam Sundar S K wrote:

> 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
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/7] platform/x86/amd/pmf: Differentiate PMF ACPI versions
      commit: a8698c93816a5c54f5fc4813bae7a0704c223624
[2/7] platform/x86/amd/pmf: Disable debugfs support for querying power thermals
      commit: ebe6b56551aef62fd4a0fdb6d7bed2a134ec40d8
[3/7] platform/x86/amd/pmf: Add support to get sbios requests in PMF driver
      commit: 899d87bdc5f679e4da77034a8cfdb4b10ca61321
[4/7] platform/x86/amd/pmf: Add support to notify sbios heart beat event
      commit: 6eacd474b8be46278fb9df89012e921c7a76fea3
[5/7] platform/x86/amd/pmf: Add support to get APTS index numbers for static slider
      commit: f1bfd1afaa45575be8f0068018176a756d74c65f
[6/7] platform/x86/amd/pmf: Add support to get sps default APTS index values
      commit: b25e64553ea6a1879a84d32ee9f3da904f1cf336
[7/7] platform/x86/amd/pmf: Update sps power thermals according to the platform-profiles
      commit: 844b79616b762ac8e0b6f05c5aaa9103ae2ebd83

--
 i.