Thermal: Intel SoC: DTS thermal IOSF core
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Mon, 2 Mar 2015 21:12:58 +0000 (13:12 -0800)
committerZhang Rui <rui.zhang@intel.com>
Fri, 1 May 2015 03:20:42 +0000 (11:20 +0800)
commitee073604dba4787b30a754a63af16d13f3d9b846
treec5404031481441bbc224816b71e2ca7d080f9073
parentb787f68c36d49bb1d9236f403813641efa74a031
Thermal: Intel SoC: DTS thermal IOSF core

This is becoming a common feature for Intel SoCs to expose the additional
digital temperature sensors (DTSs) using side band interface (IOSF). This
change remove common IOSF DTS handler function from the existing driver
intel_soc_dts_thermal.c and creates a stand alone module, which can
be selected from the SoC specific drivers. In this way there is less
code duplication.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/intel_soc_dts_iosf.c [new file with mode: 0644]
drivers/thermal/intel_soc_dts_iosf.h [new file with mode: 0644]