index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
spear_thermal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal/drivers/spear: Don't use tz->device but pdev->dev
Daniel Lezcano
2023-03-03
1
-1
/
+1
*
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
2023-03-03
1
-4
/
+4
*
thermal/drivers/spear: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-18
1
-3
/
+1
*
thermal: Explicitly enable non-changing thermal zone devices
Andrzej Pietrasiewicz
2020-06-29
1
-0
/
+7
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
1
-10
/
+1
*
thermal: spear_thermal: simplify getting .driver_data
Wolfram Sang
2018-11-30
1
-5
/
+3
*
thermal: spear: use __maybe_unused for PM functions
Arnd Bergmann
2016-02-09
1
-4
/
+2
*
thermal: consistently use int for temperatures
Sascha Hauer
2015-08-03
1
-1
/
+1
*
thermal: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
thermal: spear: remove unnecessary OOM messages
Jingoo Han
2014-05-15
1
-3
/
+1
*
-
-
-
.
Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...
Zhang Rui
2013-05-28
1
-13
/
+5
|
\
\
\
|
|
*
|
Thermal: don't check resource with devm_ioremap_resource
Zhang Rui
2013-05-28
1
-10
/
+3
|
|
*
|
Thermal: spear_thermal: convert to devm_ioremap_resource
Zhang Rui
2013-05-20
1
-10
/
+10
|
|
|
/
|
*
/
Thermal: spear: Remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-06
1
-1
/
+0
|
|
/
*
/
Thermal: spear: Remove redundant use of of_match_ptr
Sachin Kamat
2013-05-28
1
-1
/
+1
|
/
*
drivers/thermal/spear_thermal.c: use devm_clk_get
Julia Lawall
2013-01-04
1
-5
/
+2
*
Thermal: Pass zone parameters as argument to tzd_register
Durgadoss R
2012-11-05
1
-1
/
+1
*
Thermal: Remove tc1/tc2 in generic thermal layer.
Zhang Rui
2012-09-24
1
-1
/
+1
*
-
.
Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...
Len Brown
2012-07-26
1
-11
/
+17
|
\
\
|
|
*
drivers/thermal/spear_thermal.c: add Device Tree probing capability
Viresh Kumar
2012-06-02
1
-10
/
+16
|
|
/
|
/
|
|
*
Thermal: Make Thermal trip points writeable
Durgadoss R
2012-07-24
1
-1
/
+1
|
/
*
thermal: spear13xx: checking for NULL instead of IS_ERR()
Dan Carpenter
2012-03-22
1
-2
/
+2
*
thermal/spear_thermal: replace readl/writel with lighter _relaxed variants
Viresh Kumar
2012-03-22
1
-8
/
+8
*
thermal: add support for thermal sensor present on SPEAr13xx machines
Vincenzo Frascino
2012-03-22
1
-0
/
+206