Thermal / ACPI / video: add INT3406 thermal driver
authorAaron Lu <aaron.lu@intel.com>
Mon, 9 May 2016 07:54:58 +0000 (15:54 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 11 May 2016 00:15:31 +0000 (02:15 +0200)
commita3c89334f06bacf7e2f23203ad64cfd6e78dbbf4
tree58f16efc32d0e20fc883946bce2cfb8fd95de1bf
parent059500940defe285222d3b189b366dfe7f299cae
Thermal / ACPI / video: add INT3406 thermal driver

INT3406 ACPI device object resembles an ACPI video output device, but its
_BCM is said to be deprecated and should not be used. So we will make
use of the raw interface to do the actual cooling.

Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/Kconfig
drivers/thermal/int340x_thermal/Kconfig [new file with mode: 0644]
drivers/thermal/int340x_thermal/Makefile
drivers/thermal/int340x_thermal/int3406_thermal.c [new file with mode: 0644]