]> Pileus Git - ~andy/linux/commitdiff
thermal: introduce TI SoC thermal driver
authorEduardo Valentin <eduardo.valentin@ti.com>
Wed, 15 May 2013 15:46:00 +0000 (15:46 +0000)
committerZhang Rui <rui.zhang@intel.com>
Tue, 28 May 2013 02:40:37 +0000 (10:40 +0800)
This patch moves the ti-soc-thermal driver out of
the staging tree to the thermal tree.

Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Rob Landley <rob@landley.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <eduardo.valentin@ti.com>
Cc: J Keerthy <j-keerthy@ti.com>
Cc: Radhesh Fadnis <radhesh.fadnis@ti.com>
Cc: Cyril Roelandt <tipecaml@gmail.com>
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Cc: linux-pm@vger.kernel.org
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
16 files changed:
Documentation/devicetree/bindings/thermal/ti_soc_thermal.txt [moved from drivers/staging/ti-soc-thermal/ti_soc_thermal.txt with 100% similarity]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/ti-soc-thermal/Kconfig [moved from drivers/staging/ti-soc-thermal/Kconfig with 100% similarity]
drivers/thermal/ti-soc-thermal/Makefile [moved from drivers/staging/ti-soc-thermal/Makefile with 100% similarity]
drivers/thermal/ti-soc-thermal/TODO [moved from drivers/staging/ti-soc-thermal/TODO with 100% similarity]
drivers/thermal/ti-soc-thermal/omap4-thermal-data.c [moved from drivers/staging/ti-soc-thermal/omap4-thermal-data.c with 100% similarity]
drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h [moved from drivers/staging/ti-soc-thermal/omap4xxx-bandgap.h with 100% similarity]
drivers/thermal/ti-soc-thermal/omap5-thermal-data.c [moved from drivers/staging/ti-soc-thermal/omap5-thermal-data.c with 100% similarity]
drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h [moved from drivers/staging/ti-soc-thermal/omap5xxx-bandgap.h with 100% similarity]
drivers/thermal/ti-soc-thermal/ti-bandgap.c [moved from drivers/staging/ti-soc-thermal/ti-bandgap.c with 100% similarity]
drivers/thermal/ti-soc-thermal/ti-bandgap.h [moved from drivers/staging/ti-soc-thermal/ti-bandgap.h with 100% similarity]
drivers/thermal/ti-soc-thermal/ti-thermal-common.c [moved from drivers/staging/ti-soc-thermal/ti-thermal-common.c with 100% similarity]
drivers/thermal/ti-soc-thermal/ti-thermal.h [moved from drivers/staging/ti-soc-thermal/ti-thermal.h with 100% similarity]

index 4e8a1794f50a893120c028bf915616216697ada6..79701de74855fbf8dc1e213f8331414db127f6a5 100644 (file)
@@ -118,8 +118,6 @@ source "drivers/staging/gdm72xx/Kconfig"
 
 source "drivers/staging/csr/Kconfig"
 
-source "drivers/staging/ti-soc-thermal/Kconfig"
-
 source "drivers/staging/silicom/Kconfig"
 
 source "drivers/staging/ced1401/Kconfig"
index 415772ea306dd160a9c19477b557ff16fd746fe6..f8b740c4ea7e6eb3589eed3c64c446ffcd0db5cb 100644 (file)
@@ -52,7 +52,6 @@ obj-$(CONFIG_ANDROID)         += android/
 obj-$(CONFIG_USB_WPAN_HCD)     += ozwpan/
 obj-$(CONFIG_WIMAX_GDM72XX)    += gdm72xx/
 obj-$(CONFIG_CSR_WIFI)         += csr/
-obj-$(CONFIG_TI_SOC_THERMAL)   += ti-soc-thermal/
 obj-$(CONFIG_NET_VENDOR_SILICOM)       += silicom/
 obj-$(CONFIG_CED1401)          += ced1401/
 obj-$(CONFIG_DRM_IMX)          += imx-drm/
index 5e3c02554d99574f7fb8d62b130235789b1ab66d..7205c70a46a385e8bafaa68a005a332392627bdc 100644 (file)
@@ -169,4 +169,7 @@ config INTEL_POWERCLAMP
          enforce idle time which results in more package C-state residency. The
          user interface is exposed via generic thermal framework.
 
+menu "Texas Instruments thermal drivers"
+source "drivers/thermal/ti-soc-thermal/Kconfig"
+endmenu
 endif
index c054d410ac3f001e7192f63c0bf65767d55b22b3..85693941fda03e9e200189a2badb277012ef3426 100644 (file)
@@ -23,4 +23,4 @@ obj-$(CONFIG_DB8500_THERMAL)  += db8500_thermal.o
 obj-$(CONFIG_ARMADA_THERMAL)   += armada_thermal.o
 obj-$(CONFIG_DB8500_CPUFREQ_COOLING)   += db8500_cpufreq_cooling.o
 obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
-
+obj-$(CONFIG_TI_SOC_THERMAL)   += ti-soc-thermal/