aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/dove_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29thermal: dove: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-05thermal: Use thermal_tripless_zone_device_register()Gravatar Rafael J. Wysocki 1-2/+2
2023-03-03thermal: Remove debug or error messages in get_temp() opsGravatar Daniel Lezcano 1-4/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 1-1/+1
2023-01-18thermal/drivers/dove: Use devm_platform_get_and_ioremap_resource()Gravatar ye xingchen 1-5/+2
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesGravatar Andrzej Pietrasiewicz 1-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-1/+1
2014-10-20thermal: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Gravatar Zhang Rui 1-11/+1
2013-05-28Thermal: dove: Remove redundant use of of_match_ptrGravatar Sachin Kamat 1-1/+1
2013-05-20drivers/thermal: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-10/+1
2013-05-06Thermal: dove_thermal: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2013-03-26thermal: dove: Fix thermal sensor formulaGravatar Ezequiel Garcia 1-3/+4
2013-03-11Thermal: dove: Convert to devm_ioremap_resource()Gravatar Sachin Kamat 1-10/+6
2013-02-08Thermal: Dove: Add Themal sensor support for Dove.Gravatar Andrew Lunn 1-0/+209