aboutsummaryrefslogtreecommitdiff
path: root/include/linux/thermal.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-17thermal : Remove const to make same prototypeGravatar Arvind Yadav 1-1/+1
2017-08-11thermal: int3400_thermal: process "thermal table changed" eventGravatar Brian Bian 1-0/+1
2017-01-04thermal core: convert ID allocation to IDAGravatar Matthew Wilcox 1-2/+2
2016-11-23thermal: core: move trips attributes to tz->device.groupsGravatar Eduardo Valentin 1-0/+2
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-2/+17
2016-09-27thermal: streamline get_trend callbacksGravatar Sascha Hauer 1-1/+1
2016-09-27thermal: of: implement .set_trips for device tree thermal zonesGravatar Sascha Hauer 1-0/+4
2016-09-27thermal: Add support for hardware-tracked trip pointsGravatar Sascha Hauer 1-0/+10
2016-09-27thermal: core: export apis to get slope and offsetGravatar Rajendra Nayak 1-0/+8
2016-06-01thermal: add the note for set_trip_tempGravatar Caesar Wang 1-0/+2
2016-05-17thermal: of-thermal: allow setting trip_temp on hardwareGravatar Wei Ni 1-0/+1
2016-04-20thermal: consistently use int for trip tempGravatar Wei Ni 1-2/+2
2016-03-18Thermal: Ignore invalid trip pointsGravatar Zhang Rui 1-0/+2
2016-03-09thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerGravatar Laxman Dewangan 1-0/+18
2015-12-29Thermal: do thermal zone update after a cooling device registeredGravatar Chen Yu 1-0/+2
2015-12-29Thermal: initialize thermal zone device correctlyGravatar Zhang Rui 1-0/+3
2015-11-23thermal: fix thermal_zone_bind_cooling_device prototypeGravatar Arnd Bergmann 1-1/+2
2015-10-10linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSGravatar Rasmus Villemoes 1-3/+5
2015-09-14thermal: Add a function to get the minimum powerGravatar Javi Merino 1-0/+6
2015-09-13thermal: Fix thermal_zone_of_sensor_register to match documentationGravatar Punit Agrawal 1-1/+1
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-15/+11
2015-05-11thermal: support slope and offset coefficientsGravatar Eduardo Valentin 1-0/+11
2015-05-04thermal: introduce the Power Allocator governorGravatar Javi Merino 1-5/+32
2015-05-04thermal: extend the cooling device API to include power informationGravatar Javi Merino 1-0/+25
2015-05-04thermal: let governors have private data for each thermal zoneGravatar Javi Merino 1-0/+9
2015-05-04thermal: fair_share: generalize the weight conceptGravatar Javi Merino 1-3/+6
2015-05-04thermal: of: fix cooling device weights in device treeGravatar Kapileshwar Singh 1-1/+5
2015-02-24thermal: Introduce dummy functions when thermal is not definedGravatar Nishanth Menon 1-2/+54
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 1-1/+1
2014-12-13Merge branches 'thermal-core-fix', 'thermal-soc' and 'thermal-int340x' into nextGravatar Zhang Rui 1-6/+36
2014-12-10thermal: Fix cdev registration with THERMAL_NO_LIMIT on 64bitGravatar Punit Agrawal 1-1/+1
2014-12-09thermal: provide an UAPI header fileGravatar Florian Fainelli 1-30/+1
2014-12-08thermal: of: Extend current of-thermal.c code to allow setting emulated tempGravatar Lukasz Majewski 1-0/+3
2014-12-08thermal: of: Rename struct __thermal_trip to struct thermal_tripGravatar Lukasz Majewski 1-0/+15
2014-11-20thermal: of: improve of-thermal sensor registration APIGravatar Eduardo Valentin 1-6/+18
2014-10-10Thermal: introduce INT3402 thermal driverGravatar Aaron Lu 1-0/+2
2014-10-10Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.hGravatar Aaron Lu 1-0/+2
2014-07-22thermal: document struct thermal_zone_device and thermal_governorGravatar Javi Merino 1-2/+44
2013-12-04thermal: core: introduce thermal_of_cooling_device_registerGravatar Eduardo Valentin 1-0/+4
2013-12-04thermal: introduce device tree parserGravatar Eduardo Valentin 1-2/+26
2013-09-03thermal: thermal_core: allow binding with limits on bind_paramsGravatar Eduardo Valentin 1-0/+10
2013-09-03drivers: thermal: make usage of CONFIG_THERMAL_HWMON optionalGravatar Eduardo Valentin 1-0/+8
2013-05-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-7/+8
2013-04-25thermal: rename notify_thermal_framework to thermal_notify_frameworkGravatar Eduardo Valentin 1-1/+1
2013-04-15thermal: expose thermal_zone_get_temp APIGravatar Eduardo Valentin 1-0/+1
2013-04-15thermal: introduce thermal_zone_get_zone_by_name helper functionGravatar Eduardo Valentin 1-0/+1
2013-04-15Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Zhang Rui 1-5/+4
2013-04-14Thermal: build thermal governors into thermal_sys moduleGravatar Zhang Rui 1-4/+0
2013-03-26thermal: Fix compiler warningGravatar Ezequiel Garcia 1-1/+1
2013-03-26Thermal: exynos: fix cooling state translationGravatar Zhang Rui 1-1/+4