summaryrefslogtreecommitdiffstats
path: root/include/linux/thermal.h
Commit message (Expand)AuthorAgeFilesLines
...
* thermal: Validate new state in cur_state_store()Viresh Kumar2022-10-251-0/+1
* thermal/of: Remove the thermal_zone_of_get_sensor_id() functionDaniel Lezcano2022-10-041-10/+0
* thermal: core: Increase maximum number of trip pointsSumeet Pawnikar2022-09-301-2/+0
* thermal/of: Remove old OF codeDaniel Lezcano2022-08-171-62/+15
* thermal/of: Rework the thermal device tree initializationDaniel Lezcano2022-08-171-0/+18
* thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano2022-07-281-0/+8
* thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano2022-07-281-2/+2
* thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano2022-07-281-0/+12
* thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano2022-07-281-2/+0
* thermal/drivers/thermal_of: Add change_mode ops support for thermal_of sensorManaf Meethalavalappu Pallikunhi2022-05-191-0/+3
* thermal: Spelling s/scallbacks/callbacks/Geert Uytterhoeven2021-08-141-1/+1
* thermal/core: Fix thermal_cooling_device_register() prototypeArnd Bergmann2021-08-141-2/+3
* thermal/core: Remove thermal_notify_frameworkThara Gopinath2021-04-221-5/+0
* thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano2021-03-151-1/+1
* 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