summaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal/omap3-thermal-data.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30thermal: ti-soc-thermal: Remove redundant constantsKeerthy1-4/+0
Now that slope and offset data are being passed from device tree no need to populate in driver data. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2015-09-30thermal: ti-soc-thermal: add OMAP36xx supportEduardo Valentin1-0/+73
Add OMAP36xx support to ti-soc-thermal driver. This chip is also unreliable. The data provided here is based on OMAP36xx TRM: http://www.ti.com/lit/ug/swpu177aa/swpu177aa.pdf Signed-off-by: Eduardo Valentin <edubezva@gmail.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2015-09-30ti-soc-thermal: implement omap3 supportPavel Machek1-0/+103
This adds support for OMAP3 chips to ti-soc-thermal. As requested by TI people, it is marked unreliable and warning is printed. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>