summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-25/+25
* Merge branch 'acpi-thermal'Rafael J. Wysocki2023-10-111-19/+0
|\
| * thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki2023-10-051-19/+0
* | thermal: core: prevent potential string overflowDan Carpenter2023-10-111-2/+4
|/
* thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki2023-09-281-20/+34
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-5/+10
* thermal: core: Drop trips_disabled bitmaskRafael J. Wysocki2023-09-251-13/+0
* thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki2023-09-141-2/+4
* thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki2023-09-051-11/+0
* thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki2023-09-051-0/+11
* thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki2023-08-291-1/+1
* Merge branch 'acpi-thermal'Rafael J. Wysocki2023-08-251-1/+21
|\
| * thermal: core: Introduce thermal_zone_device_exec()Rafael J. Wysocki2023-08-171-0/+19
| * thermal: core: Do not handle trip points with invalid temperatureRafael J. Wysocki2023-08-101-1/+2
* | thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum2023-07-241-2/+2
|/
* thermal: core: Encapsulate tz->device fieldDaniel Lezcano2023-04-271-0/+6
* thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano2023-04-071-2/+13
* thermal/core: Remove thermal_bind_params structureZhang Rui2023-04-071-118/+11
* Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-04-031-1/+1
|\
| * thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano2023-04-011-1/+1
* | thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki2023-04-031-6/+2
* | Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki2023-03-271-0/+18
|\|
| * thermal: Add a thermal zone id accessorDaniel Lezcano2023-03-031-0/+6
| * thermal/core: Add thermal_zone_device structure 'type' accessorDaniel Lezcano2023-03-031-0/+6
| * thermal/core: Add a thermal zone 'devdata' accessorDaniel Lezcano2023-03-031-0/+6
* | Merge branch 'thermal-acpi'Rafael J. Wysocki2023-03-241-7/+97
|\ \
| * | thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki2023-03-221-1/+82
| * | thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki2023-03-221-6/+15
| |/
* / thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel2023-03-221-1/+1
|/
* 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-251-87/+0
* thermal/core: Remove unneeded ida_destroy()Daniel Lezcano2023-01-251-2/+0
* thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano2023-01-251-1/+3
* 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 back thermal control material for 6.3.Rafael J. Wysocki2023-01-231-23/+131
|\
| * thermal/drivers/qcom: Fix set_trip_temp() deadlockJohan Hovold2023-01-061-0/+1
| * thermal/core: Add a generic thermal_zone_set_trip() functionDaniel Lezcano2023-01-061-0/+39
| * thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-23/+91
* | thermal: core: call put_device() only after device_register() failsViresh Kumar2023-01-191-3/+10
|/
* thermal: core: fix some possible name leaks in error pathsYang Yingliang2022-11-251-8/+10
* thermal/core: Protect thermal device operations against thermal device removalGuenter Roeck2022-11-141-1/+11
* thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-141-2/+2
* thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck2022-11-141-26/+31
* thermal/core: Delete device under thermal device zone lockGuenter Roeck2022-11-141-1/+6
* thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck2022-11-141-1/+1
* thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter2022-10-281-1/+2
* thermal: Validate new state in cur_state_store()Viresh Kumar2022-10-251-8/+7
* thermal/core: Drop valid pointer check for typeLad Prabhakar2022-10-041-1/+1