summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | thermal: exynos: Disable the regulator on probe failureKrzysztof Kozlowski2015-08-021-0/+2
| * | thermal: power_allocator: trace the real requested powerJavi Merino2015-08-021-10/+16
| * | thermal: remove dangling 'weight_attr' device fileViresh Kumar2015-08-021-0/+1
| |/
* | thermal: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-08-031-1/+0
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-2/+2
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-06-2523-529/+3612
|\ \ | |/ |/|
| * Merge branches 'release' and 'thermal-soc' of .git into nextZhang Rui2015-06-1119-161/+2544
| |\
| | * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-06-1117-118/+2494
| | |\
| | | * thermal: hisilicon: add new hisilicon thermal sensor driverkongxinwei2015-06-033-0/+430
| | | * thermal: of-thermal: add support for reading coefficients propertyEduardo Valentin2015-05-111-2/+24
| | | * thermal: support slope and offset coefficientsEduardo Valentin2015-05-111-0/+4
| | | * thermal: power_allocator: round the division when divvying up powerJavi Merino2015-05-111-1/+2
| | | * thermal: exynos: Add the support for Exynos5433 TMUChanwoo Choi2015-05-042-2/+186
| | | * thermal: cpu_cooling: Fix power calculation when CPUs are offlineKapileshwar Singh2015-05-041-1/+12
| | | * thermal: cpu_cooling: Remove cpu_dev update on policy CPU updateKapileshwar Singh2015-05-041-40/+0
| | | * thermal: export thermal_zone_parameters to sysfsJavi Merino2015-05-041-0/+101
| | | * thermal: cpu_cooling: Check memory allocation of power_tableJavi Merino2015-05-041-0/+4
| | | * ti-soc-thermal: request temperature periodically if hw can't do that itselfPavel Machek2015-05-041-0/+8
| | | * ti-soc-thermal: implement eocz bit to make driver useful on omap3Pavel Machek2015-05-041-6/+18
| | | * cleanup ti-soc-thermalPavel Machek2015-05-042-49/+25
| | | * thermal: remove stale THERMAL_POWER_ACTOR selectJavi Merino2015-05-041-1/+0
| | | * thermal: Default OF created trip points to writablePunit Agrawal2015-05-041-1/+5
| | | * thermal: core: Add Kconfig option to enable writable tripsPunit Agrawal2015-05-042-1/+13
| | | * thermal: x86_pkg_temp: drop const for thermal_zone_parametersJavi Merino2015-05-041-1/+1
| | | * of: thermal: Introduce sustainable power for a thermal zonePunit Agrawal2015-05-041-0/+4
| | | * thermal: add trace events to the power allocator governorJavi Merino2015-05-042-4/+49
| | | * thermal: introduce the Power Allocator governorJavi Merino2015-05-045-2/+551
| | | * thermal: cpu_cooling: implement the power cooling device APIJavi Merino2015-05-041-17/+566
| | | * thermal: extend the cooling device API to include power informationJavi Merino2015-05-041-0/+52
| | | * thermal: let governors have private data for each thermal zoneJavi Merino2015-05-041-8/+75
OpenPOWER on IntegriCloud