summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: intel: powerclamp: fix mismatch in get function for max_idleDavid Arcari2023-11-281-1/+1
* thermal: core: Don't update trip points inside the hysteresis rangeNícolas F. R. A. Prado2023-11-201-2/+17
* thermal/drivers/mediatek: Fix probe for THERMAL_V2Markus Schneider-Pargmann2023-11-201-1/+1
* thermal: core: prevent potential string overflowDan Carpenter2023-11-201-2/+4
* thermal: sysfs: Fix trip_point_hyst_store()Rafael J. Wysocki2023-09-181-4/+5
* thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki2023-09-141-2/+4
* thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki2023-09-111-1/+2
* thermal/of: add missing of_node_put()Julia Lawall2023-09-111-2/+6
* thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki2023-09-051-11/+0
* thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki2023-09-055-11/+12
* thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki2023-09-051-0/+11
* thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki2023-08-293-3/+5
* thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki2023-08-292-22/+4
* Merge tag 'thermal-v6.6-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2023-08-2919-73/+374
|\
| * thermal/drivers/tegra-bpmp: Check if BPMP supports trip pointsMikko Perttunen2023-08-221-1/+51
| * thermal/drivers/loongson-2: Add thermal management supportYinbo Zhu2023-08-173-0/+182
| * thermal/drivers/ti-soc-thermal: Use helper function IS_ERR_OR_NULL()Li Zetao2023-08-171-1/+1
| * thermal/drivers/generic-adc: Removed unneeded call to platform_set_drvdata()Andrei Coardos2023-08-161-1/+0
| * thermal/drivers/max77620_thermal: Removed unneeded call to platform_set_drvda...Andrei Coardos2023-08-161-2/+0
| * thermal/drivers/mediatek/auxadc_thermal: Removed call to platform_set_drvdata()Andrei Coardos2023-08-161-2/+0
| * thermal/drivers/sun8i_thermal: Remove unneeded call to platform_set_drvdata()Andrei Coardos2023-08-161-2/+0
| * thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()Andrei Coardos2023-08-161-1/+0
| * thermal/drivers/mediatek/lvts_thermal: Make readings valid in filtered modeNícolas F. R. A. Prado2023-08-161-7/+12
| * thermal/drivers/k3_bandgap: Remove unneeded call to platform_set_drvdata()Andrei Coardos2023-08-161-1/+0
| * thermal/drivers/k3_j72xx_bandgap: Removed unneeded call to platform_set_drvda...Andrei Coardos2023-08-161-2/+0
| * thermal/drivers/broadcom/sr-thermal: Removed call to platform_set_drvdata()Andrei Coardos2023-08-161-1/+0
| * thermal/drivers/samsung: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-1/+1
| * thermal/drivers/db8500: Remove redundant of_match_ptr()Ruan Jinjie2023-08-161-1/+1
| * thermal/drivers/mediatek: Clean up redundant dev_err_probe()Chen Jiahao2023-08-161-1/+1
| * thermal/drivers/sun8i: Free calibration nvmem after reading itMark Brown2023-08-161-1/+3
| * thermal/drivers/sun8i: Remove unneeded commentsYangtao Li2023-08-161-2/+0
| * thermal/drivers/tsens: Make tsens_xxxx_nvmem staticMin-Hua Chen2023-08-162-4/+4
| * thermal/drivers/imx8mm: Suppress log message on probe deferralAhmad Fatoum2023-08-161-4/+2
| * thermal/drivers/mediatek/lvts: Fix parameter check in lvts_debugfs_init()Minjie Du2023-08-161-1/+1
| * thermal/drivers/mediatek/lvts_thermal: Manage threshold between sensorsNícolas F. R. A. Prado2023-08-161-0/+69
| * thermal/drivers/mediatek/lvts_thermal: Don't leave threshold zeroedNícolas F. R. A. Prado2023-08-161-6/+6
| * thermal/drivers/mediatek/lvts_thermal: Disable undesired interruptsNícolas F. R. A. Prado2023-08-161-1/+1
| * thermal/drivers/mediatek/lvts_thermal: Use offset threshold for IRQNícolas F. R. A. Prado2023-08-161-6/+6
| * thermal/drivers/mediatek/lvts_thermal: Honor sensors in immediate modeNícolas F. R. A. Prado2023-08-161-24/+33
| * thermal/drivers/mediatek/lvts_thermal: Handle IRQ on all controllersNícolas F. R. A. Prado2023-08-161-1/+1
* | Merge tag 'thermal-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-2829-205/+123
|\ \
| * \ Merge updates of thermal drivers for Intel platforms for 6.6-rc1.Rafael J. Wysocki2023-08-242-17/+4
| |\ \
| | * | thermal: intel: intel_soc_dts_iosf: Remove redundant checkZhang Rui2023-08-221-5/+3
| | * | thermal: intel: int340x: simplify the code with module_platform_driver()Yang Yingliang2023-08-221-12/+1
| * | | thermal/of: Fix potential uninitialized value accessPeng Fan2023-08-221-4/+4
| |/ /
| * | Merge ACPI thermal driver changes for 6.6-rc1.Rafael J. Wysocki2023-08-223-15/+29
| |\ \
| * \ \ Merge Intel DTS IOSF thermal driver changes for 6.6-rc1.Rafael J. Wysocki2023-08-214-136/+78
| |\ \ \ | | |_|/ | |/| |
| | * | thermal: intel: intel_soc_dts_iosf: Use struct thermal_tripRafael J. Wysocki2023-08-112-45/+8
| | * | thermal: intel: intel_soc_dts_iosf: Rework critical trip setupRafael J. Wysocki2023-08-114-51/+27
| | * | thermal: intel: intel_soc_dts_iosf: Add helper for resetting trip pointsRafael J. Wysocki2023-08-111-6/+9