index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
thermal: Make thermal_zone_device_is_enabled() available to core only
Andrzej Pietrasiewicz
2020-07-07
2
-1
/
+2
|
*
|
thermal: imx: Use driver's local data to decide whether to run a measurement
Andrzej Pietrasiewicz
2020-07-07
1
-3
/
+4
|
*
|
thermal: Rename set_mode() to change_mode()
Andrzej Pietrasiewicz
2020-06-29
4
-12
/
+12
|
*
|
thermal: Simplify or eliminate unnecessary set_mode() methods
Andrzej Pietrasiewicz
2020-06-29
3
-28
/
+0
|
*
|
thermal: core: Stop polling DISABLED thermal devices
Andrzej Pietrasiewicz
2020-06-29
1
-2
/
+14
|
*
|
thermal: Explicitly enable non-changing thermal zone devices
Andrzej Pietrasiewicz
2020-06-29
10
-1
/
+58
|
*
|
thermal: Use mode helpers in drivers
Andrzej Pietrasiewicz
2020-06-29
10
-61
/
+42
|
*
|
thermal: Add mode helpers
Andrzej Pietrasiewicz
2020-06-29
1
-0
/
+53
|
*
|
thermal: remove get_mode() operation of drivers
Andrzej Pietrasiewicz
2020-06-29
7
-77
/
+3
|
*
|
thermal: Store device mode in struct thermal_zone_device
Andrzej Pietrasiewicz
2020-06-29
5
-39
/
+22
|
*
|
thermal: Store thermal mode in a dedicated enum
Andrzej Pietrasiewicz
2020-06-29
1
-11
/
+7
|
|
/
*
|
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-06
1
-4
/
+1
|
\
\
|
*
|
sched,powerclamp: Convert to sched_set_fifo()
Peter Zijlstra
2020-06-15
1
-4
/
+1
|
|
/
*
|
Merge branches 'pm-em' and 'pm-core'
Rafael J. Wysocki
2020-08-03
1
-6
/
+6
|
\
\
|
*
|
PM / EM: change naming convention from 'capacity' to 'performance'
Lukasz Luba
2020-06-24
1
-6
/
+6
|
|
/
*
|
Merge tag 'thermal-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-07-16
3
-6
/
+9
|
\
\
|
*
|
Revert "thermal: mediatek: fix register index error"
Enric Balletbo i Serra
2020-07-15
1
-4
/
+2
|
*
|
thermal: int3403_thermal: Downgrade error message
Alex Hung
2020-07-15
1
-1
/
+1
|
*
|
thermal/int340x_thermal: Prevent page fault on .set_mode() op
Bartosz Szczepanek
2020-07-14
1
-1
/
+6
|
|
/
*
|
thermal/drivers/rcar_gen3: Fix undefined temperature if negative
Dien Pham
2020-06-29
1
-1
/
+1
*
|
thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from power
Finley Xiao
2020-06-29
1
-3
/
+3
*
|
thermal/drivers/tsens: Fix compilation warnings by making functions static
Amit Kucheria
2020-06-29
1
-5
/
+5
*
|
thermal/drivers/sprd: Fix return value of sprd_thm_probe()
Tiezhu Yang
2020-06-29
1
-2
/
+2
*
|
thermal/drivers/mediatek: Fix bank number settings on mt8183
Michael Kao
2020-06-29
1
-1
/
+4
*
|
thermal/drivers: imx: Fix missing of_node_put() at probe time
Anson Huang
2020-06-29
1
-3
/
+4
|
/
*
Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-06-12
30
-976
/
+1534
|
\
|
*
thermal/int340x_thermal: Don't require IDSP to exist
Matthew Garrett
2020-05-29
1
-8
/
+22
|
*
thermal/int340x_thermal: Export OEM vendor variables
Matthew Garrett
2020-05-29
1
-1
/
+131
|
*
thermal/int340x_thermal: Export GDDV
Matthew Garrett
2020-05-29
1
-0
/
+60
|
*
thermal: qoriq: Update the settings for TMUv2
Yuantian Tang
2020-05-29
1
-2
/
+24
|
*
thermal: rcar_thermal: Clean up rcar_thermal_update_temp()
Niklas Söderlund
2020-05-22
1
-5
/
+4
|
*
thermal: qoriq: Add platform dependencies
Geert Uytterhoeven
2020-05-22
1
-2
/
+2
|
*
drivers: thermal: tsens: Merge tsens-common.c into tsens.c
Amit Kucheria
2020-05-22
4
-850
/
+840
|
*
thermal/of: Rename of-thermal.c
Amit Kucheria
2020-05-22
2
-1
/
+1
|
*
thermal/governors: Prefix all source files with gov_
Amit Kucheria
2020-05-22
5
-4
/
+4
|
*
thermal/drivers/user_space: Sort headers alphabetically
Amit Kucheria
2020-05-22
1
-1
/
+1
|
*
thermal/drivers/of-thermal: Sort headers alphabetically
Amit Kucheria
2020-05-22
1
-5
/
+5
|
*
thermal/drivers/cpufreq_cooling: Replace module.h with export.h
Amit Kucheria
2020-05-22
1
-1
/
+1
|
*
thermal/drivers/cpufreq_cooling: Sort headers alphabetically
Amit Kucheria
2020-05-22
1
-4
/
+4
|
*
thermal/drivers/clock_cooling: Include export.h
Amit Kucheria
2020-05-22
1
-0
/
+1
|
*
thermal/drivers/clock_cooling: Sort headers alphabetically
Amit Kucheria
2020-05-22
1
-1
/
+1
|
*
thermal/drivers/thermal_hwmon: Include export.h
Amit Kucheria
2020-05-22
1
-0
/
+1
|
*
thermal/drivers/thermal_hwmon: Sort headers alphabetically
Amit Kucheria
2020-05-22
1
-2
/
+3
|
*
thermal/drivers/thermal_helpers: Include export.h
Amit Kucheria
2020-05-22
1
-0
/
+1
|
*
thermal/drivers/thermal_helpers: Sort headers alphabetically
Amit Kucheria
2020-05-22
1
-1
/
+1
|
*
thermal/core: Replace module.h with export.h
Amit Kucheria
2020-05-22
1
-1
/
+1
|
*
thermal/core: Get rid of MODULE_* tags
Amit Kucheria
2020-05-22
1
-4
/
+0
|
*
thermal: imx8mm: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-22
1
-1
/
+1
|
*
thermal/drivers/cpuidle_cooling: Change the registration function
Daniel Lezcano
2020-05-19
1
-12
/
+51
|
*
thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR
Sudip Mukherjee
2020-04-29
1
-3
/
+3
[prev]
[next]