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: of: Fix OF node leak in thermal_of_trips_init() error path
Krzysztof Kozlowski
2024-08-22
1
-2
/
+2
*
|
|
thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()
Yang Ruibin
2024-08-21
1
-3
/
+3
|
/
/
*
|
thermal: gov_bang_bang: Use governor_data to reduce overhead
Rafael J. Wysocki
2024-08-16
2
-1
/
+20
*
|
thermal: gov_bang_bang: Add .manage() callback
Rafael J. Wysocki
2024-08-16
1
-0
/
+30
*
|
thermal: gov_bang_bang: Split bang_bang_control()
Rafael J. Wysocki
2024-08-16
1
-19
/
+23
*
|
thermal: gov_bang_bang: Call __thermal_cdev_update() directly
Rafael J. Wysocki
2024-08-16
1
-4
/
+1
|
/
*
Merge branch 'thermal-intel'
Rafael J. Wysocki
2024-07-31
1
-7
/
+22
|
\
|
*
thermal: intel: int340x: Free MSI IRQ vectors on module exit
Srinivas Pandruvada
2024-07-30
1
-0
/
+3
|
*
thermal: intel: int340x: Allow limited thermal MSI support
Srinivas Pandruvada
2024-07-30
1
-5
/
+5
|
*
thermal: intel: int340x: Fix kernel warning during MSI cleanup
Srinivas Pandruvada
2024-07-30
1
-2
/
+14
*
|
thermal: trip: Avoid skipping trips in thermal_zone_set_trips()
Rafael J. Wysocki
2024-07-31
1
-2
/
+2
|
/
*
thermal: core: Back off when polling thermal zones on errors
Rafael J. Wysocki
2024-07-24
2
-7
/
+61
*
thermal: trip: Split thermal_zone_device_set_mode()
Rafael J. Wysocki
2024-07-23
1
-7
/
+24
*
thermal: core: Allow thermal zones to tell the core to ignore them
Rafael J. Wysocki
2024-07-18
3
-27
/
+29
*
Merge branch 'thermal-intel'
Rafael J. Wysocki
2024-07-15
11
-79
/
+412
|
\
|
*
thermal: intel: hfi: Give HFI instances package scope
Zhang Rui
2024-07-09
1
-13
/
+17
|
*
thermal: intel: int340x: Enable WLT and power floor support for Lunar Lake
Srinivas Pandruvada
2024-06-21
1
-1
/
+2
|
*
thermal: intel: int340x: Support MSI interrupt for Lunar Lake
Srinivas Pandruvada
2024-06-21
2
-23
/
+90
|
*
thermal: intel: int340x: Remove unnecessary calls to free irq
Srinivas Pandruvada
2024-06-21
1
-3
/
+0
|
*
thermal: intel: int340x: Add DLVR support for Lunar Lake
Srinivas Pandruvada
2024-06-21
2
-3
/
+33
|
*
thermal: intel: int340x: Capability to map user space to firmware values
Srinivas Pandruvada
2024-06-21
1
-4
/
+76
|
*
thermal: intel: int340x: Cleanup of DLVR sysfs on driver remove
Srinivas Pandruvada
2024-06-21
1
-1
/
+2
|
*
thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offset
Ricardo Neri
2024-06-21
1
-1
/
+1
|
*
thermal: intel: intel_tcc: Add model checks for temperature registers
Ricardo Neri
2024-06-21
1
-5
/
+172
|
*
Merge back thermal control changes related to Intel platforms for v6.11
Rafael J. Wysocki
2024-06-21
5
-28
/
+22
|
|
\
|
|
*
thermal: intel: intel_pch: Improve cooling log
Zhang Rui
2024-06-07
1
-0
/
+5
|
|
*
thermal: int3403: remove unused struct 'int3403_performance_state'
Dr. David Alan Gilbert
2024-06-07
1
-11
/
+0
|
|
*
thermal: int3400: Use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-06-07
1
-1
/
+1
|
|
*
thermal: intel: intel_soc_dts_thermal: Switch to new Intel CPU model defines
Tony Luck
2024-06-07
1
-1
/
+1
|
|
*
thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model defines
Tony Luck
2024-06-07
1
-15
/
+15
*
|
|
Merge branch 'thermal-core'
Rafael J. Wysocki
2024-07-15
13
-102
/
+132
|
\
\
\
|
*
|
|
thermal: core: Add sanity checks for polling_delay and passive_delay
Rafael J. Wysocki
2024-07-12
1
-0
/
+8
|
*
|
|
thermal: trip: Fold __thermal_zone_get_trip() into its caller
Rafael J. Wysocki
2024-07-12
1
-14
/
+4
|
*
|
|
thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callback
Rafael J. Wysocki
2024-07-12
9
-39
/
+55
|
*
|
|
thermal: imx: Drop critical trip check from imx_set_trip_temp()
Rafael J. Wysocki
2024-07-10
1
-9
/
+0
|
*
|
|
thermal: trip: Add conversion macros for thermal trip priv field
Rafael J. Wysocki
2024-07-09
1
-12
/
+2
|
*
|
|
thermal: helpers: Introduce thermal_trip_is_bound_to_cdev()
Rafael J. Wysocki
2024-07-09
1
-12
/
+35
|
*
|
|
thermal: core: Change passive_delay and polling_delay data type
Rafael J. Wysocki
2024-07-09
1
-1
/
+2
|
*
|
|
thermal: core: constify 'type' in devm_thermal_of_cooling_device_register()
Krzysztof Kozlowski
2024-07-04
1
-1
/
+1
|
*
|
|
thermal: uniphier: Use thermal_zone_for_each_trip() for walking trip points
Rafael J. Wysocki
2024-07-04
1
-14
/
+25
*
|
|
|
thermal/drivers/sti: Cleanup code related to stih416
Raphael Gallais-Pou
2024-07-15
1
-10
/
+0
*
|
|
|
thermal/drivers/generic-adc: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
1
-6
/
+2
*
|
|
|
thermal/drivers/generic-adc: Simplify probe() with local dev variable
Krzysztof Kozlowski
2024-07-15
1
-10
/
+11
*
|
|
|
thermal/drivers/qcom-tsens: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
1
-5
/
+3
*
|
|
|
thermal/drivers/qcom-spmi-adc-tm5: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
1
-6
/
+3
*
|
|
|
thermal/drivers/imx: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
1
-3
/
+1
*
|
|
|
thermal/drivers/imx: Simplify probe() with local dev variable
Krzysztof Kozlowski
2024-07-15
1
-20
/
+20
*
|
|
|
thermal/drivers/hisi: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
1
-7
/
+2
*
|
|
|
thermal/drivers/exynos: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
1
-13
/
+7
*
|
|
|
thermal/drivers/exynos: Simplify probe() with local dev variable
Krzysztof Kozlowski
2024-07-15
1
-22
/
+20
[prev]
[next]