aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/of-thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-13of: thermal: Improve print informationYangtao Li1-0/+3
2019-02-05thermal: of-thermal: Print name of device node with errorAmit Kucheria1-2/+2
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds1-44/+108
2018-10-22thermal: Convert to using %pOFn instead of device_node.nameRob Herring1-5/+5
2018-08-24of: thermal: Allow multiple devices to share cooling mapViresh Kumar1-39/+103
2018-08-20thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang1-2/+5
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-30drivers: thermal: Update license to SPDX formatLina Iyer1-18/+1
2017-12-27drivers: thermal: remove duplicate includesPravin Shedge1-1/+0
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada1-1/+1
2016-09-27Thermal: of thermal: typo fixZhang Rui1-1/+1
2016-09-27thermal: of-thermal: Fix setting of set_emul_temp hookKeerthy1-4/+3
2016-09-27thermal: streamline get_trend callbacksSascha Hauer1-15/+1
2016-09-27thermal: of: implement .set_trips for device tree thermal zonesSascha Hauer1-0/+19
2016-05-17thermal: of-thermal: allow setting trip_temp on hardwareWei Ni1-0/+8
2016-05-17thermal: of: fix cleanup when building a thermal zoneUlises Brindis1-1/+1
2016-04-20thermal: of: add __init attributeJulia Lawall1-2/+2
2016-03-09thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerLaxman Dewangan1-0/+81
2016-02-09thermal: of: use for_each_available_child_of_node for child iteratorLaxman Dewangan1-15/+3
2015-11-16thermal: of-thermal: Reduce log level for message when can't fine thermal zoneJiada Wang1-1/+1
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-7/+7
2015-05-11thermal: of-thermal: add support for reading coefficients propertyEduardo Valentin1-2/+24
2015-05-04thermal: Default OF created trip points to writablePunit Agrawal1-1/+5
2015-05-04of: thermal: Introduce sustainable power for a thermal zonePunit Agrawal1-0/+4
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh1-2/+3
2015-01-21thermal: of: Enable thermal_zoneX when sensor is correctly addedLukasz Majewski1-0/+3
2015-01-05thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()Geert Uytterhoeven1-1/+1
2014-12-08thermal: of: Extend current of-thermal.c code to allow setting emulated tempLukasz Majewski1-0/+24
2014-12-08thermal: of: Extend of-thermal to export table of trip pointsLukasz Majewski1-0/+22
2014-12-08thermal: of: Rename struct __thermal_trip to struct thermal_tripLukasz Majewski1-18/+3
2014-12-08thermal: of: Extend of-thermal.c to provide check if trip point is validLukasz Majewski1-0/+21
2014-12-08thermal: of: Extend of-thermal.c to provide number of trip pointsLukasz Majewski1-0/+21
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin1-22/+17
2014-11-02thermal: fix multiple disbalanced device node countersVladimir Zapolskiy1-8/+32
2014-07-29thermal: add support to disable thermal zone from DTSLaxman Dewangan1-0/+12
2014-06-30thermal: Bind cooling devices with the correct argumentsPunit Agrawal1-2/+2
2014-06-30thermal: Add braces around suspect codeStephen Boyd1-1/+2
2013-12-04thermal: introduce device tree parserEduardo Valentin1-0/+849