Skip to content

Commit

Permalink
Thermal: Intel SoC: DTS thermal use common APIs
Browse files Browse the repository at this point in the history
There is no change in functionality but using the common IOSF core APIs.
This driver is now just responsible for enumeration and call relevant
API to create thermal zone and register critical trip.
Also cpuid 0x4c is now handled in the int340x processor thermal driver
with the same functionality.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
  • Loading branch information
Srinivas Pandruvada authored and Zhang Rui committed May 1, 2015
1 parent ee07360 commit 3a2419f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 410 deletions.
3 changes: 2 additions & 1 deletion drivers/thermal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ config INTEL_SOC_DTS_IOSF_CORE

config INTEL_SOC_DTS_THERMAL
tristate "Intel SoCs DTS thermal driver"
depends on X86 && IOSF_MBI
depends on X86
select INTEL_SOC_DTS_IOSF_CORE
help
Enable this to register Intel SoCs (e.g. Bay Trail) platform digital
temperature sensor (DTS). These SoCs have two additional DTSs in
Expand Down
Loading

0 comments on commit 3a2419f

Please sign in to comment.