summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/tegra/tegra210-soctherm.c
Commit message (Collapse)AuthorAgeFilesLines
* thermal: tegra: add hw-throttle functionWei Ni2016-09-271-0/+18
| | | | | | | | | | | | Tegra soctherm support HW throttle, when the soctherm snesors' temperature is above the throttle trip point, it will trigger pulse skiper to tune clocks accroding to the throttle depth. Add this function for Tegra124 and Tegra210. Since Tegra132 use different registers to configure pulse skiper, will support it in next patch. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
* thermal: tegra: add thermtrip functionWei Ni2016-05-171-0/+24
| | | | | | | | | | | | | Add support for hardware critical thermal limits to the SOC_THERM driver. It use the Linux thermal framework to create critical trip temp, and set it to SOC_THERM hardware. If these limits are breached, the chip will reset, and if appropriately configured, will turn off the PMIC. This support is critical for safe usage of the chip. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
* thermal: tegra: add Tegra210 specific SOC_THERM driverWei Ni2016-05-171-0/+173
Add Tegra210 specific SOC_THERM driver. Signed-off-by: Wei Ni <wni@nvidia.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
OpenPOWER on IntegriCloud