summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-01-2414-49/+1377
|\
| * Merge branch 'misc' of .git into nextZhang Rui2014-01-061-1/+1
| |\
| | * thermal: remove const flag from .ops of imx thermalEduardo Valentin2014-01-061-1/+1
| | |
| | \
| *-. \ Merge branches 'misc' and 'soc' of .git into nextZhang Rui2014-01-033-1/+33
| |\ \ \ | | | |/ | | |/|
| | | * thermal: imx: add necessary clk operationAnson Huang2014-01-031-0/+20
| | * | Thermal: update thermal zone device after setting emul_templan,Tianyu2014-01-031-0/+3
| | * | intel_powerclamp: Fix cstate counter detection.Yuxuan Shui2014-01-031-1/+10
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git int...Zhang Rui2014-01-0212-45/+1322
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | | | * Thermal: ACPI INT3403 thermal driverSrinivas Pandruvada2014-01-023-0/+245
| | | * | thermal: ti-soc-thermal: use thermal DT infrastructureEduardo Valentin2013-12-041-15/+62
| | | * | thermal: cpu_cooling: introduce of_cpufreq_cooling_registerEduardo Valentin2013-12-042-6/+51
| | | * | thermal: core: introduce thermal_of_cooling_device_registerEduardo Valentin2013-12-041-4/+54
| | | * | thermal: introduce device tree parserEduardo Valentin2013-12-045-1/+880
| | | * | thermal: allow registering without .get_tempEduardo Valentin2013-12-041-2/+8
| | | |/
| | * | thermal: rcar-thermal: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-01-021-1/+1
| | * | thermal: imx_thermal: add module device tableRussell King2014-01-021-0/+1
| | * | drivers: thermal: Mark function as static in x86_pkg_temp_thermal.cRashika2014-01-021-1/+1
| | * | thermal:samsung: fix compilation warningNaveen Krishna Chatradhi2014-01-021-1/+1
| | * | thermal: imx: correct suspend/resume flowAnson Huang2014-01-021-14/+17
| | * | thermal: exynos: fix error return codeJulia Lawall2014-01-021-0/+1
| | |/
| * | Thermal cpu cooling: return error if no valid cpu frequency entryZhang Rui2014-01-021-0/+5
| * | thermal: fix cpu_cooling max_level behaviorEduardo Valentin2014-01-021-2/+4
| * | thermal: debug: add debug statement for core and step_wiseAaron Lu2014-01-022-0/+12
| |/
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-6/+6
|\ \
| * | thermal: exynos: boost: Automatic enable/disable of BOOST feature (at Exynos4...Lukasz Majewski2014-01-171-6/+6
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+1
|\ \
| * | thermal: rcar: comment spellingGeert Uytterhoeven2014-01-081-1/+1
| |/
* | sched, thermal: Clean up preempt_enable_no_resched() abusePeter Zijlstra2014-01-131-1/+1
* | x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra2013-12-191-3/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-16/+9
|\
| * genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-16/+8
| * genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-11-144-12/+38
|\ \
| | \
| | \
| *-. \ Merge branches 'intel_powerclamp', 'tmon' and 'misc' of .git into nextZhang Rui2013-11-0711-30/+72
| |\ \ \ | | | |/ | | |/|
| | | * thermal: Fix binding problem when there is thermal zone paramsNi Wade2013-11-061-3/+4
| | | * thermal: cpu_cooling: fix return value check in cpufreq_cooling_register()Wei Yongjun2013-11-061-2/+2
| | | * Thermal: Check for validity before doing kfreedurgadoss.r@intel.com2013-10-141-1/+2
| | | * thermal: Kconfig: cosmetic fixesLuka Perkov2013-10-091-2/+3
| | | * typo in drivers/thermal/Kconfig: lpatform instead of platformRegid Ichira2013-09-251-1/+1
| * | | thermal/intel_powerclamp: Add newer CPU modelsJacob Pan2013-10-091-0/+5
| * | | Thermal: Tidy up error handling in powerclamp_initdurgadoss.r@intel.com2013-10-091-3/+21
| | |/ | |/|
* | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-10-281-1/+0
|\ \ \ | |_|/ |/| |
| * | cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar2013-10-161-1/+0
| |/
* | Merge branch 'x86_pkg_temp' of .git into for-rcZhang Rui2013-10-211-6/+8
|\ \
| * | Thermal: x86_pkg_temp: change spin lockSrinivas Pandruvada2013-09-251-6/+8
| |/
* | Revert "drivers: thermal: parent virtual hwmon with thermal zone"Zhang Rui2013-10-211-1/+1
* | drivers: thermal: allow ti-soc-thermal run without pcb zoneEduardo Valentin2013-10-151-0/+1
* | thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos...Lukasz Majewski2013-10-154-0/+13
* | thermal: exynos: Provide separate TMU data for Exynos4412Lukasz Majewski2013-10-154-12/+37
* | thermal: exynos: Remove check for thermal device pointer at exynos_report_tri...Lukasz Majewski2013-10-151-2/+0
|/