[PATCH 0/3] Show Lunar Lake S0ix blocker counter in PMC Core

Xi Pardee posted 3 patches 1 week, 4 days ago
drivers/platform/x86/intel/pmc/core.c |  38 +++
drivers/platform/x86/intel/pmc/core.h |   9 +
drivers/platform/x86/intel/pmc/lnl.c  | 475 ++++++++++++++------------
3 files changed, 311 insertions(+), 211 deletions(-)
[PATCH 0/3] Show Lunar Lake S0ix blocker counter in PMC Core
Posted by Xi Pardee 1 week, 4 days ago
This patch series adds support to show S0ix blocker counter values
in debugfs and enables it in Lunar Lake platforms.

Xi Pardee (3):
  platform/x86:intel/pmc: Update LNL signal status map
  platform/x86:intel/pmc: Add support to show S0ix blocker counter
  platform/x86:intel/pmc: Enable S0ix blocker show in Lunar Lake

 drivers/platform/x86/intel/pmc/core.c |  38 +++
 drivers/platform/x86/intel/pmc/core.h |   9 +
 drivers/platform/x86/intel/pmc/lnl.c  | 475 ++++++++++++++------------
 3 files changed, 311 insertions(+), 211 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] Show Lunar Lake S0ix blocker counter in PMC Core
Posted by Hans de Goede 1 week, 1 day ago
Hi,

On 4/26/24 2:27 AM, Xi Pardee wrote:
> This patch series adds support to show S0ix blocker counter values
> in debugfs and enables it in Lunar Lake platforms.
> 
> Xi Pardee (3):
>   platform/x86:intel/pmc: Update LNL signal status map
>   platform/x86:intel/pmc: Add support to show S0ix blocker counter
>   platform/x86:intel/pmc: Enable S0ix blocker show in Lunar Lake

Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans



> 
>  drivers/platform/x86/intel/pmc/core.c |  38 +++
>  drivers/platform/x86/intel/pmc/core.h |   9 +
>  drivers/platform/x86/intel/pmc/lnl.c  | 475 ++++++++++++++------------
>  3 files changed, 311 insertions(+), 211 deletions(-)
>