aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-02-15thermal/drivers/st: Remove syscfg based driverGravatar Alain Volmat 3-179/+0
2023-02-15thermal: Remove core header inclusion from driversGravatar Daniel Lezcano 14-18/+4
2023-02-15thermal/drivers/hisi: Drop second sensor hi3660Gravatar Yongqin Liu 1-4/+0
2023-02-15thermal/drivers/rcar_gen3_thermal: Fix device initializationGravatar Niklas Söderlund 1-10/+13
2023-02-15thermal/drivers/rcar_gen3_thermal: Create device local ops structGravatar Niklas Söderlund 1-4/+5
2023-02-15thermal/drivers/rcar_gen3_thermal: Do not call set_trips() when resumingGravatar Niklas Söderlund 1-4/+0
2023-02-15thermal/drivers/rcar_gen3: Add support for R-Car V4HGravatar Geert Uytterhoeven 1-0/+4
2023-02-15thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driverGravatar Balsam CHIHI 3-0/+1241
2023-02-15thermal/drivers/mediatek: Relocate driver to mediatek folderGravatar Balsam CHIHI 5-12/+28
2023-02-15Merge branch 'thermal-intel'Gravatar Rafael J. Wysocki 6-610/+580
2023-02-15Merge branch 'thermal-core'Gravatar Rafael J. Wysocki 7-186/+239
2023-02-13Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Gravatar Arnd Bergmann 1-1/+1
2023-02-09thermal: intel: powerclamp: Add two module parametersGravatar Srinivas Pandruvada 1-20/+156
2023-02-09thermal: core: Use sysfs_emit_at() instead of scnprintf()Gravatar ye xingchen 1-3/+2
2023-02-09thermal: intel: powerclamp: Fix duration module parameterGravatar Srinivas Pandruvada 1-6/+18
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Gravatar Elliot Berman 1-1/+1
2023-02-07thermal: intel: powerclamp: Return last requested state as cur_stateGravatar Srinivas Pandruvada 1-11/+1
2023-02-03thermal: intel: quark_dts: Use generic trip pointsGravatar Daniel Lezcano 1-35/+20
2023-02-03thermal: intel: powerclamp: Use powercap idle-inject featureGravatar Srinivas Pandruvada 2-223/+159
2023-02-02thermal: intel: powerclamp: Fix cur_state for multi package systemGravatar Srinivas Pandruvada 1-4/+16
2023-02-02thermal: intel: intel_pch: Drop struct board_infoGravatar Rafael J. Wysocki 1-29/+13
2023-02-02thermal: intel: intel_pch: Rename board ID symbolsGravatar Rafael J. Wysocki 1-27/+27
2023-02-02thermal: intel: intel_pch: Fold suspend and resume routines into their callersGravatar Rafael J. Wysocki 1-84/+71
2023-02-02thermal: intel: intel_pch: Fold two functions into their callersGravatar Rafael J. Wysocki 1-56/+42
2023-02-02thermal: intel: intel_pch: Eliminate device operations objectGravatar Rafael J. Wysocki 1-29/+4
2023-02-02thermal: intel: intel_pch: Rename device operations callbacksGravatar Rafael J. Wysocki 1-18/+16
2023-02-02thermal: intel: intel_pch: Eliminate redundant return pointersGravatar Rafael J. Wysocki 1-22/+18
2023-02-02thermal: intel: intel_pch: Make pch_wpt_add_acpi_psv_trip() return intGravatar Rafael J. Wysocki 1-12/+9
2023-02-02thermal: intel: int340x: Improve int340x_thermal_set_trip_temp()Gravatar Rafael J. Wysocki 1-2/+4
2023-02-02thermal: intel: int340x: Drop pointless cast to unsigned longGravatar Rafael J. Wysocki 1-1/+1
2023-02-02thermal: intel: int340x: Rename variable in int340x_thermal_zone_add()Gravatar Rafael J. Wysocki 1-34/+33
2023-02-02thermal: intel: int340x: Assorted minor cleanupsGravatar Rafael J. Wysocki 1-9/+7
2023-02-02thermal: ACPI: Make helpers retrieve temperature onlyGravatar Rafael J. Wysocki 3-89/+66
2023-01-30Merge branch 'thermal-intel'Gravatar Rafael J. Wysocki 18-477/+568
2023-01-27Merge back thermal control material for 6.3.Gravatar Rafael J. Wysocki 42-1567/+1142
2023-01-27thermal: intel: int340x: Use generic trip points tableGravatar Rafael J. Wysocki 3-180/+84
2023-01-27thermal: intel: int340x: Use zone lock for synchronizationGravatar Rafael J. Wysocki 2-21/+8
2023-01-27thermal: intel: int340x: Rework updating trip pointsGravatar Rafael J. Wysocki 3-8/+47
2023-01-27thermal: ACPI: Initialize trips if temperature is out of rangeGravatar Rafael J. Wysocki 2-4/+5
2023-01-27Merge back Intel thermal control changes for 6.3.Gravatar Rafael J. Wysocki 41-1049/+977
2023-01-26Merge tag 'thermal-v6.3-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Rafael J. Wysocki 17-849/+656
2023-01-26thermal: intel: processor_thermal_device_pci: Use generic trip pointGravatar Daniel Lezcano 1-31/+22
2023-01-26thermal: intel: int340x: Add production mode attributeGravatar Srinivas Pandruvada 1-0/+48
2023-01-25thermal: Fail object registration if thermal class is not registeredGravatar Rafael J. Wysocki 1-8/+23
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileGravatar Daniel Lezcano 5-151/+188
2023-01-25thermal/core: Remove unneeded ida_destroy()Gravatar Daniel Lezcano 1-2/+0
2023-01-25thermal/core: Fix unregistering netlink at thermal init timeGravatar Daniel Lezcano 3-1/+11
2023-01-25thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()Gravatar Rafael J. Wysocki 1-3/+7
2023-01-24thermal: intel: int340x: Protect trip temperature from concurrent updatesGravatar Srinivas Pandruvada 2-3/+16