[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250815224611.2460255-1-xi.pardee@linux.intel.com>
Date: Fri, 15 Aug 2025 15:45:58 -0700
From: Xi Pardee <xi.pardee@...ux.intel.com>
To: xi.pardee@...ux.intel.com,
irenic.rajneesh@...il.com,
david.e.box@...ux.intel.com,
hdegoede@...hat.com,
ilpo.jarvinen@...ux.intel.com,
platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org
Subject: [PATCH v3 0/6] Enable SSRAM support in PTL and LNL
This series enables SSRAM support, including achieving PMC information,
low power mode substate requirements, and device and function
information for S0ix blockers from telemetry region, in Lunar Lake
and Panther Lake platforms for Intel PMC Core driver.
The first patch enables SSRAM support for Lunar Lake platforms. The next
three patches introduces a new table in telemetry region to get substate
requirement information for platforms starting from Panther Lake. The
fifth patch enable PMC Core driver to show device and function number
associated to a subset of S0ix blockers. The last patch enables SSRAM
support for Panther Lake platforms.
---
v3->v2:
- Add a patch to show device and function number.
- Use function pointer in struct pmc_dev_info to determine which
substate requirement table to achieve and which show operation to use.
- Fix alignment.
- Move variable declarations to appropriate locations.
- Replace char pointer with enum as function parameter.
v2->v1:
- Change to only check ret variable value when getting substate data in
pmc_core_get_telem_info().
- Return immediately when devm_kcalloc() fails.
- Return 0 instead of ret when succeeding in
pmc_core_pmt_get_blk_sub_req().
- Replace devm_kzalloc() with devm_kcalloc().
- Add telem_info field of arl_pmc_dev variable.
Xi Pardee (6):
platform/x86:intel/pmc: Enable SSRAM support for Lunar Lake
platform/x86:intel/pmc: Move telemetry endpoint register handling
platform/x86:intel/pmc: Improve function to show substate header
platform/x86:intel/pmc: Show substate requirement for S0ix blockers
platform/x86:intel/pmc: Show device and function number
platform/x86:intel/pmc: Enable SSRAM support for Panther Lake
drivers/platform/x86/intel/pmc/arl.c | 4 +
drivers/platform/x86/intel/pmc/core.c | 367 +++++++++++++++++++++++---
drivers/platform/x86/intel/pmc/core.h | 39 +++
drivers/platform/x86/intel/pmc/lnl.c | 18 ++
drivers/platform/x86/intel/pmc/mtl.c | 2 +
drivers/platform/x86/intel/pmc/ptl.c | 33 +++
6 files changed, 427 insertions(+), 36 deletions(-)
--
2.43.0
Powered by blists - more mailing lists