aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-02-02thermal: intel: intel_pch: Drop struct board_infoRafael J. Wysocki1-29/+13
2023-02-02thermal: intel: intel_pch: Rename board ID symbolsRafael J. Wysocki1-27/+27
2023-02-02thermal: intel: intel_pch: Fold suspend and resume routines into their callersRafael J. Wysocki1-84/+71
2023-02-02thermal: intel: intel_pch: Fold two functions into their callersRafael J. Wysocki1-56/+42
2023-02-02thermal: intel: intel_pch: Eliminate device operations objectRafael J. Wysocki1-29/+4
2023-02-02thermal: intel: intel_pch: Rename device operations callbacksRafael J. Wysocki1-18/+16
2023-02-02thermal: intel: intel_pch: Eliminate redundant return pointersRafael J. Wysocki1-22/+18
2023-02-02thermal: intel: intel_pch: Make pch_wpt_add_acpi_psv_trip() return intRafael J. Wysocki1-12/+9
2023-02-02thermal: intel: int340x: Improve int340x_thermal_set_trip_temp()Rafael J. Wysocki1-2/+4
2023-02-02thermal: intel: int340x: Drop pointless cast to unsigned longRafael J. Wysocki1-1/+1
2023-02-02thermal: intel: int340x: Rename variable in int340x_thermal_zone_add()Rafael J. Wysocki1-34/+33
2023-02-02thermal: intel: int340x: Assorted minor cleanupsRafael J. Wysocki1-9/+7
2023-02-02thermal: ACPI: Make helpers retrieve temperature onlyRafael J. Wysocki3-89/+66
2023-01-30Merge branch 'thermal-intel'Rafael J. Wysocki18-475/+566
2023-01-27Merge back thermal control material for 6.3.Rafael J. Wysocki42-1556/+1131
2023-01-27thermal: intel: int340x: Use generic trip points tableRafael J. Wysocki3-180/+84
2023-01-27thermal: intel: int340x: Use zone lock for synchronizationRafael J. Wysocki2-21/+8
2023-01-27thermal: intel: int340x: Rework updating trip pointsRafael J. Wysocki3-8/+47
2023-01-27thermal: ACPI: Initialize trips if temperature is out of rangeRafael J. Wysocki2-4/+5
2023-01-27Merge back Intel thermal control changes for 6.3.Rafael J. Wysocki41-1044/+972
2023-01-26Merge tag 'thermal-v6.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux into thermal-nextRafael J. Wysocki17-841/+648
2023-01-26thermal: intel: processor_thermal_device_pci: Use generic trip pointDaniel Lezcano1-31/+22
2023-01-26thermal: intel: int340x: Add production mode attributeSrinivas Pandruvada1-0/+48
2023-01-25thermal: Fail object registration if thermal class is not registeredRafael J. Wysocki1-8/+23
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano5-151/+188
2023-01-25thermal/core: Remove unneeded ida_destroy()Daniel Lezcano1-2/+0
2023-01-25thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano3-1/+11
2023-01-25thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()Rafael J. Wysocki1-3/+7
2023-01-24thermal: intel: int340x: Protect trip temperature from concurrent updatesSrinivas Pandruvada2-3/+16
2023-01-24thermal: intel: intel_pch: Use generic trip pointsDaniel Lezcano2-67/+18
2023-01-24thermal: ACPI: Add ACPI trip point routinesRafael J. Wysocki3-0/+155
2023-01-24thermal: intel: intel_pch: Add support for Wellsburg PCHTim Zimmermann1-0/+8
2023-01-24Merge back other thermal control material for 6.3.Rafael J. Wysocki28-752/+523
2023-01-24thermal: core: Use device_unregister() instead of device_del/put()Viresh Kumar1-2/+1
2023-01-24thermal: core: Move cdev cleanup to thermal_release()Viresh Kumar1-19/+14
2023-01-24thermal/drivers/armada: Use the thermal_zone_get_crit_temp()Daniel Lezcano1-23/+15
2023-01-24thermal/drivers/mtk: Add support for MT7986 and MT7981Daniel Golle1-4/+124
2023-01-24thermal/drivers/mtk: Use function pointer for raw_to_mcelsiusDaniel Golle1-7/+10
2023-01-24thermal/drivers/sun8i: Convert to use macroYangtao Li1-2/+2
2023-01-23Merge back thermal control material for 6.3.Rafael J. Wysocki28-741/+509
2023-01-20thermal: int340x_thermal: Use sysfs_emit_at() instead of scnprintf()ye xingchen1-8/+2
2023-01-19thermal: core: call put_device() only after device_register() failsViresh Kumar1-3/+10
2023-01-18thermal/drivers/spear: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/kirkwood: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/thermal_mmio: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/rockchip: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/mtk_thermal: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/dove: Use devm_platform_get_and_ioremap_resource()ye xingchen1-5/+2
2023-01-18thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1