summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* remove abs64()Andrew Morton2015-11-101-1/+1
* Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2015-10-211-1/+1
|\
| * thermal: exynos: Fix register read in TMUSudip Mukherjee2015-10-171-1/+1
* | thermal: avoid division by zero in power allocatorAndrea Arcangeli2015-10-021-0/+10
* | 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-141-5/+16
* | thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino2015-09-141-24/+23Star
* | thermal: db8500_cpufreq_cooling: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-141-0/+1
* | thermal: ti-soc: Kconfig fix to avoid menu showing wronglyEduardo Valentin2015-09-142-2/+1Star
* | thermal: ti-soc: allow compile testEduardo Valentin2015-09-141-4/+4
* | thermal: qcom_spmi: allow compile testEduardo Valentin2015-09-141-1/+1
* | thermal: exynos: allow compile testEduardo Valentin2015-09-141-1/+1
* | thermal: armada: allow compile testEduardo Valentin2015-09-141-1/+1
* | thermal: dove: allow compile testEduardo Valentin2015-09-141-1/+1
* | thermal: kirkwood: allow compile testEduardo Valentin2015-09-141-1/+1
* | thermal: rockchip: allow compile testEduardo Valentin2015-09-141-1/+1
* | thermal: spear: allow compile testEduardo Valentin2015-09-141-1/+1
* | thermal: hisi: allow compile testEduardo Valentin2015-09-141-1/+1
|/
* thermal: fix intel PCH thermal driver mismergeLinus Torvalds2015-09-121-7/+4Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-1232-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/+19Star
| | * | thermal: remove unnecessary call to thermal_zone_device_set_pollingSascha Hauer2015-08-031-3/+0Star
| | * | thermal: trivial: fix typo in commentSascha Hauer2015-08-031-1/+1
| | * | thermal: consistently use int for temperaturesSascha Hauer2015-08-0328-124/+115Star
| | * | 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-091-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/+1Star
* | | thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar2015-08-151-1/+12
* | | thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar2015-08-151-4/+4
* | | thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar2015-08-151-5/+5
* | | thermal/cpu_cooling: convert 'switch' block to 'if' block in notifierViresh Kumar2015-08-151-16/+10Star
* | | thermal/cpu_cooling: quit early after updating policyViresh Kumar2015-08-151-0/+1
* | | thermal/cpu_cooling: No need to initialize max_freq to 0Viresh Kumar2015-08-151-1/+1
* | | thermal: cpu_cooling: fix lockdep problems in cpu_coolingRussell King2015-08-151-11/+20