Message ID | 20250425195237.493129-1-xi.pardee@linux.intel.com |
---|---|
Headers | show |
Series | Create Intel PMC SSRAM Telemetry driver | expand |
On Fri, 25 Apr 2025 12:52:28 -0700, Xi Pardee wrote: > This patch series removes the SSRAM support from Intel PMC Core driver > and creates a separate PCI driver for SSRAM device. The new Intel PMC > SSRAM driver provides the following functionalities: > > 1. Search and store the PMC information in a structure, including PWRMBASE > address and devid for each available PMC. Then Intel PMC Core driver > achieves the PMC information using the API provided by the new driver. > 2. Search and register Intel Platform Monitoring Techology telemetry > regions so they would by available for read through sysfs and Intel PMT > API. Intel PMC Core driver can achieve Low Power Mode requirement > information from a telemetry region registered by the new driver. > > [...] Thank you for your contribution, it has been applied to my local review-ilpo-next branch. Note it will show up in the public platform-drivers-x86/review-ilpo-next branch only once I've pushed my local branch there, which might take a while. The list of commits applied: [1/5] platform/x86:intel/vsec: Change return type of intel_vsec_register commit: f6347ba78ad48eef2a79d2063d77a32d015c58af [2/5] platform/x86:intel/pmc: Create Intel PMC SSRAM Telemetry driver commit: f3d766cced899fa626e3f6f6ace43e16061ea19e [3/5] platform/x86:intel/pmc: Use devm for mutex_init commit: 95350cbf5c4b7453d15990ad776b7b101fd6a290 [4/5] platform/x86:intel/pmc: Move error handling to init function commit: 75c7b75459efeb5b600d99421f3d08f485d33896 [5/5] platform/x86:intel/pmc: Improve pmc_core_get_lpm_req() commit: a946156129a6adb702dff43111c1d8cdab4f9362 -- i.