summaryrefslogtreecommitdiff
path: root/drivers/thermal/spear_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02thermal: spear: 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/drivers/spear: Don't use tz->device but pdev->devDaniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-4/+4
2023-01-18thermal/drivers/spear: 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
2018-11-30thermal: spear_thermal: simplify getting .driver_dataWolfram Sang1-5/+3
2016-02-09thermal: spear: use __maybe_unused for PM functionsArnd Bergmann1-4/+2
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-1/+1
2014-10-20thermal: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-15thermal: spear: remove unnecessary OOM messagesJingoo Han1-3/+1
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Zhang Rui1-13/+5
2013-05-28Thermal: spear: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-28Thermal: don't check resource with devm_ioremap_resourceZhang Rui1-10/+3
2013-05-20Thermal: spear_thermal: convert to devm_ioremap_resourceZhang Rui1-10/+10
2013-05-06Thermal: spear: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-01-04drivers/thermal/spear_thermal.c: use devm_clk_getJulia Lawall1-5/+2
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R1-1/+1
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-1/+1
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown1-11/+17
2012-07-24Thermal: Make Thermal trip points writeableDurgadoss R1-1/+1
2012-06-02drivers/thermal/spear_thermal.c: add Device Tree probing capabilityViresh Kumar1-10/+16
2012-03-22thermal: spear13xx: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2012-03-22thermal/spear_thermal: replace readl/writel with lighter _relaxed variantsViresh Kumar1-8/+8
2012-03-22thermal: add support for thermal sensor present on SPEAr13xx machinesVincenzo Frascino1-0/+206