[PATCH v2 0/4] Enable substate residencies for multiple PMCs

From: Xi Pardee

Date: Thu Jan 08 2026 - 17:31:57 EST


This patch series enables substate residencies for multiple PMCs.
The first two patches prepare this change:

- The first patch changes the datatype of LPM mode attributes to u8.
- The second patch moves the LPM mode attributes from the pmc_dev to
the pmc struture.
- The third patch enables the substate residencies for multiple PMCs.
- The final removes one empty line.

v2->v1:
- Changed the datatype of mode to u8 in pmc_core_get_low_power_mode().
- Added a patch to remove one empty line.
- Rearranged the commit message of the second patch.
- Used post-increment in for loop.

Xi Pardee (4):
platform/x86/intel/pmc: Change LPM mode fields to u8
platform/x86/intel/pmc: Move LPM mode attributes to PMC
platform/x86/intel/pmc: Enable substate residencies for multiple PMCs
platform/x86/intel/pmc: Remove double empty line

drivers/platform/x86/intel/pmc/core.c | 85 ++++++++++++++++++---------
drivers/platform/x86/intel/pmc/core.h | 15 +++--
2 files changed, 63 insertions(+), 37 deletions(-)

--
2.43.0