aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-23thermal: core: move trips attributes to tz->device.groupsEduardo Valentin1-38/+48
2016-11-23thermal: core: create tz->device.groups dynamicallyEduardo Valentin1-3/+22
2016-11-23thermal: core: move the trip attrs to the tz sysfs I/F sectionEduardo Valentin1-108/+108
2016-11-23thermal: core: fix style on remove_trip_attrs()Eduardo Valentin1-1/+1
2016-11-23thermal: core: remove useless empty lineEduardo Valentin1-1/+0
2016-11-23thermal: core: move power actor code out of sysfs I/F sectionEduardo Valentin1-83/+83
2016-11-23thermal: core: improve power actor documentationEduardo Valentin1-2/+3
2016-11-23thermal: core: move passive attr to tz->device.groupsEduardo Valentin1-9/+36
2016-11-23thermal: core: move mode attribute to tz->device.groupsEduardo Valentin1-8/+28
2016-11-23thermal: core: move emul_temp creation to tz->device.groupsEduardo Valentin1-7/+4
2016-11-23thermal: core: use dev.groups to manage always present tz attributesEduardo Valentin1-53/+34
2016-11-23thermal: core: group device_create_file() calls that are always createdEduardo Valentin1-12/+12
2016-11-23thermal: core: group thermal_zone DEVICE_ATTR's declarationsEduardo Valentin1-10/+10
2016-11-23thermal: core: prevent zones with no types to be registeredEduardo Valentin1-8/+8
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+1
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada1-8/+13
2016-09-27thermal: Add support for hardware-tracked trip pointsSascha Hauer1-0/+55
2016-09-27thermal: core: export apis to get slope and offsetRajendra Nayak1-0/+30
2016-08-08thermal: fix race condition when updating cooling deviceMichele Di Giorgio1-3/+7
2016-04-27thermal: use %d to print S32 parametersLeo Yan1-1/+1
2016-04-20thermal: consistently use int for trip tempWei Ni1-4/+4
2016-03-18Thermal: Ignore invalid trip pointsZhang Rui1-1/+12
2016-01-23Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into nextZhang Rui1-4/+77
2016-01-06thermal: trip_point_temp_store() calls thermal_zone_device_update()Kuninori Morimoto1-1/+5
2015-12-29Thermal: do thermal zone update after a cooling device registeredChen Yu1-1/+13
2015-12-29Thermal: handle thermal zone device properly during system sleepZhang Rui1-0/+42
2015-12-29Thermal: initialize thermal zone device correctlyZhang Rui1-2/+17
2015-09-14thermal: Add a function to get the minimum powerJavi Merino1-0/+28
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui1-44/+65
2015-08-03thermal: Add comment explaining test for critical temperatureSascha Hauer1-0/+5
2015-08-03thermal: Use IS_ENABLED instead of #ifdefSascha Hauer1-26/+19
2015-08-03thermal: remove unnecessary call to thermal_zone_device_set_pollingSascha Hauer1-3/+0
2015-08-03thermal: trivial: fix typo in commentSascha Hauer1-1/+1
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-14/+12
2015-08-03thermal: add available policies sysfs attributeNi Wade1-0/+28
2015-08-02thermal: remove dangling 'weight_attr' device fileViresh Kumar1-0/+1
2015-05-11thermal: support slope and offset coefficientsEduardo Valentin1-0/+4
2015-05-04thermal: export thermal_zone_parameters to sysfsJavi Merino1-0/+101
2015-05-04thermal: core: Add Kconfig option to enable writable tripsPunit Agrawal1-1/+2
2015-05-04thermal: introduce the Power Allocator governorJavi Merino1-2/+7
2015-05-04thermal: extend the cooling device API to include power informationJavi Merino1-0/+52
2015-05-04thermal: let governors have private data for each thermal zoneJavi Merino1-8/+75
2015-05-04thermal: export weight to sysfsJavi Merino1-0/+40
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh1-6/+16
2015-04-07thermal: Do not log an error if thermal_zone_get_temp returns -EAGAINHans de Goede1-2/+4
2015-03-05thermal: Make sysfs attributes of cooling devices default attributesMatthias Kaehlcke1-20/+17
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+1
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-socZhang Rui1-2/+4