]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commiteb982001dbd8546f273f444868a1031cc78b4250
tree08547bb02ed69dec61a69511b66e1ee6ac8e49d1
parentc240a539df4e2d50f86e2f31813ff6b7334cd493
thermal: introduce TI SoC thermal driver

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]