]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 18 Oct 2012 01:49:01 +0000 (09:49 +0800)
commit9bf07acabc9e15cf022d41480af9e7083a9e5de4
treef7d82e89b1b76bfbb4cae38efa6a4b26b2d1b10c
parenta8edc27cdf8257569abf54b3062ddc827a85d74a
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]