thermal: introduce TI SoC thermal driver
authorEduardo Valentin <eduardo.valentin@ti.com>
Wed, 15 May 2013 15:46:00 +0000 (15:46 +0000)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:45:08 +0000 (11:45 +0900)
commitfbd4e8dbd5c864b149fbfcab72c0d204438f3388
tree6e4948ae34b03eb01df0dcae0dd73e8930b8ecee
parent2cff1139344a5a92ab4550bc8b97e4aaae5e0e31
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>
13 files changed:
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/ti-soc-thermal/Kconfig [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/Makefile [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/TODO [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/omap4-thermal-data.c [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/omap4xxx-bandgap.h [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/omap5-thermal-data.c [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/ti-bandgap.c [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/ti-bandgap.h [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/ti-thermal-common.c [new file with mode: 0644]
drivers/thermal/ti-soc-thermal/ti-thermal.h [new file with mode: 0644]