aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'thermal-v6.9-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki9-44/+154
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds27-289/+196
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-21/+81
2024-03-11thermal/drivers/rcar_gen3: Add support for R-Car V4MGeert Uytterhoeven1-0/+4
2024-03-11thermal/of: Assume polling-delay(-passive) 0 when absentKonrad Dybcio1-4/+8
2024-03-11thermal/drivers/qoriq: Fix getting tmu rangePeng Fan1-4/+8
2024-03-11thermal/drivers/sun8i: Don't fail probe due to zone registration failureMark Brown1-2/+14
2024-03-11thermal/drivers/sun8i: Add support for H616 THS controllerMartin Botka1-0/+15
2024-03-11thermal/drivers/sun8i: Add SRAM register access codeAndre Przywara1-0/+51
2024-03-11thermal/drivers/sun8i: Extend H6 calibration to support 4 sensorsMaksim Kiselev1-8/+20
2024-03-11thermal/drivers/sun8i: Explain unknown H6 register valueAndre Przywara1-13/+16
2024-03-11thermal: Drop spaces before TABsGeert Uytterhoeven4-12/+12
2024-03-11thermal/drivers/mediatek: Fix control buffer enablement on MT7896Frank Wunderlich1-0/+3
2024-03-11thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2024-03-11Merge branch 'pm-em'Rafael J. Wysocki2-17/+77
2024-03-07Merge branches 'thermal-core' and 'thermal-intel'Rafael J. Wysocki3-1/+4
2024-03-06thermal: core: remove unnecessary check in trip_point_hyst_store()Dan Carpenter1-1/+1
2024-03-05thermal: intel: int340x_thermal: Use thermal zone accessor functionsRafael J. Wysocki1-1/+2
2024-03-05Merge thermal core changes for 6.9 to satisfy a dependency.Rafael J. Wysocki21-264/+164
2024-03-05thermal: core: Remove excess empty line from a commentFlavio Suligoi1-1/+0
2024-02-28thermal: int340x: processor_thermal: Add Lunar Lake-M PCI IDSrinivas Pandruvada2-0/+2
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki12-36/+14
2024-02-27thermal: of: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki1-4/+4
2024-02-27thermal: imx: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki1-2/+3
2024-02-27thermal: intel: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki6-55/+38
2024-02-27thermal: core: Drop the .set_trip_hyst() thermal zone operationRafael J. Wysocki1-7/+0
2024-02-27thermal: core: Add flags to struct thermal_tripRafael J. Wysocki3-11/+18
2024-02-27thermal: core: Move initial num_trips assignment before memcpy()Nathan Chancellor1-1/+1
2024-02-23thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPSRafael J. Wysocki3-15/+1
2024-02-23thermal: intel: Adjust ops handling during thermal zone registrationRafael J. Wysocki7-26/+11
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki6-55/+44
2024-02-23thermal: intel: Discard trip tables after zone registrationRafael J. Wysocki8-73/+51
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki4-12/+13
2024-02-23Merge branch 'thermal-core'Rafael J. Wysocki4-9/+13
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner3-3/+3
2024-02-13powercap: intel_rapl: Fix locking in TPMI RAPLZhang Rui1-4/+4
2024-02-12thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperatureZhang Rui3-14/+14
2024-02-12thermal: gov_power_allocator: Avoid overwriting PID coefficients from setup timeDi Shen1-0/+2
2024-02-12thermal: sysfs: Fix up white space in trip_point_temp_store()Rafael J. Wysocki1-1/+1
2024-02-08drivers/thermal/devfreq_cooling: Use new Energy Model interfaceLukasz Luba1-9/+40
2024-02-08drivers/thermal/cpufreq_cooling: Use new Energy Model interfaceLukasz Luba1-8/+37
2024-01-29thermal: gov_bang_bang: Fix possible cooling device state ping-pongRafael J. Wysocki1-1/+1
2024-01-29thermal: gov_fair_share: Fix dependency on trip points orderingRafael J. Wysocki1-7/+9
2024-01-22thermal: intel: powerclamp: Remove dead code for target mwait valueSrinivas Pandruvada1-32/+0
2024-01-19thermal: loongson2: Replace of_device.h with explicit includesRob Herring1-1/+2
2024-01-17Merge tag 'thermal-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds12-126/+1018
2024-01-16Merge branches 'thermal-core' and 'thermal-intel'Rafael J. Wysocki12-126/+1018
2024-01-12thermal/debugfs: Unlock on error path in thermal_debug_tz_trip_up()Dan Carpenter1-1/+2
2024-01-12thermal: intel: hfi: Add syscore callbacks for system-wide PMRicardo Neri1-0/+28
2024-01-12thermal: gov_power_allocator: avoid inability to reset a cdevDi Shen1-1/+1