aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27thermal: core: Encapsulate tz->device fieldGravatar Daniel Lezcano 1-0/+6
2023-04-07thermal/core: Alloc-copy-free the thermal zone parameters structureGravatar Daniel Lezcano 1-2/+13
2023-04-07thermal/core: Remove thermal_bind_params structureGravatar Zhang Rui 1-118/+11
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Rafael J. Wysocki 1-1/+1
2023-04-03thermal: core: Clean up thermal_list_lock lockingGravatar Rafael J. Wysocki 1-6/+2
2023-04-01thermal/core: Relocate the traces definition in thermal directoryGravatar Daniel Lezcano 1-1/+1
2023-03-27Merge back thermal control material for 6.4-rc1.Gravatar Rafael J. Wysocki 1-0/+18
2023-03-24Merge branch 'thermal-acpi'Gravatar Rafael J. Wysocki 1-7/+97
2023-03-22thermal: core: Restore behavior regarding invalid trip pointsGravatar Ido Schimmel 1-1/+1
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Gravatar Rafael J. Wysocki 1-1/+82
2023-03-22thermal: core: Introduce thermal_cooling_device_present()Gravatar Rafael J. Wysocki 1-6/+15
2023-03-03thermal: Add a thermal zone id accessorGravatar Daniel Lezcano 1-0/+6
2023-03-03thermal/core: Add thermal_zone_device structure 'type' accessorGravatar Daniel Lezcano 1-0/+6
2023-03-03thermal/core: Add a thermal zone 'devdata' accessorGravatar Daniel Lezcano 1-0/+6
2023-02-09thermal: core: Use sysfs_emit_at() instead of scnprintf()Gravatar ye xingchen 1-3/+2
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 1-87/+0
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 1-1/+3
2023-01-24thermal: core: Use device_unregister() instead of device_del/put()Gravatar Viresh Kumar 1-2/+1
2023-01-24thermal: core: Move cdev cleanup to thermal_release()Gravatar Viresh Kumar 1-19/+14
2023-01-23Merge back thermal control material for 6.3.Gravatar Rafael J. Wysocki 1-23/+131
2023-01-19thermal: core: call put_device() only after device_register() failsGravatar Viresh Kumar 1-3/+10
2023-01-06thermal/drivers/qcom: Fix set_trip_temp() deadlockGravatar Johan Hovold 1-0/+1
2023-01-06thermal/core: Add a generic thermal_zone_set_trip() functionGravatar Daniel Lezcano 1-0/+39
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-23/+91
2022-11-25thermal: core: fix some possible name leaks in error pathsGravatar Yang Yingliang 1-8/+10
2022-11-14thermal/core: Protect thermal device operations against thermal device removalGravatar Guenter Roeck 1-1/+11
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Gravatar Guenter Roeck 1-2/+2
2022-11-14thermal/core: Introduce locked version of thermal_zone_device_updateGravatar Guenter Roeck 1-26/+31
2022-11-14thermal/core: Delete device under thermal device zone lockGravatar Guenter Roeck 1-1/+6
2022-11-14thermal/core: Destroy thermal zone device mutex in release functionGravatar Guenter Roeck 1-1/+1
2022-10-28thermal/core: fix error code in __thermal_cooling_device_register()Gravatar Dan Carpenter 1-1/+2
2022-10-25thermal: Validate new state in cur_state_store()Gravatar Viresh Kumar 1-8/+7
2022-10-04thermal/core: Drop valid pointer check for typeGravatar Lad Prabhakar 1-1/+1
2022-09-30thermal: core: Increase maximum number of trip pointsGravatar Sumeet Pawnikar 1-1/+14
2022-08-31thermal: move from strlcpy() with unused retval to strscpy()Gravatar Wolfram Sang 1-1/+1
2022-08-17thermal/core: Fix lockdep_assert() warningGravatar Daniel Lezcano 1-3/+0
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionGravatar Daniel Lezcano 1-21/+11
2022-08-17thermal/core: Move the thermal zone lock out of the governorsGravatar Daniel Lezcano 1-0/+2
2022-08-17thermal/core: Rework the monitoring a bitGravatar Daniel Lezcano 1-14/+5
2022-08-17thermal/core: Rearm the monitoring only one timeGravatar Daniel Lezcano 1-5/+2
2022-08-17thermal/of: Make new code and old code co-existGravatar Daniel Lezcano 1-6/+0
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLGravatar Daniel Lezcano 1-0/+1
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Rafael J. Wysocki 1-23/+38
2022-07-28thermal/core: Add thermal_trip in thermal_zoneGravatar Daniel Lezcano 1-5/+17
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Gravatar Daniel Lezcano 1-10/+10
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticGravatar Daniel Lezcano 1-0/+7
2022-07-28thermal/core: Remove duplicate information when an error occursGravatar Daniel Lezcano 1-4/+4
2022-07-28thermal/core: Avoid calling ->get_trip_temp() unnecessarilyGravatar Daniel Lezcano 1-6/+2