summaryrefslogtreecommitdiff
path: root/drivers/thermal/cpu_cooling.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-15drivers: thermal: add check when unregistering cpu coolingEduardo Valentin1-1/+5
2013-11-15Thermal/cpu_cooling: Return directly for the cpu out of allowed_cpus in the c...Lan Tianyu1-0/+2
2013-11-15thermal: cpu_cooling: fix 'descend' check in get_property()Shawn Guo1-1/+1
2013-04-27thermal: cpu_cooling: alignment improvementsEduardo Valentin1-10/+9
2013-04-27thermal: cpu_cooling: remove checkpatch.pl warningEduardo Valentin1-1/+1
2013-04-27thermal: cpu_cooling: remove trailing blank lineEduardo Valentin1-1/+0
2013-04-27thermal: cpu_cooling: align on open parenthesisEduardo Valentin1-1/+2
2013-04-27thermal: cpu_cooling: standardize comment styleEduardo Valentin1-6/+4
2013-04-27thermal: cpu_cooling: standardize end of functionEduardo Valentin1-0/+12
2013-04-27thermal: cpu_cooling: remove trailing white spacesEduardo Valentin1-2/+1
2013-04-25thermal: cpu_cooling: remove unused symbolsEduardo Valentin1-5/+1
2013-04-25thermal: cpu_cooling: remove not needed curl bracketsEduardo Valentin1-2/+2
2013-04-25thermal: cpu_cooling: use snprintf instead of sprintfEduardo Valentin1-1/+2
2013-04-25thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregisterEduardo Valentin1-0/+2
2013-04-25thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_registerEduardo Valentin1-0/+7
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_set_cur_stateEduardo Valentin1-0/+5
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_get_cur_stateEduardo Valentin1-0/+5
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_get_max_stateEduardo Valentin1-0/+5
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_thermal_notifierEduardo Valentin1-0/+6
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_apply_coolingEduardo Valentin1-0/+6
2013-04-25thermal: cpu_cooling: improve documentation for get_cpu_frequencyEduardo Valentin1-1/+7
2013-04-25thermal: cpu_cooling: document cpufreq_get_cooling_levelEduardo Valentin1-0/+11
2013-04-25thermal: cpu_cooling: add documentation for get_propertyEduardo Valentin1-3/+11
2013-04-25thermal: cpu_cooling: fix kernel doc for is_cpufreq_validEduardo Valentin1-1/+7
2013-04-25thermal: cpu_cooling: remove compiler warningEduardo Valentin1-1/+1
2013-04-25thermal: cpu_cooling: use EXPORT_SYMBOL_GPLEduardo Valentin1-4/+3
2013-04-25thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_deviceEduardo Valentin1-3/+3
2013-04-25thermal: cpu_cooling: remove unused headersEduardo Valentin1-2/+0
2013-04-17Thermal: cpufreq cooling: endian bug in cpufreq_get_max_state()Dan Carpenter1-2/+2
2013-04-15Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Zhang Rui1-50/+104
2013-03-26drivers: thermal: cpu_cooling: fix checkpatch warningLaurent Navet [Mali]1-5/+5
2013-03-26Thermal: exynos: fix cooling state translationZhang Rui1-0/+11
2013-03-26Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_tableZhang Rui1-50/+93
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds1-2/+2
2013-02-27thermal: convert to idr_alloc()Tejun Heo1-12/+5
2013-02-06Thermal: fix a wrong commentZhang Rui1-2/+2
2012-11-22thermal: cpu cooling: use const parameter while registeringEduardo Valentin1-1/+1
2012-11-15thermal: cpu_cooling: Make 'notify_device' staticSachin Kamat1-1/+1
2012-11-07Thermal: Remove the cooling_cpufreq_list.hongbo.zhang1-72/+19
2012-11-07Thermal: fix bug of counting cpu frequencies.hongbo.zhang1-4/+6
2012-11-07Thermal: add indent for code alignment.hongbo.zhang1-1/+1
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown1-0/+449
2012-09-27Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem.Jonghwa Lee1-2/+1
2012-09-24thermal: add generic cpufreq cooling implementationAmit Daniel Kachhap1-0/+450