aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-08-02thermal: exynos: Disable the regulator on probe failureGravatar Krzysztof Kozlowski 1-0/+2
2015-08-02thermal: power_allocator: trace the real requested powerGravatar Javi Merino 1-10/+16
2015-08-02thermal: remove dangling 'weight_attr' device fileGravatar Viresh Kumar 1-0/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Gravatar Andy Lutomirski 1-2/+2
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Gravatar Andy Lutomirski 1-2/+2
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-06-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 23-529/+3612
2015-06-11Merge branches 'release' and 'thermal-soc' of .git into nextGravatar Zhang Rui 19-161/+2544
2015-06-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 17-118/+2494
2015-06-03thermal: hisilicon: add new hisilicon thermal sensor driverGravatar kongxinwei 3-0/+430
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-2/+2
2015-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 5-7/+89
2015-05-11thermal: of-thermal: add support for reading coefficients propertyGravatar Eduardo Valentin 1-2/+24
2015-05-11thermal: support slope and offset coefficientsGravatar Eduardo Valentin 1-0/+4
2015-05-11thermal: power_allocator: round the division when divvying up powerGravatar Javi Merino 1-1/+2
2015-05-09thermal: armada: Update Armada 380 thermal sensor coefficientsGravatar Nadav Haklai 1-3/+3
2015-05-09thermal: rockchip: fix an error codeGravatar Dan Carpenter 1-1/+1
2015-05-09thermal/powerclamp: fix missing newer package c-statesGravatar Jacob Pan 1-37/+43
2015-05-09thermal/intel_powerclamp: add id for broadwell serverGravatar Jacob Pan 1-0/+1
2015-05-09thermal/intel_powerclamp: add __init / __exit annotationsGravatar Mathias Krause 1-4/+4
2015-05-08thermal: ti-soc-thermal: OMAP5: Implement Workaround for Errata i813Gravatar Keerthy 3-3/+45
2015-05-08thermal: ti-soc-thermal: dra7: Implement Workaround for Errata i814Gravatar Keerthy 3-2/+42
2015-05-04thermal: exynos: Add the support for Exynos5433 TMUGravatar Chanwoo Choi 2-2/+186
2015-05-04thermal: cpu_cooling: Fix power calculation when CPUs are offlineGravatar Kapileshwar Singh 1-1/+12
2015-05-04thermal: cpu_cooling: Remove cpu_dev update on policy CPU updateGravatar Kapileshwar Singh 1-40/+0
2015-05-04thermal: export thermal_zone_parameters to sysfsGravatar Javi Merino 1-0/+101
2015-05-04thermal: cpu_cooling: Check memory allocation of power_tableGravatar Javi Merino 1-0/+4
2015-05-04ti-soc-thermal: request temperature periodically if hw can't do that itselfGravatar Pavel Machek 1-0/+8
2015-05-04ti-soc-thermal: implement eocz bit to make driver useful on omap3Gravatar Pavel Machek 1-6/+18
2015-05-04cleanup ti-soc-thermalGravatar Pavel Machek 2-49/+25
2015-05-04thermal: remove stale THERMAL_POWER_ACTOR selectGravatar Javi Merino 1-1/+0
2015-05-04thermal: Default OF created trip points to writableGravatar Punit Agrawal 1-1/+5
2015-05-04thermal: core: Add Kconfig option to enable writable tripsGravatar Punit Agrawal 2-1/+13
2015-05-04thermal: x86_pkg_temp: drop const for thermal_zone_parametersGravatar Javi Merino 1-1/+1
2015-05-04of: thermal: Introduce sustainable power for a thermal zoneGravatar Punit Agrawal 1-0/+4