summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel_soc_dts_iosf.h
Commit message (Collapse)AuthorAgeFilesLines
* drivers: thermal: Move various drivers for intel platforms into a subdirAmit Kucheria2018-12-071-62/+0Star
| | | | | | | | | | This cleans up the directory a bit, now that we have several other platforms using platform-specific sub-directories. Compile-tested with ARCH=x86 defconfig and the drivers explicitly enabled with menuconfig. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
* Thermal: Intel SoC: DTS thermal IOSF coreSrinivas Pandruvada2015-05-011-0/+62
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>