summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.h
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Add flags to struct thermal_tripRafael J. Wysocki2024-02-271-1/+1
* thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano2024-01-121-0/+1
* thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki2024-01-041-1/+1
* Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2024-01-021-0/+1
|\
| * reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam2024-01-021-0/+1
* | thermal: core: Add governor callback for thermal zone changeLukasz Luba2023-12-291-0/+2
|/
* thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki2023-12-131-2/+0
* thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki2023-12-061-0/+2
* thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki2023-10-201-1/+1
* thermal: trip: Define for_each_trip() macroRafael J. Wysocki2023-10-201-0/+3
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-1/+3
* thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki2023-08-291-1/+1
* thermal: core: Rework and rename __for_each_thermal_trip()Rafael J. Wysocki2023-08-171-4/+0
* thermal: Allow selecting the bang-bang governor as defaultThierry Reding2023-06-261-0/+2
* thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki2023-03-221-0/+2
* thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano2023-01-251-0/+4
* thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano2023-01-061-10/+0
* thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano2023-01-061-5/+0
* thermal/of: Remove unused functionsDaniel Lezcano2023-01-061-7/+0
* thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-0/+2
* thermal/core: Remove thermal_zone_set_trips()Guenter Roeck2022-11-141-1/+0
* thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-141-0/+2
* thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano2022-08-171-0/+2
* thermal/of: Remove old OF codeDaniel Lezcano2022-08-171-2/+0
* thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano2022-07-281-1/+0
* thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano2022-07-281-12/+0
* thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano2022-07-281-2/+0
* thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba2021-04-221-0/+1
* thermal/core: Make cooling device state change privateDaniel Lezcano2021-01-191-0/+2
* thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano2021-01-191-0/+1
* thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano2021-01-191-4/+0
* thermal: core: Move power_actor_set_power into IPALukasz Luba2020-10-271-2/+0
* thermal: core: Remove unused functions in power actor sectionLukasz Luba2020-10-271-4/+0
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* thermal: cooling: Remove unused variable *tzzhuguangqing2020-10-121-2/+2
* thermal: netlink: Fix compilation error when CONFIG_NET=nDaniel Lezcano2020-07-211-18/+2
* thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano2020-07-071-0/+18
* thermal: core: Get thermal zone by idDaniel Lezcano2020-07-071-0/+2
* thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano2020-07-071-0/+9
* thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz2020-07-071-0/+2
* thermal: Move get_thermal_instance to the internal headerDaniel Lezcano2020-04-141-0/+5
* thermal: Move get_tz_trend to the internal headerDaniel Lezcano2020-04-141-0/+2
* thermal: Move trip point structure definition to private headerDaniel Lezcano2020-04-141-0/+13
* thermal: Move internal IPA functionsDaniel Lezcano2020-04-141-0/+13
* thermal: Move struct thermal_attr to the private headerDaniel Lezcano2020-04-141-0/+5
* thermal: Move default governor config option to the internal headerDaniel Lezcano2020-04-141-0/+11
* thermal: core: Make thermal_zone_set_trips privateDaniel Lezcano2020-04-141-0/+3
* thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticDaniel Lezcano2020-01-271-2/+0
* thermal/drivers/core: Use governor table to initializeDaniel Lezcano2019-06-271-40/+0
* thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano2019-06-271-0/+15