summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-03-31Merge branch 'thermal-intel-fixes'Rafael J. Wysocki2-2/+8
2023-03-30thermal: intel: powerclamp: Fix cpumask and max_idle module parametersDavid Arcari1-1/+8
2023-03-30thermal: Use of_property_present() for testing DT property presenceRob Herring4-5/+5
2023-03-29thermal: thermal_hwmon: Revert recent message adjustmentRafael J. Wysocki1-1/+1
2023-03-29thermal: intel: int340x: processor_thermal: Fix additional deadlockSrinivas Pandruvada1-1/+0
2023-03-29thermal: thermal_hwmon: Fix a kernel NULL pointer dereferenceZhang Rui1-1/+1
2023-03-28thermal: core: Drop excessive lockdep_assert_held() callsRafael J. Wysocki1-4/+2
2023-03-27Merge branch 'thermal-intel'Rafael J. Wysocki1-3/+5
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki52-199/+165
2023-03-24Merge branch 'thermal-acpi'Rafael J. Wysocki3-16/+164
2023-03-22thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel1-1/+1
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki3-10/+149
2023-03-22thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki1-6/+15
2023-03-17thermal: intel: x86_pkg_temp_thermal: Add lower bound check for sysfs inputZhang Rui1-3/+5
2023-03-13thermal/drivers/mediatek: Add support for MT8365 SoCFabien Parent1-0/+68
2023-03-13thermal/drivers/mediatek: Control buffer enablement tweaksMarkus Schneider-Pargmann1-9/+19
2023-03-08Merge branch 'thermal-core' into thermalRafael J. Wysocki52-199/+165
2023-03-03thermal/drivers/tegra: Remove unneeded lock when setting a trip pointDaniel Lezcano1-11/+14
2023-03-03thermal/hwmon: Use the thermal_core.h headerDaniel Lezcano1-0/+1
2023-03-03thermal/drivers/da9062: Don't access the thermal zone device fieldsDaniel Lezcano1-4/+7
2023-03-03thermal: Use thermal_zone_device_type() accessorDaniel Lezcano2-3/+5
2023-03-03thermal: Add a thermal zone id accessorDaniel Lezcano1-0/+6
2023-03-03thermal/drivers/spear: Don't use tz->device but pdev->devDaniel Lezcano1-1/+1
2023-03-03thermal/core: Add thermal_zone_device structure 'type' accessorDaniel Lezcano1-0/+6
2023-03-03thermal: Don't use 'device' internal thermal zone structure fieldDaniel Lezcano4-34/+13
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano14-16/+16
2023-03-03thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()Daniel Lezcano6-10/+0
2023-03-03thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano11-41/+10
2023-03-03thermal/core: Show a debug message when get_temp() failsDaniel Lezcano1-0/+3
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano48-81/+79
2023-03-03thermal/core: Add a thermal zone 'devdata' accessorDaniel Lezcano1-0/+6
2023-03-03thermal: intel: int340x: processor_thermal: Fix deadlockSrinivas Pandruvada1-1/+4
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