aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/of-thermal.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-05thermal: of-thermal: Print name of device node with errorGravatar Amit Kucheria 1-2/+2
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 1-44/+108
2018-10-22thermal: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-5/+5
2018-08-24of: thermal: Allow multiple devices to share cooling mapGravatar Viresh Kumar 1-39/+103
2018-08-20thermal: of-thermal: disable passive polling when thermal zone is disabledGravatar Anson Huang 1-2/+5
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-05-30drivers: thermal: Update license to SPDX formatGravatar Lina Iyer 1-18/+1
2017-12-27drivers: thermal: remove duplicate includesGravatar Pravin Shedge 1-1/+0
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+1
2016-09-27Thermal: of thermal: typo fixGravatar Zhang Rui 1-1/+1
2016-09-27thermal: of-thermal: Fix setting of set_emul_temp hookGravatar Keerthy 1-4/+3
2016-09-27thermal: streamline get_trend callbacksGravatar Sascha Hauer 1-15/+1
2016-09-27thermal: of: implement .set_trips for device tree thermal zonesGravatar Sascha Hauer 1-0/+19
2016-05-17thermal: of-thermal: allow setting trip_temp on hardwareGravatar Wei Ni 1-0/+8
2016-05-17thermal: of: fix cleanup when building a thermal zoneGravatar Ulises Brindis 1-1/+1
2016-04-20thermal: of: add __init attributeGravatar Julia Lawall 1-2/+2
2016-03-09thermal: of-thermal: Add devm version of thermal_zone_of_sensor_registerGravatar Laxman Dewangan 1-0/+81
2016-02-09thermal: of: use for_each_available_child_of_node for child iteratorGravatar Laxman Dewangan 1-15/+3
2015-11-16thermal: of-thermal: Reduce log level for message when can't fine thermal zoneGravatar Jiada Wang 1-1/+1
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-7/+7
2015-05-11thermal: of-thermal: add support for reading coefficients propertyGravatar Eduardo Valentin 1-2/+24
2015-05-04thermal: Default OF created trip points to writableGravatar Punit Agrawal 1-1/+5
2015-05-04of: thermal: Introduce sustainable power for a thermal zoneGravatar Punit Agrawal 1-0/+4
2015-05-04thermal: of: fix cooling device weights in device treeGravatar Kapileshwar Singh 1-2/+3
2015-01-21thermal: of: Enable thermal_zoneX when sensor is correctly addedGravatar Lukasz Majewski 1-0/+3
2015-01-05thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()Gravatar Geert Uytterhoeven 1-1/+1
2014-12-08thermal: of: Extend current of-thermal.c code to allow setting emulated tempGravatar Lukasz Majewski 1-0/+24
2014-12-08thermal: of: Extend of-thermal to export table of trip pointsGravatar Lukasz Majewski 1-0/+22
2014-12-08thermal: of: Rename struct __thermal_trip to struct thermal_tripGravatar Lukasz Majewski 1-18/+3
2014-12-08thermal: of: Extend of-thermal.c to provide check if trip point is validGravatar Lukasz Majewski 1-0/+21
2014-12-08thermal: of: Extend of-thermal.c to provide number of trip pointsGravatar Lukasz Majewski 1-0/+21
2014-11-20thermal: of: improve of-thermal sensor registration APIGravatar Eduardo Valentin 1-22/+17
2014-11-02thermal: fix multiple disbalanced device node countersGravatar Vladimir Zapolskiy 1-8/+32
2014-07-29thermal: add support to disable thermal zone from DTSGravatar Laxman Dewangan 1-0/+12
2014-06-30thermal: Bind cooling devices with the correct argumentsGravatar Punit Agrawal 1-2/+2
2014-06-30thermal: Add braces around suspect codeGravatar Stephen Boyd 1-1/+2
2013-12-04thermal: introduce device tree parserGravatar Eduardo Valentin 1-0/+849