summaryrefslogtreecommitdiff
path: root/drivers/thermal/kirkwood_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29thermal: kirkwood: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-05thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki1-2/+2
2023-03-03thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano1-4/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-1/+1
2023-01-18thermal/drivers/kirkwood: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz1-0/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-1/+1
2014-10-20thermal: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Zhang Rui1-7/+1
2013-05-28Thermal: kirkwood: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-20drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+1
2013-05-06Thermal: kirkwood: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-03-26thermal: kirkwood: Fix thermal sensor formulaEzequiel Garcia1-4/+4
2013-03-26thermal: kirkwood: Fix valid check for thermal registerEzequiel Garcia1-2/+2
2013-03-11Thermal: kirkwood: Convert to devm_ioremap_resource()Sachin Kamat1-5/+3
2013-02-08thermal: Add support for the thermal sensor on Kirkwood SoCsNobuhiro Iwamatsu1-0/+134