summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano1-21/+11
2022-08-17thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano1-0/+2
2022-08-17thermal/core: Rework the monitoring a bitDaniel Lezcano1-14/+5
2022-08-17thermal/core: Rearm the monitoring only one timeDaniel Lezcano1-5/+2
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano1-6/+0
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano1-0/+1
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki1-23/+38
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano1-5/+17
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-10/+10
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano1-0/+7
2022-07-28thermal/core: Remove duplicate information when an error occursDaniel Lezcano1-4/+4
2022-07-28thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano1-6/+2
2022-06-14thermal: Directly use ida_alloc()/free()keliu1-9/+9
2022-05-19thermal/core: Fix memory leak in __thermal_cooling_device_register()Yang Yingliang1-0/+1
2021-11-16thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi1-0/+2
2021-10-15thermal/core: fix a UAF bug in __thermal_cooling_device_register()Ziyang Xuan1-2/+4
2021-10-15thermal/core: Fix null pointer dereference in thermal_release()Yuanzheng Song1-2/+8
2021-10-07thermal/drivers/netlink: Add the temperature when crossing a trip pointDaniel Lezcano1-2/+4
2021-09-21thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter1-4/+3
2021-07-10Merge tag 'thermal-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-06-21thermal: Use generic HW-protection shutdown APIMatti Vaittinen1-59/+4
2021-06-12thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang1-1/+1
2021-04-22thermal/core: Remove thermal_notify_frameworkThara Gopinath1-18/+0
2021-04-15thermal/core: Fix memory leak in the error pathDaniel Lezcano1-0/+1
2021-03-15thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano1-16/+22
2021-01-20thermal/core: Remove pointless thermal_zone_device_reset() functionDaniel Lezcano1-7/+1