summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/st: Remove syscfg based driverAlain Volmat2023-02-153-179/+0
* thermal: Remove core header inclusion from driversDaniel Lezcano2023-02-1514-18/+4
* thermal/drivers/hisi: Drop second sensor hi3660Yongqin Liu2023-02-151-4/+0
* thermal/drivers/rcar_gen3_thermal: Fix device initializationNiklas Söderlund2023-02-151-10/+13
* thermal/drivers/rcar_gen3_thermal: Create device local ops structNiklas Söderlund2023-02-151-4/+5
* thermal/drivers/rcar_gen3_thermal: Do not call set_trips() when resumingNiklas Söderlund2023-02-151-4/+0
* thermal/drivers/rcar_gen3: Add support for R-Car V4HGeert Uytterhoeven2023-02-151-0/+4
* thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driverBalsam CHIHI2023-02-153-0/+1241
* thermal/drivers/mediatek: Relocate driver to mediatek folderBalsam CHIHI2023-02-155-12/+28
* Merge branch 'thermal-intel'Rafael J. Wysocki2023-02-156-610/+580
|\
| * thermal: intel: powerclamp: Add two module parametersSrinivas Pandruvada2023-02-091-20/+156
| * thermal: intel: powerclamp: Fix duration module parameterSrinivas Pandruvada2023-02-091-6/+18
| * thermal: intel: powerclamp: Return last requested state as cur_stateSrinivas Pandruvada2023-02-071-11/+1
| * thermal: intel: quark_dts: Use generic trip pointsDaniel Lezcano2023-02-031-35/+20
| * thermal: intel: powerclamp: Use powercap idle-inject featureSrinivas Pandruvada2023-02-032-223/+159
| * thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada2023-02-021-4/+16
| * thermal: intel: intel_pch: Drop struct board_infoRafael J. Wysocki2023-02-021-29/+13
| * thermal: intel: intel_pch: Rename board ID symbolsRafael J. Wysocki2023-02-021-27/+27
| * thermal: intel: intel_pch: Fold suspend and resume routines into their callersRafael J. Wysocki2023-02-021-84/+71
| * thermal: intel: intel_pch: Fold two functions into their callersRafael J. Wysocki2023-02-021-56/+42
| * thermal: intel: intel_pch: Eliminate device operations objectRafael J. Wysocki2023-02-021-29/+4
| * thermal: intel: intel_pch: Rename device operations callbacksRafael J. Wysocki2023-02-021-18/+16
| * thermal: intel: intel_pch: Eliminate redundant return pointersRafael J. Wysocki2023-02-021-22/+18
| * thermal: intel: intel_pch: Make pch_wpt_add_acpi_psv_trip() return intRafael J. Wysocki2023-02-021-12/+9
| * thermal: intel: int340x: Improve int340x_thermal_set_trip_temp()Rafael J. Wysocki2023-02-021-2/+4
| * thermal: intel: int340x: Drop pointless cast to unsigned longRafael J. Wysocki2023-02-021-1/+1
| * thermal: intel: int340x: Rename variable in int340x_thermal_zone_add()Rafael J. Wysocki2023-02-021-34/+33
| * thermal: intel: int340x: Assorted minor cleanupsRafael J. Wysocki2023-02-021-9/+7
| * thermal: ACPI: Make helpers retrieve temperature onlyRafael J. Wysocki2023-02-023-89/+66
* | Merge branch 'thermal-core'Rafael J. Wysocki2023-02-157-186/+239
|\ \
| * | thermal: core: Use sysfs_emit_at() instead of scnprintf()ye xingchen2023-02-091-3/+2
| * | thermal: Fail object registration if thermal class is not registeredRafael J. Wysocki2023-01-251-8/+23
| * | thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano2023-01-255-151/+188
| * | thermal/core: Remove unneeded ida_destroy()Daniel Lezcano2023-01-251-2/+0
| * | thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano2023-01-253-1/+11
| * | thermal: core: Use device_unregister() instead of device_del/put()Viresh Kumar2023-01-241-2/+1
| * | thermal: core: Move cdev cleanup to thermal_release()Viresh Kumar2023-01-241-19/+14
* | | Merge branch 'thermal-intel'Rafael J. Wysocki2023-01-3018-477/+568
|\ \ \ | | |/ | |/|
| * | thermal: intel: int340x: Use generic trip points tableRafael J. Wysocki2023-01-273-180/+84
| * | thermal: intel: int340x: Use zone lock for synchronizationRafael J. Wysocki2023-01-272-21/+8
| * | thermal: intel: int340x: Rework updating trip pointsRafael J. Wysocki2023-01-273-8/+47
| * | thermal: ACPI: Initialize trips if temperature is out of rangeRafael J. Wysocki2023-01-272-4/+5
| * | Merge back Intel thermal control changes for 6.3.Rafael J. Wysocki2023-01-2741-1049/+977
| |\ \
| | * | thermal: intel: processor_thermal_device_pci: Use generic trip pointDaniel Lezcano2023-01-261-31/+22
| | * | thermal: intel: int340x: Add production mode attributeSrinivas Pandruvada2023-01-261-0/+48
| | * | thermal: intel: intel_pch: Use generic trip pointsDaniel Lezcano2023-01-242-69/+20
| | * | thermal: ACPI: Add ACPI trip point routinesRafael J. Wysocki2023-01-243-0/+155
| | * | thermal: intel: intel_pch: Add support for Wellsburg PCHTim Zimmermann2023-01-241-0/+8
| | * | Merge back other thermal control material for 6.3.Rafael J. Wysocki2023-01-2428-755/+526
| | |\|
| | * | thermal: int340x_thermal: Use sysfs_emit_at() instead of scnprintf()ye xingchen2023-01-201-8/+2