]> 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>
Mon, 24 Sep 2012 06:44:39 +0000 (14:44 +0800)
commitf49e9f669b5930eab156d68ab1dcab84e3678f48
tree5d086b4490e8c9ecbb1b22bfce0bb732352bd926
parent9d600e985de2aeec3d5136da62ec421b84e04c6d
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]