summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 'thermal-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+4
2023-03-01thermal: intel: BXT_PMIC: select REGMAP instead of depending on itRandy Dunlap1-1/+2
2023-03-01thermal: intel: quark_dts: fix error pointer dereferenceDan Carpenter1-10/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-15thermal/drivers/st: Remove syscfg based driverAlain Volmat3-179/+0
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano14-18/+4
2023-02-15thermal/drivers/hisi: Drop second sensor hi3660Yongqin Liu1-4/+0
2023-02-15thermal/drivers/rcar_gen3_thermal: Fix device initializationNiklas Söderlund1-10/+13
2023-02-15thermal/drivers/rcar_gen3_thermal: Create device local ops structNiklas Söderlund1-4/+5
2023-02-15thermal/drivers/rcar_gen3_thermal: Do not call set_trips() when resumingNiklas Söderlund1-4/+0
2023-02-15thermal/drivers/rcar_gen3: Add support for R-Car V4HGeert Uytterhoeven1-0/+4
2023-02-15thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driverBalsam CHIHI3-0/+1241
2023-02-15thermal/drivers/mediatek: Relocate driver to mediatek folderBalsam CHIHI5-12/+28
2023-02-15Merge branch 'thermal-intel'Rafael J. Wysocki6-610/+580
2023-02-15Merge branch 'thermal-core'Rafael J. Wysocki7-186/+239
2023-02-13Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-1/+1
2023-02-09thermal: intel: powerclamp: Add two module parametersSrinivas Pandruvada1-20/+156
2023-02-09thermal: core: Use sysfs_emit_at() instead of scnprintf()ye xingchen1-3/+2
2023-02-09thermal: intel: powerclamp: Fix duration module parameterSrinivas Pandruvada1-6/+18
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-02-07thermal: intel: powerclamp: Return last requested state as cur_stateSrinivas Pandruvada1-11/+1
2023-02-03thermal: intel: quark_dts: Use generic trip pointsDaniel Lezcano1-35/+20
2023-02-03thermal: intel: powerclamp: Use powercap idle-inject featureSrinivas Pandruvada2-223/+159
2023-02-02thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada1-4/+16
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-477/+568
2023-01-27Merge back thermal control material for 6.3.Rafael J. Wysocki42-1567/+1142
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-1049/+977
2023-01-26Merge tag 'thermal-v6.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki17-849/+656
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