aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2015-10-01thermal: avoid division by zero in power allocatorGravatar Andrea Arcangeli 1-0/+10
2015-09-20thermal: power_allocator: exit early if there are no cooling devicesGravatar Javi Merino 1-0/+5
2015-09-14thermal: power_allocator: don't require tzp to be present for the thermal zoneGravatar Javi Merino 1-5/+27
2015-09-14thermal: power_allocator: relax the requirement of two passive trip pointsGravatar Javi Merino 1-44/+57
2015-09-14thermal: power_allocator: relax the requirement of a sustainable_power in tzpGravatar Javi Merino 1-25/+100
2015-09-14thermal: Add a function to get the minimum powerGravatar Javi Merino 1-0/+28
2015-09-13thermal: cpu_cooling: free power table on error or when unregisteringGravatar Javi Merino 1-5/+16
2015-09-13thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockGravatar Javi Merino 1-24/+23
2015-09-13thermal: db8500_cpufreq_cooling: Fix module autoload for OF platform driverGravatar Luis de Bethencourt 1-0/+1
2015-09-13thermal: ti-soc: Kconfig fix to avoid menu showing wronglyGravatar Eduardo Valentin 2-2/+1
2015-09-13thermal: ti-soc: allow compile testGravatar Eduardo Valentin 1-4/+4
2015-09-13thermal: qcom_spmi: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-13thermal: exynos: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-13thermal: armada: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-13thermal: dove: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-13thermal: kirkwood: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-13thermal: rockchip: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-13thermal: spear: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-13thermal: hisi: allow compile testGravatar Eduardo Valentin 1-1/+1
2015-09-11thermal: fix intel PCH thermal driver mismergeGravatar Linus Torvalds 1-7/+4
2015-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 32-154/+466
2015-09-08Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 1-1/+1
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Gravatar Mark Brown 1-1/+1
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextGravatar Zhang Rui 32-154/+466
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2015-08-29thermal: power_allocator: allocate with kcalloc what you free with kfreeGravatar Javi Merino 1-2/+1
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesGravatar Ingo Molnar 5-15/+20
2015-08-14thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxGravatar Viresh Kumar 1-1/+12
2015-08-14thermal/cpu_cooling: rename max_freq as clipped_freq in notifierGravatar Viresh Kumar 1-4/+4
2015-08-14thermal/cpu_cooling: rename cpufreq_val as clipped_freqGravatar Viresh Kumar 1-5/+5
2015-08-14thermal/cpu_cooling: convert 'switch' block to 'if' block in notifierGravatar Viresh Kumar 1-16/+10
2015-08-14thermal/cpu_cooling: quit early after updating policyGravatar Viresh Kumar 1-0/+1
2015-08-14thermal/cpu_cooling: No need to initialize max_freq to 0Gravatar Viresh Kumar 1-1/+1
2015-08-14thermal: cpu_cooling: fix lockdep problems in cpu_coolingGravatar Russell King 1-11/+20
2015-08-13thermal: power_allocator: do not use devm* interfacesGravatar Dmitry Torokhov 1-4/+4
2015-08-07thermal: sti: Add parentheses around bridge->ops->regmap_init callGravatar Nicolas Boichat 1-1/+1
2015-08-04thermal: Add Intel PCH thermal driverGravatar Tushar Dave 3-0/+295
2015-08-03thermal: Add comment explaining test for critical temperatureGravatar Sascha Hauer 1-0/+5
2015-08-03thermal: Use IS_ENABLED instead of #ifdefGravatar Sascha Hauer 1-26/+19
2015-08-03thermal: remove unnecessary call to thermal_zone_device_set_pollingGravatar Sascha Hauer 1-3/+0
2015-08-03thermal: trivial: fix typo in commentGravatar Sascha Hauer 1-1/+1
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 28-124/+115
2015-08-03thermal: add available policies sysfs attributeGravatar Ni Wade 1-0/+28
2015-08-03thermal/powerclamp: add cpu id for denlow platformGravatar Jacob Pan 1-0/+1
2015-08-03thermal/powerclamp: add cpu id for Skylake u/yGravatar Radivoje Jovanovic 1-0/+1
2015-08-03thermal/powerclamp: add cpu id for skylake h/sGravatar Radivoje Jovanovic 1-0/+1
2015-08-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 4-14/+20
2015-08-03thermal: Drop owner assignment from platform_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-08-02thermal: exynos: Remove unused code related to platform_data on probe()Gravatar Chanwoo Choi 1-3/+0
2015-08-02thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OFGravatar Chanwoo Choi 1-1/+1