aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2024-04-23thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki2-0/+5
2024-04-23thermal: gov_bang_bang: Fold thermal_zone_trip_update() into its callerRafael J. Wysocki1-42/+33
2024-04-23thermal: gov_bang_bang: Clean up thermal_zone_trip_update()Rafael J. Wysocki1-13/+6
2024-04-23thermal: gov_bang_bang: Use .trip_crossed() instead of .throttle()Rafael J. Wysocki1-18/+13
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman4-27/+9
2024-04-23thermal/drivers/loongson2: Add Loongson-2K2000 supportBinbin Zhou1-13/+51
2024-04-23thermal/drivers/loongson2: Trivial code style adjustmentBinbin Zhou1-31/+34
2024-04-23thermal/drivers/mediatek/lvts_thermal: Add MT8188 supportNicolas Pitre1-0/+96
2024-04-23thermal/drivers/mediatek/lvts_thermal: Allow early empty sensor slotsNicolas Pitre1-26/+37
2024-04-23thermal/drivers/mediatek/lvts_thermal: Provision for gt variable locationNicolas Pitre1-6/+14
2024-04-23thermal/drivers/mediatek/lvts_thermal: Add MT8186 supportNicolas Pitre1-0/+61
2024-04-23thermal/drivers/mediatek/lvts_thermal: Guard against efuse data buffer overflowNicolas Pitre1-2/+9
2024-04-23thermal/drivers/mediatek/lvts_thermal: Use offsets for every calibration byteNicolas Pitre1-65/+99
2024-04-23thermal/drivers/mediatek/lvts_thermal: Remove .hw_tshut_tempNicolas Pitre1-21/+2
2024-04-23thermal/drivers/mediatek/lvts_thermal: Move commentNicolas Pitre1-7/+7
2024-04-23thermal/drivers/mediatek/lvts_thermal: Retrieve all calibration bytesNicolas Pitre1-1/+1
2024-04-23thermal/drivers/k3_bandgap: Remove some unused fields in struct k3_bandgapChristophe JAILLET1-1/+0
2024-04-23thermal/drivers/qcom: Remove some unused fields in struct qpnp_tm_chipChristophe JAILLET1-1/+0
2024-04-23thermal/drivers/tsens: Fix null pointer dereferenceAleksandr Mishin1-1/+1
2024-04-23thermal/drivers/mediatek/lvts_thermal: Add coeff for mt8192Hsin-Te Yuan1-0/+4
2024-04-23thermal/drivers/rcar_gen3: Update temperature approximation calculationNiklas Söderlund1-78/+78
2024-04-23thermal/drivers/rcar_gen3: Move Tj_T storage to shared private dataNiklas Söderlund1-12/+23
2024-04-23thermal/drivers/amlogic: Support A1 SoC family Thermal Sensor controllerDmitry Rokosov1-0/+10
2024-04-23thermal/drivers/tsens: Add suspend to RAM support for tsensPriyansh Jain3-0/+37
2024-04-23thermal/drivers/armada: Simplify name sanitizationRasmus Villemoes1-7/+2
2024-04-23thermal/drivers/qcom/lmh: Check for SCM availability at probeKonrad Dybcio1-0/+3
2024-04-19thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki2-2/+21
2024-04-19Merge back earlier thermal control material for v6.10.Rafael J. Wysocki15-124/+415
2024-04-19thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()Rafael J. Wysocki1-0/+1
2024-04-15Merge branch 'thermal-intel' into thermalRafael J. Wysocki4-26/+163
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-8/+1
2024-04-08ACPI: DPTF: Add Lunar Lake supportSumeet Pawnikar2-0/+2
2024-04-08thermal: core: Relocate the struct thermal_governor definitionRafael J. Wysocki1-0/+25
2024-04-08thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki2-6/+37
2024-04-08thermal: core: Send trip crossing notifications at init time if neededRafael J. Wysocki1-21/+16
2024-04-08thermal: core: Rewrite comments in handle_thermal_trip()Rafael J. Wysocki1-13/+13
2024-04-08thermal: core: Make struct thermal_zone_device definition internalRafael J. Wysocki3-0/+89
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki9-49/+72
2024-04-08thermal: gov_step_wise: Simplify checks related to passive tripsRafael J. Wysocki1-8/+6
2024-04-08thermal: gov_step_wise: Simplify get_target_state()Rafael J. Wysocki1-17/+10
2024-04-03thermal: gov_power_allocator: Allow binding without trip pointsNikita Travkin1-8/+4
2024-04-03thermal: gov_power_allocator: Allow binding without cooling devicesNikita Travkin1-1/+1
2024-03-27thermal: devfreq_cooling: Fix perf state when calculate dfc res_utilYe Zhang1-1/+1
2024-03-27thermal: intel: int340x_thermal: replace deprecated strncpy() with strscpy()Justin Stitt1-2/+2
2024-03-27thermal: intel: hfi: Enable HFI only when requiredStanislaw Gruszka1-8/+89
2024-03-27thermal: netlink: Rename thermal_gnl_familyStanislaw Gruszka1-11/+11
2024-03-27thermal: netlink: Add genetlink bind/unbind notificationsStanislaw Gruszka2-5/+61
2024-03-26Revert "thermal: core: Don't update trip points inside the hysteresis range"Daniel Lezcano1-17/+2
2024-03-13Merge tag 'thermal-v6.9-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki9-44/+154
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds27-289/+196