]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11aa41054dacb51096ee8c2b87d940fc82e19c71
tree5854c525015846058bcf4627b2d9f34c258e4990
parent4a92948f4a421518c93bc4718de024396077290e
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]