summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | thermal/drivers/rcar_gen3: Update temperature approximation calculationNiklas Söderlund2024-04-231-78/+78
| | * | | | | | thermal/drivers/rcar_gen3: Move Tj_T storage to shared private dataNiklas Söderlund2024-04-231-12/+23
| | * | | | | | thermal/drivers/amlogic: Support A1 SoC family Thermal Sensor controllerDmitry Rokosov2024-04-231-0/+10
| | * | | | | | thermal/drivers/tsens: Add suspend to RAM support for tsensPriyansh Jain2024-04-233-0/+37
| | * | | | | | thermal/drivers/armada: Simplify name sanitizationRasmus Villemoes2024-04-231-7/+2
| | * | | | | | thermal/drivers/qcom/lmh: Check for SCM availability at probeKonrad Dybcio2024-04-231-0/+3
| | |/ / / / /
| | * | | | | Merge back earlier thermal control material for v6.10.Rafael J. Wysocki2024-04-1915-124/+415
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Merge branch 'thermal-intel' into thermalRafael J. Wysocki2024-04-154-26/+163
| | | |\| | |
| | | | * | | thermal: intel: int340x_thermal: replace deprecated strncpy() with strscpy()Justin Stitt2024-03-271-2/+2
| | | | * | | thermal: intel: hfi: Enable HFI only when requiredStanislaw Gruszka2024-03-271-8/+89
| | | | * | | thermal: netlink: Rename thermal_gnl_familyStanislaw Gruszka2024-03-271-11/+11
| | | | * | | thermal: netlink: Add genetlink bind/unbind notificationsStanislaw Gruszka2024-03-272-5/+61
| | | * | | | thermal: core: Relocate the struct thermal_governor definitionRafael J. Wysocki2024-04-081-0/+25
| | | * | | | thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki2024-04-082-6/+37
| | | * | | | thermal: core: Send trip crossing notifications at init time if neededRafael J. Wysocki2024-04-081-21/+16
| | | * | | | thermal: core: Rewrite comments in handle_thermal_trip()Rafael J. Wysocki2024-04-081-13/+13
| | | * | | | thermal: core: Make struct thermal_zone_device definition internalRafael J. Wysocki2024-04-083-0/+89
| | | * | | | thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki2024-04-089-49/+72
| | | * | | | thermal: gov_step_wise: Simplify checks related to passive tripsRafael J. Wysocki2024-04-081-8/+6
| | | * | | | thermal: gov_step_wise: Simplify get_target_state()Rafael J. Wysocki2024-04-081-17/+10
| | | | |/ / | | | |/| |
* | | | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-3/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | thermal/cpufreq: Remove arch_update_thermal_pressure()Vincent Guittot2024-04-241-3/+0
| | |_|_|/ | |/| | |
* | | | | thermal/debugfs: Prevent use-after-free from occurring after cdev removalRafael J. Wysocki2024-04-261-3/+11
* | | | | thermal/debugfs: Fix two locking issues with thermal zone debugRafael J. Wysocki2024-04-261-12/+22
* | | | | thermal/debugfs: Free all thermal zone debug memory on zone removalRafael J. Wysocki2024-04-261-0/+13
| |/ / / |/| | |
* | | | thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()Rafael J. Wysocki2024-04-191-0/+1
| |/ / |/| |
* | | thermal: gov_power_allocator: Allow binding without trip pointsNikita Travkin2024-04-031-8/+4
* | | thermal: gov_power_allocator: Allow binding without cooling devicesNikita Travkin2024-04-031-1/+1
* | | thermal: devfreq_cooling: Fix perf state when calculate dfc res_utilYe Zhang2024-03-271-1/+1
| |/ |/|
* | Revert "thermal: core: Don't update trip points inside the hysteresis range"Daniel Lezcano2024-03-261-17/+2
|/
* Merge tag 'thermal-v6.9-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2024-03-139-44/+154
|\
| * thermal/drivers/rcar_gen3: Add support for R-Car V4MGeert Uytterhoeven2024-03-111-0/+4
| * thermal/of: Assume polling-delay(-passive) 0 when absentKonrad Dybcio2024-03-111-4/+8
| * thermal/drivers/qoriq: Fix getting tmu rangePeng Fan2024-03-111-4/+8
| * thermal/drivers/sun8i: Don't fail probe due to zone registration failureMark Brown2024-03-111-2/+14
| * thermal/drivers/sun8i: Add support for H616 THS controllerMartin Botka2024-03-111-0/+15
| * thermal/drivers/sun8i: Add SRAM register access codeAndre Przywara2024-03-111-0/+51
| * thermal/drivers/sun8i: Extend H6 calibration to support 4 sensorsMaksim Kiselev2024-03-111-8/+20
| * thermal/drivers/sun8i: Explain unknown H6 register valueAndre Przywara2024-03-111-13/+16
| * thermal: Drop spaces before TABsGeert Uytterhoeven2024-03-114-12/+12
| * thermal/drivers/mediatek: Fix control buffer enablement on MT7896Frank Wunderlich2024-03-111-0/+3
| * thermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling...Christophe JAILLET2024-03-111-1/+3
* | Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1327-289/+196
|\|
| * Merge branches 'thermal-core' and 'thermal-intel'Rafael J. Wysocki2024-03-073-1/+4
| |\
| | * thermal: intel: int340x_thermal: Use thermal zone accessor functionsRafael J. Wysocki2024-03-051-1/+2
| | * Merge thermal core changes for 6.9 to satisfy a dependency.Rafael J. Wysocki2024-03-0521-264/+164
| | |\
| | * | thermal: int340x: processor_thermal: Add Lunar Lake-M PCI IDSrinivas Pandruvada2024-02-282-0/+2
| * | | thermal: core: remove unnecessary check in trip_point_hyst_store()Dan Carpenter2024-03-061-1/+1
| | |/ | |/|
| * | thermal: core: Remove excess empty line from a commentFlavio Suligoi2024-03-051-1/+0
| * | thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-2712-36/+14