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: sysfs: Add sanity checks for trip temperature and hysteresis
Rafael J. Wysocki
2024-09-05
1
-12
/
+38
*
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: 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
[next]