From: Srinivas Pandruvada Date: Sun, 30 Mar 2025 05:43:58 +0000 (-0700) Subject: tools/power/x86/intel-speed-select: v1.23 release X-Git-Tag: v6.16-rc1~125^2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dfe26cb1c290fa4b62e6fb8c05209fe5f7adb76;p=thirdparty%2Flinux.git tools/power/x86/intel-speed-select: v1.23 release This version includes the following changes: - Displays SST-PP2 revision fields. - Skips updating uncore frequency limits on newer generations of CPUs. Signed-off-by: Srinivas Pandruvada --- diff --git a/tools/power/x86/intel-speed-select/isst-config.c b/tools/power/x86/intel-speed-select/isst-config.c index f94bec29b1b0f..0ce251b8d4665 100644 --- a/tools/power/x86/intel-speed-select/isst-config.c +++ b/tools/power/x86/intel-speed-select/isst-config.c @@ -16,7 +16,7 @@ struct process_cmd_struct { int arg; }; -static const char *version_str = "v1.22"; +static const char *version_str = "v1.23"; static const int supported_api_ver = 3; static struct isst_if_platform_info isst_platform_info;