Hi, On 4/27/24 12:41 AM, Pandruvada, Srinivas wrote: > Hi Hans/Ilpo, > > Pull request for Intel Speed Select version v1.19: > Summary of changes: > - Support of SST BF/TF support per level > - Increase number of CPUs displayed > - Present all TRL levels for turbo-freq > - Fix display for unsupported levels > - Support multiple dies > - Increase die count > - Change CPU display for non compute domain > > > The base branch for these changes > https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git > branch: review-hans > > The following changes since commit > 0084b1ef25438293c74efe6f8c5c1c8bdb1a34c7: > > platform/x86: asus-laptop: Use sysfs_emit() and sysfs_emit_at() to > replace sprintf() (2024-04-22 15:44:26 +0200) > > are available in the Git repository at: > > https://github.com/spandruvada/linux-kernel.git intel-sst > > for you to fetch changes up to > af243b7508f1ce8d49f1ba944c643c8850573e13: > > tools/power/x86/intel-speed-select: v1.19 release (2024-04-26 > 15:08:19 -0700) Thanks. I had to rebase my review-hans branch due to other reasons, so this did not merge properly. Instead I have cherry-picked the 8 patches. You can find the patches in my review-hans branch now: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans 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 > > ---------------------------------------------------------------- > Srinivas Pandruvada (8): > tools/power/x86/intel-speed-select: Increase die count > tools/power/x86/intel-speed-select: Support multiple dies > tools/power/x86/intel-speed-select: Fix display for unsupported > levels > tools/power/x86/intel-speed-select: Present all TRL levels for > turbo-freq > tools/power/x86/intel-speed-select: Increase number of CPUs > displayed > tools/power/x86/intel-speed-select: SST BF/TF support per level > tools/power/x86/intel-speed-select: Display CPU as None for -1 > tools/power/x86/intel-speed-select: v1.19 release > > tools/power/x86/intel-speed-select/isst-config.c | 25 > +++++++++++++++++++++++-- > tools/power/x86/intel-speed-select/isst-core-mbox.c | 3 ++- > tools/power/x86/intel-speed-select/isst-core-tpmi.c | 10 ++++++++-- > tools/power/x86/intel-speed-select/isst-core.c | 1 + > tools/power/x86/intel-speed-select/isst-display.c | 30 > +++++++++++++++++++++--------- > tools/power/x86/intel-speed-select/isst.h | 2 +- > 6 files changed, 56 insertions(+), 15 deletions(-) > > Thanks, > Srinivas