Thermal: Add a thermal notifier for user space
authorDurgadoss R <durgadoss.r@intel.com>
Tue, 18 Sep 2012 05:35:03 +0000 (11:05 +0530)
committerZhang Rui <rui.zhang@intel.com>
Mon, 5 Nov 2012 06:00:08 +0000 (14:00 +0800)
commit1cc807a234cb988d69ba18f6a3a1c68d71e54bed
tree2ac32df4858cf0c0b8474cab9d7f957b1981a483
parente151a202a084f9f4310d1aa4398325c56ca95fda
Thermal: Add a thermal notifier for user space

This patch registers a governor which will let the
user land manage the platform thermals. Whenever a
trip happens, this governor just notifies the user
space using kobj_uevent().

Signed-off-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/user_space.c [new file with mode: 0644]