summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki1-7/+23
2024-02-01thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-5/+10
2024-01-26thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki1-1/+0
2023-11-20thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-09-14thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki1-2/+4
2023-09-05thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki1-11/+0
2023-09-05thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki1-0/+11
2023-08-29thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki1-1/+1
2023-08-25Merge branch 'acpi-thermal'Rafael J. Wysocki1-1/+21
2023-08-17thermal: core: Introduce thermal_zone_device_exec()Rafael J. Wysocki1-0/+19
2023-08-10thermal: core: Do not handle trip points with invalid temperatureRafael J. Wysocki1-1/+2
2023-07-24thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum1-2/+2
2023-04-27thermal: core: Encapsulate tz->device fieldDaniel Lezcano1-0/+6
2023-04-07thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano1-2/+13
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui1-118/+11
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki1-1/+1
2023-04-03thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki1-6/+2
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano1-1/+1
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki1-0/+18
2023-03-24Merge branch 'thermal-acpi'Rafael J. Wysocki1-7/+97
2023-03-22thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel1-1/+1
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki1-1/+82
2023-03-22thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki1-6/+15
2023-03-03thermal: Add a thermal zone id accessorDaniel Lezcano1-0/+6
2023-03-03thermal/core: Add thermal_zone_device structure 'type' accessorDaniel Lezcano1-0/+6
2023-03-03thermal/core: Add a thermal zone 'devdata' accessorDaniel Lezcano1-0/+6
2023-02-09thermal: core: Use sysfs_emit_at() instead of scnprintf()ye xingchen1-3/+2
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 Lezcano1-87/+0
2023-01-25thermal/core: Remove unneeded ida_destroy()Daniel Lezcano1-2/+0
2023-01-25thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano1-1/+3
2023-01-24thermal: core: Use device_unregister() instead of device_del/put()Viresh Kumar1-2/+1
2023-01-24thermal: core: Move cdev cleanup to thermal_release()Viresh Kumar1-19/+14
2023-01-23Merge back thermal control material for 6.3.Rafael J. Wysocki1-23/+131
2023-01-19thermal: core: call put_device() only after device_register() failsViresh Kumar1-3/+10
2023-01-06thermal/drivers/qcom: Fix set_trip_temp() deadlockJohan Hovold1-0/+1
2023-01-06thermal/core: Add a generic thermal_zone_set_trip() functionDaniel Lezcano1-0/+39
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano1-23/+91
2022-11-25thermal: core: fix some possible name leaks in error pathsYang Yingliang1-8/+10
2022-11-14thermal/core: Protect thermal device operations against thermal device removalGuenter Roeck1-1/+11
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck1-2/+2
2022-11-14thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck1-26/+31
2022-11-14thermal/core: Delete device under thermal device zone lockGuenter Roeck1-1/+6
2022-11-14thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck1-1/+1
2022-10-28thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter1-1/+2
2022-10-25thermal: Validate new state in cur_state_store()Viresh Kumar1-8/+7
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar1-1/+1
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar1-1/+14
2022-08-31thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang1-1/+1
2022-08-17thermal/core: Fix lockdep_assert() warningDaniel Lezcano1-3/+0