Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thermal: qoriq: remove useless call for of_thermal_get_trip_points() | Masahiro Yamada | 2017-05-24 | 1 | -3/+0 |
| | | | | | | | | | | Building this driver with W=1 reports: warning: variable 'trip' set but not used [-Wunused-but-set-variable] The call for of_thermal_get_trip_points() is useless. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com> | ||||
* | thermal: qoriq: Add thermal management support | Jia Hongtao | 2016-09-27 | 1 | -0/+328 |
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> |