aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-23thermal: core: move bind_cdev() to where it is usedEduardo Valentin1-38/+38
2016-11-23thermal: core: move __unbind() helper to where it is usedEduardo Valentin1-10/+10
2016-11-23thermal: core: small style fix on __unbind() helperEduardo Valentin1-1/+1
2016-11-23thermal: core: move idr handling to device management sectionEduardo Valentin1-24/+24
2016-11-23thermal: core: group functions related to governor handlingEduardo Valentin1-73/+80
2016-11-23thermal: core: introduce thermal_helpers.cEduardo Valentin3-171/+198
2016-11-23thermal: core: remove a couple of style issues on helpersEduardo Valentin1-4/+5
2016-11-23thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin3-127/+145
2016-11-23thermal: core: move to_cooling_device macro to header fileEduardo Valentin2-3/+3
2016-11-23thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin4-610/+637
2016-11-23thermal: core: match parenthesis on code alignmentEduardo Valentin1-7/+7
2016-11-23thermal: core: treat correctly the return value of *scanf callsEduardo Valentin1-7/+7
2016-11-23thermal: core: move to_thermal_zone() macro to header fileEduardo Valentin2-3/+3
2016-11-23thermal: core: split available_policies_show()Eduardo Valentin2-15/+21
2016-11-23thermal: core: split policy_storeEduardo Valentin2-13/+25
2016-11-23thermal: core: split passive_storeEduardo Valentin2-21/+45
2016-11-23thermal: core: remove unnecessary device_remove() callsEduardo Valentin1-5/+0
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-11-23thermal: intel_pch_thermal: Support skylake PCH 100 series thermalOGAWA Hirofumi1-25/+39
2016-11-23thermal: int340x_thermal: use permission-specific DEVICE_ATTR variantsJulia Lawall1-1/+1
2016-11-23thermal: hwmon: use permission-specific DEVICE_ATTR variantsJulia Lawall1-1/+1
2016-11-21thermal/powerclamp: add back module device tableJacob Pan1-1/+8
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+62
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-10-20thermal/powerclamp: correct cpu support checkEric Ernst1-12/+2
2016-10-20thermal: intel_pch_thermal: Enable Haswell PCHSrinivas Pandruvada1-0/+9
2016-10-20thermal: intel_pch_thermal: Add an ACPI passive tripSrinivas Pandruvada1-0/+51
2016-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds43-195/+3410
2016-09-27thermal: int3403: Process trip change notificationSrinivas Pandruvada1-0/+6
2016-09-27thermal: int340x: New Interface to read trip and notifySrinivas Pandruvada5-27/+48
2016-09-27thermal: user_space gov: Add additional information in ueventSrinivas Pandruvada1-2/+13
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada16-25/+38
2016-09-27Merge branches 'thermal-soc', 'thermal-core', 'thermal-intel' and 'thermal-tegra-hw-throttle' into nextZhang Rui9-16/+1202
2016-09-27thermal: tegra: add hw-throttle for Tegra132Wei Ni2-30/+221
2016-09-27thermal: tegra: add hw-throttle functionWei Ni5-15/+700