aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86/intel-speed-select/isst-config.c
diff options
context:
space:
mode:
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2020-01-14 11:22:17 -0800
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-01-20 11:39:32 +0200
commit19be0b2a2e4444d41ca70554422a1f0c1d5312d6 (patch)
treeb2db967367c434973bde0ddc2bc16adc0a2cdf10 /tools/power/x86/intel-speed-select/isst-config.c
parenttools/power/x86/intel-speed-select: Change the order for clos disable (diff)
downloadlinux-dev-19be0b2a2e4444d41ca70554422a1f0c1d5312d6.tar.xz
linux-dev-19be0b2a2e4444d41ca70554422a1f0c1d5312d6.zip
tools/power/x86/intel-speed-select: Update version
As we added new set of mailbox commands, increment version. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to '')
-rw-r--r--tools/power/x86/intel-speed-select/isst-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/intel-speed-select/isst-config.c b/tools/power/x86/intel-speed-select/isst-config.c
index 84baba34d311..2b2b8167c65b 100644
--- a/tools/power/x86/intel-speed-select/isst-config.c
+++ b/tools/power/x86/intel-speed-select/isst-config.c
@@ -15,7 +15,7 @@ struct process_cmd_struct {
int arg;
};
-static const char *version_str = "v1.1";
+static const char *version_str = "v1.2";
static const int supported_api_ver = 1;
static struct isst_if_platform_info isst_platform_info;
static char *progname;