]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
thermal: sti: Introduce ST Thermal core code
authorLee Jones <lee.jones@linaro.org>
Thu, 5 Jun 2014 15:06:55 +0000 (16:06 +0100)
committerZhang Rui <rui.zhang@intel.com>
Tue, 15 Jul 2014 14:01:22 +0000 (22:01 +0800)
commit60aef7ce455653f9cc57337fac807e80c65f75cb
treec2eaeca04d9725e8ccb0d2f6ebd6b05d8f3aa2ad
parenta563591243889d85159744cd594aadb1807d3c83
thermal: sti: Introduce ST Thermal core code

This core is shared by both ST's 'memory mapped' and
'system configuration register' based Thermal controllers.

Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/st/Kconfig [new file with mode: 0644]
drivers/thermal/st/Makefile [new file with mode: 0644]
drivers/thermal/st/st_thermal.c [new file with mode: 0644]
drivers/thermal/st/st_thermal.h [new file with mode: 0644]