]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/thermal/Makefile
thermal: qoriq: Add thermal management support
authorJia Hongtao <hongtao.jia@nxp.com>
Thu, 30 Jun 2016 03:08:38 +0000 (11:08 +0800)
committerZhang Rui <rui.zhang@intel.com>
Tue, 27 Sep 2016 06:02:16 +0000 (14:02 +0800)
commit43528445f6db0e934592a0c58b5a71d6be51aa41
tree5854c525015846058bcf4627b2d9f34c258e4990
parent64a411e8042ed00057658000126fd9f2b4105bdd
thermal: qoriq: Add thermal management support

This driver add thermal management support by enabling TMU (Thermal
Monitoring Unit) on QorIQ platform.

It's based on thermal of framework:
- Trip points defined in device tree.
- Cpufreq as cooling device registered in qoriq cpufreq driver.

Signed-off-by: Jia Hongtao <hongtao.jia@nxp.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/qoriq_thermal.c [new file with mode: 0644]