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(-) >