summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/spear_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki2023-09-051-2/+2
* thermal/drivers/spear: Don't use tz->device but pdev->devDaniel Lezcano2023-03-031-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-4/+4
* thermal/drivers/spear: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-181-3/+1
* thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* thermal: spear_thermal: simplify getting .driver_dataWolfram Sang2018-11-301-5/+3
* thermal: spear: use __maybe_unused for PM functionsArnd Bergmann2016-02-091-4/+2
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-1/+1
* thermal: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* thermal: spear: remove unnecessary OOM messagesJingoo Han2014-05-151-3/+1
*---. Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Zhang Rui2013-05-281-13/+5
|\ \ \
| | * | Thermal: don't check resource with devm_ioremap_resourceZhang Rui2013-05-281-10/+3
| | * | Thermal: spear_thermal: convert to devm_ioremap_resourceZhang Rui2013-05-201-10/+10
| | |/
| * / Thermal: spear: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0
| |/
* / Thermal: spear: Remove redundant use of of_match_ptrSachin Kamat2013-05-281-1/+1
|/
* drivers/thermal/spear_thermal.c: use devm_clk_getJulia Lawall2013-01-041-5/+2
* Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R2012-11-051-1/+1
* Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui2012-09-241-1/+1
*-. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-261-11/+17
|\ \
| | * drivers/thermal/spear_thermal.c: add Device Tree probing capabilityViresh Kumar2012-06-021-10/+16
| |/ |/|
| * Thermal: Make Thermal trip points writeableDurgadoss R2012-07-241-1/+1
|/
* thermal: spear13xx: checking for NULL instead of IS_ERR()Dan Carpenter2012-03-221-2/+2
* thermal/spear_thermal: replace readl/writel with lighter _relaxed variantsViresh Kumar2012-03-221-8/+8
* thermal: add support for thermal sensor present on SPEAr13xx machinesVincenzo Frascino2012-03-221-0/+206