index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
1
-1
/
+0
*
Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...
Rafael J. Wysocki
2024-09-10
11
-67
/
+41
|
\
|
*
thermal/drivers/imx_sc_thermal: Use dev_err_probe
Alexander Stein
2024-09-04
1
-2
/
+1
|
*
thermal/drivers/ti-soc-thermal: Remove unused declarations
Zhang Zekun
2024-09-02
1
-4
/
+0
|
*
thermal/drivers/imx: Remove __maybe_unused notations
Fabio Estevam
2024-09-02
1
-8
/
+8
|
*
thermal/drivers/qoriq: Remove __maybe_unused notations
Fabio Estevam
2024-09-02
1
-5
/
+5
|
*
thermal/drivers/sprd: Use devm_clk_get_enabled() helpers
Huan Yang
2024-09-02
1
-11
/
+3
|
*
thermal/drivers/renesas: Remove trailing space after \n newline
Colin Ian King
2024-09-02
1
-1
/
+1
|
*
thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()
Yan Zhen
2024-09-02
1
-9
/
+6
|
*
thermal/drivers/sti: Depend on THERMAL_OF subsystem
Raphael Gallais-Pou
2024-09-02
2
-18
/
+12
|
*
thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
Raphael Gallais-Pou
2024-09-02
3
-9
/
+5
*
|
Merge branch 'thermal-core'
Rafael J. Wysocki
2024-09-09
4
-52
/
+49
|
\
\
|
|
/
|
/
|
|
*
thermal: core: Drop thermal_zone_device_is_enabled()
Rafael J. Wysocki
2024-09-05
3
-15
/
+2
|
*
thermal: core: Check passive delay in monitor_thermal_zone()
Rafael J. Wysocki
2024-09-05
1
-13
/
+3
|
*
thermal: core: Drop dead code from monitor_thermal_zone()
Rafael J. Wysocki
2024-09-05
1
-3
/
+1
|
*
thermal: core: Drop redundant lockdep_assert_held()
Rafael J. Wysocki
2024-09-05
1
-2
/
+0
|
*
thermal: gov_bang_bang: Adjust states of all uninitialized instances
Rafael J. Wysocki
2024-09-05
1
-8
/
+6
|
*
thermal: sysfs: Add sanity checks for trip temperature and hysteresis
Rafael J. Wysocki
2024-09-05
1
-12
/
+38
*
|
Merge branch 'thermal-core'
Rafael J. Wysocki
2024-08-29
19
-567
/
+1015
|
\
|
|
*
thermal: core: Drop tz field from struct thermal_instance
Rafael J. Wysocki
2024-08-23
3
-4
/
+1
|
*
thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()
Rafael J. Wysocki
2024-08-23
1
-6
/
+0
|
*
thermal: core: Rename cdev-to-thermal-zone bind/unbind functions
Rafael J. Wysocki
2024-08-23
1
-8
/
+8
|
*
thermal: core: Fix rounding of delay jiffies
Rafael J. Wysocki
2024-08-23
1
-13
/
+10
|
*
thermal: core: Clean up trip bind/unbind functions
Rafael J. Wysocki
2024-08-23
1
-33
/
+21
|
*
thermal: core: Drop unused bind/unbind functions and callbacks
Rafael J. Wysocki
2024-08-23
1
-72
/
+3
|
*
thermal/of: Use the .should_bind() thermal zone callback
Rafael J. Wysocki
2024-08-23
1
-131
/
+40
|
*
thermal: imx: Use the .should_bind() thermal zone callback
Rafael J. Wysocki
2024-08-22
1
-14
/
+6
|
*
thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...
Rafael J. Wysocki
2024-08-22
1
-6
/
+4
|
*
thermal: core: Introduce .should_bind() thermal zone callback
Rafael J. Wysocki
2024-08-22
1
-24
/
+82
|
*
thermal: core: Move thermal zone locking out of bind/unbind functions
Rafael J. Wysocki
2024-08-22
1
-8
/
+22
|
*
thermal: sysfs: Use the dev argument in instance-related show/store
Rafael J. Wysocki
2024-08-22
1
-8
/
+7
|
*
thermal: core: Drop redundant thermal instance checks
Rafael J. Wysocki
2024-08-22
1
-2
/
+2
|
*
thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()
Rafael J. Wysocki
2024-08-22
1
-12
/
+4
|
*
thermal: core: Fold two functions into their respective callers
Rafael J. Wysocki
2024-08-22
1
-36
/
+19
|
*
thermal: Introduce a debugfs-based testing facility
Rafael J. Wysocki
2024-08-22
6
-0
/
+717
|
*
thermal/core: Compute low and high boundaries in thermal_zone_device_update()
Daniel Lezcano
2024-08-19
3
-29
/
+12
|
*
Merge back thermal core material for 6.12.
Rafael J. Wysocki
2024-08-19
10
-254
/
+150
|
|
\
|
|
*
thermal: sysfs: Refine the handling of trip hysteresis changes
Rafael J. Wysocki
2024-08-13
3
-7
/
+7
|
|
*
thermal: sysfs: Get to trips via attribute pointers
Rafael J. Wysocki
2024-08-13
1
-34
/
+20
|
|
*
thermal: core: Store trip sysfs attributes in thermal_trip_desc
Rafael J. Wysocki
2024-08-13
2
-82
/
+46
|
|
*
thermal: trip: Drop thermal_zone_get_trip()
Rafael J. Wysocki
2024-08-02
1
-14
/
+0
|
|
*
thermal: trip: Get rid of thermal_zone_get_num_trips()
Rafael J. Wysocki
2024-08-02
2
-11
/
+1
|
|
*
thermal: helpers: Drop get_thermal_instance()
Rafael J. Wysocki
2024-08-02
2
-29
/
+6
|
|
*
thermal: tegra: Use thermal_zone_for_each_trip() for walking trip points
Rafael J. Wysocki
2024-08-02
2
-31
/
+32
|
|
*
thermal: tegra: Introduce struct trip_temps for critical and hot trips
Rafael J. Wysocki
2024-08-02
1
-14
/
+20
|
|
*
thermal: qcom: Use thermal_zone_get_crit_temp() in qpnp_tm_init()
Rafael J. Wysocki
2024-08-02
1
-19
/
+3
|
|
*
thermal: hisi: Use thermal_zone_for_each_trip() in hisi_thermal_register_sens...
Rafael J. Wysocki
2024-08-02
1
-11
/
+14
|
|
*
thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm2835_thermal_probe()
Rafael J. Wysocki
2024-08-02
1
-4
/
+3
*
|
|
thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
Krzysztof Kozlowski
2024-08-22
1
-6
/
+7
*
|
|
thermal: of: Fix OF node leak in thermal_of_zone_register()
Krzysztof Kozlowski
2024-08-22
1
-1
/
+5
[next]