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

Xi Pardee posted 4 patches 4 weeks, 1 day ago
drivers/platform/x86/intel/pmc/core.c | 85 ++++++++++++++++++---------
drivers/platform/x86/intel/pmc/core.h | 15 +++--
2 files changed, 63 insertions(+), 37 deletions(-)
[PATCH v2 0/4] Enable substate residencies for multiple PMCs
Posted by Xi Pardee 4 weeks, 1 day ago
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
Re: [PATCH v2 0/4] Enable substate residencies for multiple PMCs
Posted by Ilpo Järvinen 3 weeks, 4 days ago
On Thu, 08 Jan 2026 14:31:38 -0800, Xi Pardee wrote:

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


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/4] platform/x86/intel/pmc: Change LPM mode fields to u8
      commit: d155800918b0106e9a4147d00c81bc6f21c17233
[2/4] platform/x86/intel/pmc: Move LPM mode attributes to PMC
      commit: a1c745c84043001f696ae063c213f1eefdb03a1a
[3/4] platform/x86/intel/pmc: Enable substate residencies for multiple PMCs
      commit: ec4cda37a62cb736e9c7a5ad1630e6418e465af7
[4/4] platform/x86/intel/pmc: Remove double empty line
      commit: 291cb0fc143ca603d4e959ae3fbf4bb149281a39

--
 i.