diff options
author | R.Durgadoss <durgadoss.r@intel.com> | 2010-10-27 03:33:29 +0530 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 00:08:35 -0500 |
commit | 4cb18728709683c91a5f6f8d5f337bfb498b089a (patch) | |
tree | 26edef8257934247a7b5fe74ac33d54e1a0ad71b /Documentation/ABI | |
parent | e8a7e48bb248a1196484d3f8afa53bded2b24e71 (diff) | |
download | kernel_samsung_smdk4412-4cb18728709683c91a5f6f8d5f337bfb498b089a.zip kernel_samsung_smdk4412-4cb18728709683c91a5f6f8d5f337bfb498b089a.tar.gz kernel_samsung_smdk4412-4cb18728709683c91a5f6f8d5f337bfb498b089a.tar.bz2 |
thermal: Add event notification to thermal framework
This patch adds event notification support to the generic
thermal sysfs framework in the kernel. The notification is in the
form of a netlink event.
Signed-off-by: R.Durgadoss <durgadoss.r@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/stable/thermal-notification | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/thermal-notification b/Documentation/ABI/stable/thermal-notification new file mode 100644 index 0000000..9723e8b --- /dev/null +++ b/Documentation/ABI/stable/thermal-notification @@ -0,0 +1,4 @@ +What: A notification mechanism for thermal related events +Description: + This interface enables notification for thermal related events. + The notification is in the form of a netlink event. |