Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | drivers: thermal: Update license to SPDX format | Lina Iyer | 1 | -16/+1 |
2018-04-02 | thermal: Add cooling device's statistics in sysfs | Viresh Kumar | 1 | -0/+1 |
2017-10-17 | thermal : Remove const to make same prototype | Arvind Yadav | 1 | -1/+1 |
2017-08-11 | thermal: int3400_thermal: process "thermal table changed" event | Brian Bian | 1 | -0/+1 |
2017-01-04 | thermal core: convert ID allocation to IDA | Matthew Wilcox | 1 | -2/+2 |
2016-11-23 | thermal: core: move trips attributes to tz->device.groups | Eduardo Valentin | 1 | -0/+2 |
2016-09-27 | thermal: Enhance thermal_zone_device_update for events | Srinivas Pandruvada | 1 | -2/+17 |
2016-09-27 | thermal: streamline get_trend callbacks | Sascha Hauer | 1 | -1/+1 |
2016-09-27 | thermal: of: implement .set_trips for device tree thermal zones | Sascha Hauer | 1 | -0/+4 |
2016-09-27 | thermal: Add support for hardware-tracked trip points | Sascha Hauer | 1 | -0/+10 |
2016-09-27 | thermal: core: export apis to get slope and offset | Rajendra Nayak | 1 | -0/+8 |
2016-06-01 | thermal: add the note for set_trip_temp | Caesar Wang | 1 | -0/+2 |
2016-05-17 | thermal: of-thermal: allow setting trip_temp on hardware | Wei Ni | 1 | -0/+1 |
2016-04-21 | thermal: consistently use int for trip temp | Wei Ni | 1 | -2/+2 |
2016-03-18 | Thermal: Ignore invalid trip points | Zhang Rui | 1 | -0/+2 |
2016-03-09 | thermal: of-thermal: Add devm version of thermal_zone_of_sensor_register | Laxman Dewangan | 1 | -0/+18 |
2015-12-29 | Thermal: do thermal zone update after a cooling device registered | Chen Yu | 1 | -0/+2 |
2015-12-29 | Thermal: initialize thermal zone device correctly | Zhang Rui | 1 | -0/+3 |
2015-11-24 | thermal: fix thermal_zone_bind_cooling_device prototype | Arnd Bergmann | 1 | -1/+2 |
2015-10-10 | linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUS | Rasmus Villemoes | 1 | -3/+5 |
2015-09-14 | thermal: Add a function to get the minimum power | Javi Merino | 1 | -0/+6 |
2015-09-14 | thermal: Fix thermal_zone_of_sensor_register to match documentation | Punit Agrawal | 1 | -1/+1 |
2015-08-03 | thermal: consistently use int for temperatures | Sascha Hauer | 1 | -15/+11 |
2015-05-12 | thermal: support slope and offset coefficients | Eduardo Valentin | 1 | -0/+11 |
2015-05-05 | thermal: introduce the Power Allocator governor | Javi Merino | 1 | -5/+32 |
2015-05-05 | thermal: extend the cooling device API to include power information | Javi Merino | 1 | -0/+25 |
2015-05-05 | thermal: let governors have private data for each thermal zone | Javi Merino | 1 | -0/+9 |
2015-05-05 | thermal: fair_share: generalize the weight concept | Javi Merino | 1 | -3/+6 |
2015-05-05 | thermal: of: fix cooling device weights in device tree | Kapileshwar Singh | 1 | -1/+5 |
2015-02-24 | thermal: Introduce dummy functions when thermal is not defined | Nishanth Menon | 1 | -2/+54 |
2014-12-21 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Zhang Rui | 1 | -1/+1 |
2014-12-13 | Merge branches 'thermal-core-fix', 'thermal-soc' and 'thermal-int340x' into next | Zhang Rui | 1 | -6/+36 |
2014-12-10 | thermal: Fix cdev registration with THERMAL_NO_LIMIT on 64bit | Punit Agrawal | 1 | -1/+1 |
2014-12-09 | thermal: provide an UAPI header file | Florian Fainelli | 1 | -30/+1 |
2014-12-09 | thermal: of: Extend current of-thermal.c code to allow setting emulated temp | Lukasz Majewski | 1 | -0/+3 |
2014-12-08 | thermal: of: Rename struct __thermal_trip to struct thermal_trip | Lukasz Majewski | 1 | -0/+15 |
2014-11-20 | thermal: of: improve of-thermal sensor registration API | Eduardo Valentin | 1 | -6/+18 |
2014-10-10 | Thermal: introduce INT3402 thermal driver | Aaron Lu | 1 | -0/+2 |
2014-10-10 | Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.h | Aaron Lu | 1 | -0/+2 |
2014-07-22 | thermal: document struct thermal_zone_device and thermal_governor | Javi Merino | 1 | -2/+44 |
2013-12-04 | thermal: core: introduce thermal_of_cooling_device_register | Eduardo Valentin | 1 | -0/+4 |
2013-12-04 | thermal: introduce device tree parser | Eduardo Valentin | 1 | -2/+26 |
2013-09-03 | thermal: thermal_core: allow binding with limits on bind_params | Eduardo Valentin | 1 | -0/+10 |
2013-09-03 | drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional | Eduardo Valentin | 1 | -0/+8 |
2013-05-09 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -7/+8 |
2013-04-24 | thermal: rename notify_thermal_framework to thermal_notify_framework | Eduardo Valentin | 1 | -1/+1 |
2013-04-15 | thermal: expose thermal_zone_get_temp API | Eduardo Valentin | 1 | -0/+1 |
2013-04-15 | thermal: introduce thermal_zone_get_zone_by_name helper function | Eduardo Valentin | 1 | -0/+1 |
2013-04-15 | Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Zhang Rui | 1 | -5/+4 |
2013-04-14 | Thermal: build thermal governors into thermal_sys module | Zhang Rui | 1 | -4/+0 |