drivers: thermal: Move various drivers for intel platforms into a subdir
authorAmit Kucheria <amit.kucheria@linaro.org>
Fri, 7 Dec 2018 06:55:26 +0000 (12:25 +0530)
committerZhang Rui <rui.zhang@intel.com>
Fri, 7 Dec 2018 08:48:47 +0000 (16:48 +0800)
commit3e8c4d31f8eddc957ee293b3556586ee698d9a21
treee531ecd7a8b3736bed325d28dddc52abd6b0edfb
parent209d07e63e14e04558cebba5e401e41bbde67b88
drivers: thermal: Move various drivers for intel platforms into a subdir

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>
42 files changed:
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/int340x_thermal/Kconfig [deleted file]
drivers/thermal/int340x_thermal/Makefile [deleted file]
drivers/thermal/int340x_thermal/acpi_thermal_rel.c [deleted file]
drivers/thermal/int340x_thermal/acpi_thermal_rel.h [deleted file]
drivers/thermal/int340x_thermal/int3400_thermal.c [deleted file]
drivers/thermal/int340x_thermal/int3402_thermal.c [deleted file]
drivers/thermal/int340x_thermal/int3403_thermal.c [deleted file]
drivers/thermal/int340x_thermal/int3406_thermal.c [deleted file]
drivers/thermal/int340x_thermal/int340x_thermal_zone.c [deleted file]
drivers/thermal/int340x_thermal/int340x_thermal_zone.h [deleted file]
drivers/thermal/int340x_thermal/processor_thermal_device.c [deleted file]
drivers/thermal/intel/Kconfig [new file with mode: 0644]
drivers/thermal/intel/Makefile [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/Kconfig [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/Makefile [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/int3400_thermal.c [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/int3402_thermal.c [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/int3403_thermal.c [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/int3406_thermal.c [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h [new file with mode: 0644]
drivers/thermal/intel/int340x_thermal/processor_thermal_device.c [new file with mode: 0644]
drivers/thermal/intel/intel_bxt_pmic_thermal.c [new file with mode: 0644]
drivers/thermal/intel/intel_pch_thermal.c [new file with mode: 0644]
drivers/thermal/intel/intel_powerclamp.c [new file with mode: 0644]
drivers/thermal/intel/intel_quark_dts_thermal.c [new file with mode: 0644]
drivers/thermal/intel/intel_soc_dts_iosf.c [new file with mode: 0644]
drivers/thermal/intel/intel_soc_dts_iosf.h [new file with mode: 0644]
drivers/thermal/intel/intel_soc_dts_thermal.c [new file with mode: 0644]
drivers/thermal/intel/x86_pkg_temp_thermal.c [new file with mode: 0644]
drivers/thermal/intel_bxt_pmic_thermal.c [deleted file]
drivers/thermal/intel_pch_thermal.c [deleted file]
drivers/thermal/intel_powerclamp.c [deleted file]
drivers/thermal/intel_quark_dts_thermal.c [deleted file]
drivers/thermal/intel_soc_dts_iosf.c [deleted file]
drivers/thermal/intel_soc_dts_iosf.h [deleted file]
drivers/thermal/intel_soc_dts_thermal.c [deleted file]
drivers/thermal/x86_pkg_temp_thermal.c [deleted file]