summaryrefslogtreecommitdiffstats
path: root/tools/thermal
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2024-10-22 17:51:44 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-10-24 14:54:01 +0200
commita26267248628760d02e7d03534afc59dae0c9b40 (patch)
treea4828db65a81f154f2aafb18515e54677a2ed104 /tools/thermal
parenttools/lib/thermal: Make more generic the command encoding function (diff)
downloadlinux-a26267248628760d02e7d03534afc59dae0c9b40.tar.xz
linux-a26267248628760d02e7d03534afc59dae0c9b40.zip
tools/lib/thermal: Add the threshold netlink ABI
The thermal framework supports the thresholds and allows the userspace to create, delete, flush, get the list of the thresholds as well as getting the list of the thresholds set for a specific thermal zone. Add the netlink abstraction in the thermal library to take full advantage of thresholds for the userspace program. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com> Link: https://patch.msgid.link/20241022155147.463475-5-daniel.lezcano@linaro.org Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/thermal')
-rw-r--r--tools/thermal/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/thermal/lib/Makefile b/tools/thermal/lib/Makefile
index 82db451935c5..f2552f73a64c 100644
--- a/tools/thermal/lib/Makefile
+++ b/tools/thermal/lib/Makefile
@@ -3,7 +3,7 @@
LIBTHERMAL_TOOLS_VERSION = 0
LIBTHERMAL_TOOLS_PATCHLEVEL = 0
-LIBTHERMAL_TOOLS_EXTRAVERSION = 1
+LIBTHERMAL_TOOLS_EXTRAVERSION = 2
MAKEFLAGS += --no-print-directory