summaryrefslogtreecommitdiffstats
path: root/include/linux/thermal.h
Commit message (Expand)AuthorAgeFilesLines
* thermal/core: Make cooling device state change privateDaniel Lezcano2021-01-191-3/+0
* thermal/core: Remove ms based delay fieldsDaniel Lezcano2021-01-191-7/+0
* thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano2021-01-191-0/+7
* thermal/core: Remove unused macro THERMAL_TRIPS_NONEDaniel Lezcano2021-01-191-1/+0
* thermal/core: Remove the 'forced_passive' optionDaniel Lezcano2021-01-191-4/+0
* thermal/core: Remove notify opsDaniel Lezcano2021-01-071-2/+0
* thermal/core: Add critical and hot opsDaniel Lezcano2020-12-111-0/+3
* thermal: cooling: Remove unused variable *tzzhuguangqing2020-10-121-6/+3
* thermal: core: Add new event for sending keep alive notificationsSrinivas Pandruvada2020-10-121-0/+1
* thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano2020-07-071-17/+0
* thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz2020-07-071-5/+0
* thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz2020-06-291-1/+1
* thermal: Add mode helpersAndrzej Pietrasiewicz2020-06-291-0/+13
* thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-2/+0
* thermal: Add current mode to thermal zone deviceAndrzej Pietrasiewicz2020-06-291-0/+2
* thermal: Remove thermal_zone_device_update() stubDaniel Lezcano2020-04-141-3/+0
* thermal: Remove stubs for thermal_zone_[un]bind_cooling_deviceDaniel Lezcano2020-04-141-10/+0
* thermal: Change IS_ENABLED to IFDEF in the header fileDaniel Lezcano2020-04-141-1/+1
* thermal: Move get_thermal_instance to the internal headerDaniel Lezcano2020-04-141-6/+0
* thermal: Move get_tz_trend to the internal headerDaniel Lezcano2020-04-141-3/+1
* thermal: Move trip point structure definition to private headerDaniel Lezcano2020-04-141-15/+0
* thermal: Move internal IPA functionsDaniel Lezcano2020-04-141-24/+0
* thermal: Move struct thermal_attr to the private headerDaniel Lezcano2020-04-141-5/+1
* thermal: Move default governor config option to the internal headerDaniel Lezcano2020-04-141-11/+0
* thermal: core: Make thermal_zone_set_trips privateDaniel Lezcano2020-04-141-3/+0
* thermal: Fix build warning of !defined(CONFIG_THERMAL_OF)Anson Huang2020-03-121-1/+1
* thermal: of-thermal: add API for getting sensor ID from DTAnson Huang2020-03-121-0/+10
* thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>Akinobu Mita2020-01-311-11/+0
* thermal: Remove netlink supportAmit Kucheria2019-11-071-11/+0
* docs: thermal: add it to the driver APIMauro Carvalho Chehab2019-07-311-2/+2
* docs: thermal: convert to ReSTMauro Carvalho Chehab2019-06-271-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-161-3/+3
|\
| * thermal: make device_register's type argument constJean-Francois Dagenais2019-05-061-3/+3
* | thermal: Introduce devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-0/+13
|/
* drivers: thermal: Update license to SPDX formatLina Iyer2018-05-301-16/+1
* thermal: Add cooling device's statistics in sysfsViresh Kumar2018-04-021-0/+1
* thermal : Remove const to make same prototypeArvind Yadav2017-10-171-1/+1
* thermal: int3400_thermal: process "thermal table changed" eventBrian Bian2017-08-111-0/+1
* thermal core: convert ID allocation to IDAMatthew Wilcox2017-01-041-2/+2
* thermal: core: move trips attributes to tz->device.groupsEduardo Valentin2016-11-231-0/+2
* thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada2016-09-271-2/+17
* thermal: streamline get_trend callbacksSascha Hauer2016-09-271-1/+1
* thermal: of: implement .set_trips for device tree thermal zonesSascha Hauer2016-09-271-0/+4
* thermal: Add support for hardware-tracked trip pointsSascha Hauer2016-09-271-0/+10
* thermal: core: export apis to get slope and offsetRajendra Nayak2016-09-271-0/+8
* thermal: add the note for set_trip_tempCaesar Wang2016-06-011-0/+2
* thermal: of-thermal: allow setting trip_temp on hardwareWei Ni2016-05-171-0/+1
* thermal: consistently use int for trip tempWei Ni2016-04-201-2/+2
* Thermal: Ignore invalid trip pointsZhang Rui2016-03-181-0/+2
* thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerLaxman Dewangan2016-03-091-0/+18