aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-24thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki1-4/+0
2024-04-23thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki1-0/+2
2024-04-19thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki1-0/+4
2024-04-08thermal: core: Relocate the struct thermal_governor definitionRafael J. Wysocki1-0/+25
2024-04-08thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki1-0/+2
2024-04-08thermal: core: Make struct thermal_zone_device definition internalRafael J. Wysocki1-0/+85
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki1-2/+5
2024-02-27thermal: core: Add flags to struct thermal_tripRafael J. Wysocki1-1/+1
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano1-0/+1
2024-01-04thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki1-1/+1
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-0/+1
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam1-0/+1
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba1-0/+2
2023-12-13thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki1-2/+0
2023-12-06thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki1-0/+2
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-1/+1
2023-10-20thermal: trip: Define for_each_trip() macroRafael J. Wysocki1-0/+3
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-1/+3
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki1-1/+1
2023-08-17thermal: core: Rework and rename __for_each_thermal_trip()Rafael J. Wysocki1-4/+0
2023-06-26thermal: Allow selecting the bang-bang governor as defaultThierry Reding1-0/+2
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki1-0/+2
2023-01-25thermal/core: Move the thermal trip code to a dedicated fileDaniel Lezcano1-0/+4
2023-01-06thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano1-10/+0
2023-01-06thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano1-5/+0
2023-01-06thermal/of: Remove unused functionsDaniel Lezcano1-7/+0
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano1-0/+2
2022-11-14thermal/core: Remove thermal_zone_set_trips()Guenter Roeck1-1/+0
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck1-0/+2
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano1-0/+2
2022-08-17thermal/of: Remove old OF codeDaniel Lezcano1-2/+0
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano1-1/+0
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano1-12/+0
2022-07-28thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano1-2/+0
2021-04-22thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba1-0/+1
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano1-0/+2
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano1-0/+1
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano1-4/+0
2020-10-27thermal: core: Move power_actor_set_power into IPALukasz Luba1-2/+0
2020-10-27thermal: core: Remove unused functions in power actor sectionLukasz Luba1-4/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-12thermal: cooling: Remove unused variable *tzzhuguangqing1-2/+2
2020-07-21thermal: netlink: Fix compilation error when CONFIG_NET=nDaniel Lezcano1-18/+2
2020-07-07thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano1-0/+18
2020-07-07thermal: core: Get thermal zone by idDaniel Lezcano1-0/+2
2020-07-07thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano1-0/+9
2020-07-07thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz1-0/+2
2020-04-14thermal: Move get_thermal_instance to the internal headerDaniel Lezcano1-0/+5
2020-04-14thermal: Move get_tz_trend to the internal headerDaniel Lezcano1-0/+2
2020-04-14thermal: Move trip point structure definition to private headerDaniel Lezcano1-0/+13
2020-04-14thermal: Move internal IPA functionsDaniel Lezcano1-0/+13
2020-04-14thermal: Move struct thermal_attr to the private headerDaniel Lezcano1-0/+5
2020-04-14thermal: Move default governor config option to the internal headerDaniel Lezcano1-0/+11
2020-04-14thermal: core: Make thermal_zone_set_trips privateDaniel Lezcano1-0/+3
2020-01-27thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticDaniel Lezcano1-2/+0
2019-06-27thermal/drivers/core: Use governor table to initializeDaniel Lezcano1-40/+0
2019-06-27thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano1-0/+15
2018-05-30drivers: thermal: Update license to SPDX formatLina Iyer1-16/+1
2018-05-22thermal: Shorten name of sysfs callbacksViresh Kumar1-9/+4
2018-04-02thermal: Add cooling device's statistics in sysfsViresh Kumar1-0/+10
2017-08-11thermal: core: Add some new helper functions to free resourcesChristophe Jaillet1-0/+1
2016-11-23thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin1-0/+11
2016-11-23thermal: core: move to_cooling_device macro to header fileEduardo Valentin1-0/+3
2016-11-23thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin1-0/+3
2016-11-23thermal: core: move to_thermal_zone() macro to header fileEduardo Valentin1-0/+3
2016-11-23thermal: core: split available_policies_show()Eduardo Valentin1-0/+1
2016-11-23thermal: core: split policy_storeEduardo Valentin1-0/+1
2016-11-23thermal: core: split passive_storeEduardo Valentin1-0/+4
2015-12-29Thermal: initialize thermal zone device correctlyZhang Rui1-0/+1
2015-06-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui1-0/+11
2015-05-04thermal: introduce the Power Allocator governorJavi Merino1-0/+8
2015-05-04thermal: export weight to sysfsJavi Merino1-0/+2
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh1-0/+1
2015-05-01thermal: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2015-01-05thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()Geert Uytterhoeven1-2/+2
2014-12-08thermal: of: Extend of-thermal to export table of trip pointsLukasz Majewski1-0/+7
2014-12-08thermal: of: Extend of-thermal.c to provide check if trip point is validLukasz Majewski1-0/+6
2014-12-08thermal: of: Extend of-thermal.c to provide number of trip pointsLukasz Majewski1-0/+5
2014-08-27thermal: Added Bang-bang thermal governorPeter Feuerer1-0/+8
2013-12-04thermal: introduce device tree parserEduardo Valentin1-0/+9
2013-04-14Thermal: build thermal governors into thermal_sys moduleZhang Rui1-0/+27
2012-11-05Thermal: Move thermal_instance to thermal_core.hDurgadoss R1-0/+53