aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2024-04-19thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()Gravatar Rafael J. Wysocki 1-0/+1
2024-04-03thermal: gov_power_allocator: Allow binding without trip pointsGravatar Nikita Travkin 1-8/+4
2024-04-03thermal: gov_power_allocator: Allow binding without cooling devicesGravatar Nikita Travkin 1-1/+1
2024-03-27thermal: devfreq_cooling: Fix perf state when calculate dfc res_utilGravatar Ye Zhang 1-1/+1
2024-03-26Revert "thermal: core: Don't update trip points inside the hysteresis range"Gravatar Daniel Lezcano 1-17/+2
2024-03-13Merge tag 'thermal-v6.9-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Rafael J. Wysocki 9-44/+154
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 27-289/+196
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 3-21/+81
2024-03-11thermal/drivers/rcar_gen3: Add support for R-Car V4MGravatar Geert Uytterhoeven 1-0/+4
2024-03-11thermal/of: Assume polling-delay(-passive) 0 when absentGravatar Konrad Dybcio 1-4/+8
2024-03-11thermal/drivers/qoriq: Fix getting tmu rangeGravatar Peng Fan 1-4/+8
2024-03-11thermal/drivers/sun8i: Don't fail probe due to zone registration failureGravatar Mark Brown 1-2/+14
2024-03-11thermal/drivers/sun8i: Add support for H616 THS controllerGravatar Martin Botka 1-0/+15
2024-03-11thermal/drivers/sun8i: Add SRAM register access codeGravatar Andre Przywara 1-0/+51
2024-03-11thermal/drivers/sun8i: Extend H6 calibration to support 4 sensorsGravatar Maksim Kiselev 1-8/+20
2024-03-11thermal/drivers/sun8i: Explain unknown H6 register valueGravatar Andre Przywara 1-13/+16
2024-03-11thermal: Drop spaces before TABsGravatar Geert Uytterhoeven 4-12/+12
2024-03-11thermal/drivers/mediatek: Fix control buffer enablement on MT7896Gravatar Frank Wunderlich 1-0/+3
2024-03-11thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling...Gravatar Christophe JAILLET 1-1/+3
2024-03-11Merge branch 'pm-em'Gravatar Rafael J. Wysocki 2-17/+77
2024-03-07Merge branches 'thermal-core' and 'thermal-intel'Gravatar Rafael J. Wysocki 3-1/+4
2024-03-06thermal: core: remove unnecessary check in trip_point_hyst_store()Gravatar Dan Carpenter 1-1/+1
2024-03-05thermal: intel: int340x_thermal: Use thermal zone accessor functionsGravatar Rafael J. Wysocki 1-1/+2
2024-03-05Merge thermal core changes for 6.9 to satisfy a dependency.Gravatar Rafael J. Wysocki 21-264/+164
2024-03-05thermal: core: Remove excess empty line from a commentGravatar Flavio Suligoi 1-1/+0
2024-02-28thermal: int340x: processor_thermal: Add Lunar Lake-M PCI IDGravatar Srinivas Pandruvada 2-0/+2
2024-02-27thermal: core: Eliminate writable trip points masksGravatar Rafael J. Wysocki 12-36/+14
2024-02-27thermal: of: Set THERMAL_TRIP_FLAG_RW_TEMP directlyGravatar Rafael J. Wysocki 1-4/+4
2024-02-27thermal: imx: Set THERMAL_TRIP_FLAG_RW_TEMP directlyGravatar Rafael J. Wysocki 1-2/+3
2024-02-27thermal: intel: Set THERMAL_TRIP_FLAG_RW_TEMP directlyGravatar Rafael J. Wysocki 6-55/+38
2024-02-27thermal: core: Drop the .set_trip_hyst() thermal zone operationGravatar Rafael J. Wysocki 1-7/+0
2024-02-27thermal: core: Add flags to struct thermal_tripGravatar Rafael J. Wysocki 3-11/+18
2024-02-27thermal: core: Move initial num_trips assignment before memcpy()Gravatar Nathan Chancellor 1-1/+1
2024-02-23thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPSGravatar Rafael J. Wysocki 3-15/+1
2024-02-23thermal: intel: Adjust ops handling during thermal zone registrationGravatar Rafael J. Wysocki 7-26/+11
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceGravatar Rafael J. Wysocki 6-55/+44
2024-02-23thermal: intel: Discard trip tables after zone registrationGravatar Rafael J. Wysocki 8-73/+51
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceGravatar Rafael J. Wysocki 4-12/+13
2024-02-23Merge branch 'thermal-core'Gravatar Rafael J. Wysocki 4-9/+13
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Gravatar Thomas Gleixner 3-3/+3
2024-02-13powercap: intel_rapl: Fix locking in TPMI RAPLGravatar Zhang Rui 1-4/+4
2024-02-12thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperatureGravatar Zhang Rui 3-14/+14
2024-02-12thermal: gov_power_allocator: Avoid overwriting PID coefficients from setup timeGravatar Di Shen 1-0/+2
2024-02-12thermal: sysfs: Fix up white space in trip_point_temp_store()Gravatar Rafael J. Wysocki 1-1/+1
2024-02-08drivers/thermal/devfreq_cooling: Use new Energy Model interfaceGravatar Lukasz Luba 1-9/+40
2024-02-08drivers/thermal/cpufreq_cooling: Use new Energy Model interfaceGravatar Lukasz Luba 1-8/+37
2024-01-29thermal: gov_bang_bang: Fix possible cooling device state ping-pongGravatar Rafael J. Wysocki 1-1/+1
2024-01-29thermal: gov_fair_share: Fix dependency on trip points orderingGravatar Rafael J. Wysocki 1-7/+9
2024-01-22thermal: intel: powerclamp: Remove dead code for target mwait valueGravatar Srinivas Pandruvada 1-32/+0
2024-01-19thermal: loongson2: Replace of_device.h with explicit includesGravatar Rob Herring 1-1/+2