linux-next/tools/lib/thermal
Daniel Lezcano 47c4b0de08 tools/lib/thermal: Add a thermal library
The thermal framework implements a netlink notification mechanism to
be used by the userspace to have a thermal configuration discovery,
trip point changes or violation, cooling device changes notifications,
etc...

This library provides a level of abstraction for the thermal netlink
notification allowing the userspace to connect to the notification
mechanism more easily. The library is callback oriented.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Tested-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Link: https://lore.kernel.org/r/20220420160933.347088-2-daniel.lezcano@linaro.org
2022-05-19 12:11:51 +02:00
..
include tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
.gitignore tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
Build tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
commands.c tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
events.c tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
libthermal.map tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
libthermal.pc.template tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
Makefile tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
sampling.c tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
thermal_nl.c tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
thermal_nl.h tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00
thermal.c tools/lib/thermal: Add a thermal library 2022-05-19 12:11:51 +02:00