summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
AgeCommit message (Expand)AuthorLines
2023-09-05thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki-11/+0
2023-09-05thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki-11/+12
2023-09-05thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki-0/+11
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki-3/+5
2023-08-29thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki-22/+4
2023-08-29Merge tag 'thermal-v6.6-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki-73/+374
2023-08-28Merge tag 'thermal-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-205/+123
2023-08-28Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-15/+29
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-08-25Merge branch 'acpi-thermal'Rafael J. Wysocki-15/+29
2023-08-24Merge updates of thermal drivers for Intel platforms for 6.6-rc1.Rafael J. Wysocki-17/+4
2023-08-22thermal: intel: intel_soc_dts_iosf: Remove redundant checkZhang Rui-5/+3
2023-08-22thermal: intel: int340x: simplify the code with module_platform_driver()Yang Yingliang-12/+1
2023-08-22thermal/of: Fix potential uninitialized value accessPeng Fan-4/+4
2023-08-22thermal/drivers/tegra-bpmp: Check if BPMP supports trip pointsMikko Perttunen-1/+51
2023-08-22Merge ACPI thermal driver changes for 6.6-rc1.Rafael J. Wysocki-15/+29
2023-08-21Merge Intel DTS IOSF thermal driver changes for 6.6-rc1.Rafael J. Wysocki-136/+78
2023-08-17thermal: core: Rework and rename __for_each_thermal_trip()Rafael J. Wysocki-14/+8
2023-08-17thermal: core: Introduce thermal_zone_device_exec()Rafael J. Wysocki-0/+19
2023-08-17thermal/drivers/loongson-2: Add thermal management supportYinbo Zhu-0/+182
2023-08-17thermal/drivers/ti-soc-thermal: Use helper function IS_ERR_OR_NULL()Li Zetao-1/+1
2023-08-16thermal/drivers/generic-adc: Removed unneeded call to platform_set_drvdata()Andrei Coardos-1/+0
2023-08-16thermal/drivers/max77620_thermal: Removed unneeded call to platform_set_drvda...Andrei Coardos-2/+0
2023-08-16thermal/drivers/mediatek/auxadc_thermal: Removed call to platform_set_drvdata()Andrei Coardos-2/+0
2023-08-16thermal/drivers/sun8i_thermal: Remove unneeded call to platform_set_drvdata()Andrei Coardos-2/+0
2023-08-16thermal/drivers/broadcom/brcstb_thermal: Removed unneeded platform_set_drvdata()Andrei Coardos-1/+0
2023-08-16thermal/drivers/mediatek/lvts_thermal: Make readings valid in filtered modeNícolas F. R. A. Prado-7/+12
2023-08-16thermal/drivers/k3_bandgap: Remove unneeded call to platform_set_drvdata()Andrei Coardos-1/+0
2023-08-16thermal/drivers/k3_j72xx_bandgap: Removed unneeded call to platform_set_drvda...Andrei Coardos-2/+0
2023-08-16thermal/drivers/broadcom/sr-thermal: Removed call to platform_set_drvdata()Andrei Coardos-1/+0
2023-08-16thermal/drivers/samsung: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2023-08-16thermal/drivers/db8500: Remove redundant of_match_ptr()Ruan Jinjie-1/+1
2023-08-16thermal/drivers/mediatek: Clean up redundant dev_err_probe()Chen Jiahao-1/+1
2023-08-16thermal/drivers/sun8i: Free calibration nvmem after reading itMark Brown-1/+3
2023-08-16thermal/drivers/sun8i: Remove unneeded commentsYangtao Li-2/+0
2023-08-16thermal/drivers/tsens: Make tsens_xxxx_nvmem staticMin-Hua Chen-4/+4
2023-08-16thermal/drivers/imx8mm: Suppress log message on probe deferralAhmad Fatoum-4/+2
2023-08-16thermal/drivers/mediatek/lvts: Fix parameter check in lvts_debugfs_init()Minjie Du-1/+1
2023-08-16thermal/drivers/mediatek/lvts_thermal: Manage threshold between sensorsNícolas F. R. A. Prado-0/+69
2023-08-16thermal/drivers/mediatek/lvts_thermal: Don't leave threshold zeroedNícolas F. R. A. Prado-6/+6
2023-08-16thermal/drivers/mediatek/lvts_thermal: Disable undesired interruptsNícolas F. R. A. Prado-1/+1
2023-08-16thermal/drivers/mediatek/lvts_thermal: Use offset threshold for IRQNícolas F. R. A. Prado-6/+6
2023-08-16thermal/drivers/mediatek/lvts_thermal: Honor sensors in immediate modeNícolas F. R. A. Prado-24/+33
2023-08-16thermal/drivers/mediatek/lvts_thermal: Handle IRQ on all controllersNícolas F. R. A. Prado-1/+1
2023-08-11thermal: intel: intel_soc_dts_iosf: Use struct thermal_tripRafael J. Wysocki-45/+8
2023-08-11thermal: intel: intel_soc_dts_iosf: Rework critical trip setupRafael J. Wysocki-51/+27
2023-08-11thermal: intel: intel_soc_dts_iosf: Add helper for resetting trip pointsRafael J. Wysocki-6/+9
2023-08-11thermal: intel: intel_soc_dts_iosf: Change initialization orderingRafael J. Wysocki-9/+16
2023-08-11thermal: intel: intel_soc_dts_iosf: Pass sensors to update_trip_temp()Rafael J. Wysocki-4/+3
2023-08-11thermal: intel: intel_soc_dts_iosf: Untangle update_trip_temp()Rafael J. Wysocki-13/+24