summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/cpu_cooling.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: cpu_cooling: fix typo highjack -> hijackJavi Merino2014-07-221-1/+1
* thermal: cpu_cooling: Use cpufreq_for_each_valid_entry macro for iterationStratos Karafotis2014-04-301-20/+13Star
*-. Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git int...Zhang Rui2014-01-021-6/+50
|\ \
| | * thermal: cpu_cooling: introduce of_cpufreq_cooling_registerEduardo Valentin2013-12-041-6/+50
| |/
* | 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: cpu_cooling: fix return value check in cpufreq_cooling_register()Wei Yongjun2013-11-061-2/+2
* drivers: thermal: add check when unregistering cpu coolingEduardo Valentin2013-09-031-1/+5
* Thermal/cpu_cooling: Return directly for the cpu out of allowed_cpus in the c...Lan Tianyu2013-08-151-0/+2
* thermal: cpu_cooling: fix 'descend' check in get_property()Shawn Guo2013-05-281-1/+1
* thermal: cpu_cooling: alignment improvementsEduardo Valentin2013-04-271-10/+9Star
* thermal: cpu_cooling: remove checkpatch.pl warningEduardo Valentin2013-04-271-1/+1
* thermal: cpu_cooling: remove trailing blank lineEduardo Valentin2013-04-271-1/+0Star
* thermal: cpu_cooling: align on open parenthesisEduardo Valentin2013-04-271-1/+2
* thermal: cpu_cooling: standardize comment styleEduardo Valentin2013-04-271-6/+4Star
* thermal: cpu_cooling: standardize end of functionEduardo Valentin2013-04-271-0/+12
* thermal: cpu_cooling: remove trailing white spacesEduardo Valentin2013-04-271-2/+1Star
* thermal: cpu_cooling: remove unused symbolsEduardo Valentin2013-04-241-5/+1Star
* thermal: cpu_cooling: remove not needed curl bracketsEduardo Valentin2013-04-241-2/+2
* thermal: cpu_cooling: use snprintf instead of sprintfEduardo Valentin2013-04-241-1/+2
* thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregisterEduardo Valentin2013-04-241-0/+2
* thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_registerEduardo Valentin2013-04-241-0/+7
* thermal: cpu_cooling: update documentation for cpufreq_set_cur_stateEduardo Valentin2013-04-241-0/+5
* thermal: cpu_cooling: update documentation for cpufreq_get_cur_stateEduardo Valentin2013-04-241-0/+5
* thermal: cpu_cooling: update documentation for cpufreq_get_max_stateEduardo Valentin2013-04-241-0/+5
* thermal: cpu_cooling: update documentation for cpufreq_thermal_notifierEduardo Valentin2013-04-241-0/+6
* thermal: cpu_cooling: update documentation for cpufreq_apply_coolingEduardo Valentin2013-04-241-0/+6
* thermal: cpu_cooling: improve documentation for get_cpu_frequencyEduardo Valentin2013-04-241-1/+7
* thermal: cpu_cooling: document cpufreq_get_cooling_levelEduardo Valentin2013-04-241-0/+11
* thermal: cpu_cooling: add documentation for get_propertyEduardo Valentin2013-04-241-3/+11
* thermal: cpu_cooling: fix kernel doc for is_cpufreq_validEduardo Valentin2013-04-241-1/+7
* thermal: cpu_cooling: remove compiler warningEduardo Valentin2013-04-241-1/+1
* thermal: cpu_cooling: use EXPORT_SYMBOL_GPLEduardo Valentin2013-04-241-4/+3Star
* thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_deviceEduardo Valentin2013-04-241-3/+3
* thermal: cpu_cooling: remove unused headersEduardo Valentin2013-04-241-2/+0Star
* Thermal: cpufreq cooling: endian bug in cpufreq_get_max_state()Dan Carpenter2013-04-171-2/+2
* Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Zhang Rui2013-04-151-50/+104
|\
| * Thermal: exynos: fix cooling state translationZhang Rui2013-03-261-0/+11
| * Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_tableZhang Rui2013-03-261-50/+93
* | drivers: thermal: cpu_cooling: fix checkpatch warningLaurent Navet [Mali]2013-03-261-5/+5
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-03-011-2/+2
|\
| * Thermal: fix a wrong commentZhang Rui2013-02-061-2/+2
* | thermal: convert to idr_alloc()Tejun Heo2013-02-281-12/+5Star
|/
* thermal: cpu cooling: use const parameter while registeringEduardo Valentin2012-11-221-1/+1
* thermal: cpu_cooling: Make 'notify_device' staticSachin Kamat2012-11-151-1/+1
* Thermal: Remove the cooling_cpufreq_list.hongbo.zhang2012-11-071-72/+19Star
* Thermal: fix bug of counting cpu frequencies.hongbo.zhang2012-11-071-4/+6
* Thermal: add indent for code alignment.hongbo.zhang2012-11-071-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown2012-10-091-1/+1
* Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem.Jonghwa Lee2012-09-271-2/+1Star