summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2023-04-27thermal: core: Encapsulate tz->device fieldDaniel Lezcano
2023-04-07thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2023-04-03thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki
2023-03-24Merge branch 'thermal-acpi'Rafael J. Wysocki
2023-03-22thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki
2023-03-22thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki
2023-03-03thermal: Add a thermal zone id accessorDaniel Lezcano
2023-03-03thermal/core: Add thermal_zone_device structure 'type' accessorDaniel Lezcano
2023-03-03thermal/core: Add a thermal zone 'devdata' accessorDaniel Lezcano
2023-02-09thermal: core: Use sysfs_emit_at() instead of scnprintf()ye xingchen
2023-01-25thermal: Fail object registration if thermal class is not registeredRafael J. Wysocki
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano
2023-01-25thermal/core: Remove unneeded ida_destroy()Daniel Lezcano
2023-01-25thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano
2023-01-24thermal: core: Use device_unregister() instead of device_del/put()Viresh Kumar
2023-01-24thermal: core: Move cdev cleanup to thermal_release()Viresh Kumar
2023-01-23Merge back thermal control material for 6.3.Rafael J. Wysocki
2023-01-19thermal: core: call put_device() only after device_register() failsViresh Kumar
2023-01-06thermal/drivers/qcom: Fix set_trip_temp() deadlockJohan Hovold
2023-01-06thermal/core: Add a generic thermal_zone_set_trip() functionDaniel Lezcano
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano
2022-11-25thermal: core: fix some possible name leaks in error pathsYang Yingliang
2022-11-14thermal/core: Protect thermal device operations against thermal device removalGuenter Roeck
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck
2022-11-14thermal/core: Introduce locked version of thermal_zone_device_updateGuenter Roeck
2022-11-14thermal/core: Delete device under thermal device zone lockGuenter Roeck
2022-11-14thermal/core: Destroy thermal zone device mutex in release functionGuenter Roeck
2022-10-28thermal/core: fix error code in __thermal_cooling_device_register()Dan Carpenter
2022-10-25thermal: Validate new state in cur_state_store()Viresh Kumar
2022-10-04thermal/core: Drop valid pointer check for typeLad Prabhakar
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar
2022-08-31thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang
2022-08-17thermal/core: Fix lockdep_assert() warningDaniel Lezcano
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano
2022-08-17thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano
2022-08-17thermal/core: Rework the monitoring a bitDaniel Lezcano
2022-08-17thermal/core: Rearm the monitoring only one timeDaniel Lezcano
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano
2022-07-28thermal/core: Remove duplicate information when an error occursDaniel Lezcano
2022-07-28thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano