summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.h
AgeCommit message (Expand)Author
2023-06-26thermal: Allow selecting the bang-bang governor as defaultThierry Reding
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano
2023-01-06thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano
2023-01-06thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano
2023-01-06thermal/of: Remove unused functionsDaniel Lezcano
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano
2022-11-14thermal/core: Remove thermal_zone_set_trips()Guenter Roeck
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano
2022-08-17thermal/of: Remove old OF codeDaniel Lezcano
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano
2022-07-28thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano
2021-04-22thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano
2020-10-27thermal: core: Move power_actor_set_power into IPALukasz Luba
2020-10-27thermal: core: Remove unused functions in power actor sectionLukasz Luba
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-12thermal: cooling: Remove unused variable *tzzhuguangqing
2020-07-21thermal: netlink: Fix compilation error when CONFIG_NET=nDaniel Lezcano
2020-07-07thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano
2020-07-07thermal: core: Get thermal zone by idDaniel Lezcano
2020-07-07thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano
2020-07-07thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz
2020-04-14thermal: Move get_thermal_instance to the internal headerDaniel Lezcano
2020-04-14thermal: Move get_tz_trend to the internal headerDaniel Lezcano
2020-04-14thermal: Move trip point structure definition to private headerDaniel Lezcano
2020-04-14thermal: Move internal IPA functionsDaniel Lezcano
2020-04-14thermal: Move struct thermal_attr to the private headerDaniel Lezcano
2020-04-14thermal: Move default governor config option to the internal headerDaniel Lezcano
2020-04-14thermal: core: Make thermal_zone_set_trips privateDaniel Lezcano
2020-01-27thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticDaniel Lezcano
2019-06-27thermal/drivers/core: Use governor table to initializeDaniel Lezcano
2019-06-27thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano
2018-05-30drivers: thermal: Update license to SPDX formatLina Iyer
2018-05-22thermal: Shorten name of sysfs callbacksViresh Kumar
2018-04-02thermal: Add cooling device's statistics in sysfsViresh Kumar
2017-08-11thermal: core: Add some new helper functions to free resourcesChristophe Jaillet
2016-11-23thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin
2016-11-23thermal: core: move to_cooling_device macro to header fileEduardo Valentin
2016-11-23thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin
2016-11-23thermal: core: move to_thermal_zone() macro to header fileEduardo Valentin
2016-11-23thermal: core: split available_policies_show()Eduardo Valentin
2016-11-23thermal: core: split policy_storeEduardo Valentin
2016-11-23thermal: core: split passive_storeEduardo Valentin
2015-12-29Thermal: initialize thermal zone device correctlyZhang Rui
2015-06-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui