aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2014-11-19 18:11:00 -0800
committerZhang Rui <rui.zhang@intel.com>2014-12-09 14:10:41 +0800
commitaf6c9f1657ca6d2ef2b2c0e31ad17c6fbf773baf (patch)
treea2a148611792c71bcee577c505b20851f07fcefd /MAINTAINERS
parentthermal: Fix error path in thermal_init() (diff)
downloadlinux-dev-af6c9f1657ca6d2ef2b2c0e31ad17c6fbf773baf.tar.xz
linux-dev-af6c9f1657ca6d2ef2b2c0e31ad17c6fbf773baf.zip
thermal: provide an UAPI header file
include/linux/thermal.h contains definitions for the Thermal generic netlink family, but none of the valuable information relevant to user-space such as the Genl family name, multicast group, version or command set and data types is exported to user-space. Export all the relevant generic netlink information to user-space to make this genl family usable by user-space, and while at it, export THERMAL_NAME_LENGTH since it limits name length for thermal_hwmon devices. Kbuild and MAINTAINERS are also updated accordingly to reflect this new file: include/uapi/linux/thermal.h. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to '')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0ff630de8a6d..9c709f503c03 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9295,6 +9295,7 @@ Q: https://patchwork.kernel.org/project/linux-pm/list/
S: Supported
F: drivers/thermal/
F: include/linux/thermal.h
+F: include/uapi/linux/thermal.h
F: include/linux/cpu_cooling.h
F: Documentation/devicetree/bindings/thermal/