thermal: sti: Add support for ST's Memory Mapped based Thermal controller
authorLee Jones <lee.jones@linaro.org>
Thu, 5 Jun 2014 15:06:57 +0000 (16:06 +0100)
committerZhang Rui <rui.zhang@intel.com>
Tue, 15 Jul 2014 14:06:57 +0000 (22:06 +0800)
commit6ea95b50dd2ed206dbaac25202f2e11076c2c8c4
treed1221373becb05973919ae01a30f6085a534c06d
parent186bf54932f9d8fe575b04f4558de19e8a17aa93
thermal: sti: Add support for ST's Memory Mapped based Thermal controller

This is the traditional way of obtaining a device driver's register
address space.  The aim of this driver is to supply controller specific
information to the ST Thermal Core.

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