summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: power_allocator: exit early if there are no cooling devicesJavi Merino2015-09-201-0/+5
* thermal: power_allocator: don't require tzp to be present for the thermal zoneJavi Merino2015-09-141-5/+27
* thermal: power_allocator: relax the requirement of two passive trip pointsJavi Merino2015-09-141-44/+57
* thermal: power_allocator: relax the requirement of a sustainable_power in tzpJavi Merino2015-09-141-25/+100
* thermal: Add a function to get the minimum powerJavi Merino2015-09-141-0/+28
* thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino2015-09-131-5/+16
* thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino2015-09-131-24/+23
* thermal: db8500_cpufreq_cooling: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-131-0/+1
* thermal: ti-soc: Kconfig fix to avoid menu showing wronglyEduardo Valentin2015-09-132-2/+1
* thermal: ti-soc: allow compile testEduardo Valentin2015-09-131-4/+4
* thermal: qcom_spmi: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: exynos: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: armada: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: dove: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: kirkwood: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: rockchip: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: spear: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: hisi: allow compile testEduardo Valentin2015-09-131-1/+1
* thermal: fix intel PCH thermal driver mismergeLinus Torvalds2015-09-111-7/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-1132-154/+466
|\
| *-. Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui2015-09-0232-154/+466
| |\ \
| | | * thermal: Add Intel PCH thermal driverTushar Dave2015-08-043-0/+295
| | | * thermal/powerclamp: add cpu id for denlow platformJacob Pan2015-08-031-0/+1
| | | * thermal/powerclamp: add cpu id for Skylake u/yRadivoje Jovanovic2015-08-031-0/+1
| | | * thermal/powerclamp: add cpu id for skylake h/sRadivoje Jovanovic2015-08-031-0/+1
| | * | thermal: Add comment explaining test for critical temperatureSascha Hauer2015-08-031-0/+5
| | * | thermal: Use IS_ENABLED instead of #ifdefSascha Hauer2015-08-031-26/+19
| | * | thermal: remove unnecessary call to thermal_zone_device_set_pollingSascha Hauer2015-08-031-3/+0
| | * | thermal: trivial: fix typo in commentSascha Hauer2015-08-031-1/+1
| | * | thermal: consistently use int for temperaturesSascha Hauer2015-08-0328-124/+115
| | * | thermal: add available policies sysfs attributeNi Wade2015-08-031-0/+28
| | |/
* | | Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-09-081-1/+1
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-041-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | * | thermal: sti: Add parentheses around bridge->ops->regmap_init callNicolas Boichat2015-08-071-1/+1
| | |/
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-185-15/+20
| |\ \
| * | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
| * | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-2/+2
| | |/ | |/|
* | | thermal: power_allocator: allocate with kcalloc what you free with kfreeJavi Merino2015-08-291-2/+1
* | | thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar2015-08-141-1/+12
* | | thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar2015-08-141-4/+4
* | | thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar2015-08-141-5/+5
* | | thermal/cpu_cooling: convert 'switch' block to 'if' block in notifierViresh Kumar2015-08-141-16/+10
* | | thermal/cpu_cooling: quit early after updating policyViresh Kumar2015-08-141-0/+1
* | | thermal/cpu_cooling: No need to initialize max_freq to 0Viresh Kumar2015-08-141-1/+1
* | | thermal: cpu_cooling: fix lockdep problems in cpu_coolingRussell King2015-08-141-11/+20
* | | thermal: power_allocator: do not use devm* interfacesDmitry Torokhov2015-08-131-4/+4
| |/ |/|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-08-034-14/+20
|\ \
| * | thermal: exynos: Remove unused code related to platform_data on probe()Chanwoo Choi2015-08-021-3/+0
| * | thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OFChanwoo Choi2015-08-021-1/+1
OpenPOWER on IntegriCloud