aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/cpu_cooling.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git int...Gravatar Zhang Rui 1-6/+50
2014-01-02Thermal cpu cooling: return error if no valid cpu frequency entryGravatar Zhang Rui 1-0/+5
2014-01-02thermal: fix cpu_cooling max_level behaviorGravatar Eduardo Valentin 1-2/+4
2013-12-04thermal: cpu_cooling: introduce of_cpufreq_cooling_registerGravatar Eduardo Valentin 1-6/+50
2013-11-06thermal: cpu_cooling: fix return value check in cpufreq_cooling_register()Gravatar Wei Yongjun 1-2/+2
2013-09-03drivers: thermal: add check when unregistering cpu coolingGravatar Eduardo Valentin 1-1/+5
2013-08-15Thermal/cpu_cooling: Return directly for the cpu out of allowed_cpus in the c...Gravatar Lan Tianyu 1-0/+2
2013-05-28thermal: cpu_cooling: fix 'descend' check in get_property()Gravatar Shawn Guo 1-1/+1
2013-04-27thermal: cpu_cooling: alignment improvementsGravatar Eduardo Valentin 1-10/+9
2013-04-27thermal: cpu_cooling: remove checkpatch.pl warningGravatar Eduardo Valentin 1-1/+1
2013-04-27thermal: cpu_cooling: remove trailing blank lineGravatar Eduardo Valentin 1-1/+0
2013-04-27thermal: cpu_cooling: align on open parenthesisGravatar Eduardo Valentin 1-1/+2
2013-04-27thermal: cpu_cooling: standardize comment styleGravatar Eduardo Valentin 1-6/+4
2013-04-27thermal: cpu_cooling: standardize end of functionGravatar Eduardo Valentin 1-0/+12
2013-04-27thermal: cpu_cooling: remove trailing white spacesGravatar Eduardo Valentin 1-2/+1
2013-04-25thermal: cpu_cooling: remove unused symbolsGravatar Eduardo Valentin 1-5/+1
2013-04-25thermal: cpu_cooling: remove not needed curl bracketsGravatar Eduardo Valentin 1-2/+2
2013-04-25thermal: cpu_cooling: use snprintf instead of sprintfGravatar Eduardo Valentin 1-1/+2
2013-04-25thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregisterGravatar Eduardo Valentin 1-0/+2
2013-04-25thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_registerGravatar Eduardo Valentin 1-0/+7
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_set_cur_stateGravatar Eduardo Valentin 1-0/+5
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_get_cur_stateGravatar Eduardo Valentin 1-0/+5
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_get_max_stateGravatar Eduardo Valentin 1-0/+5
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_thermal_notifierGravatar Eduardo Valentin 1-0/+6
2013-04-25thermal: cpu_cooling: update documentation for cpufreq_apply_coolingGravatar Eduardo Valentin 1-0/+6
2013-04-25thermal: cpu_cooling: improve documentation for get_cpu_frequencyGravatar Eduardo Valentin 1-1/+7
2013-04-25thermal: cpu_cooling: document cpufreq_get_cooling_levelGravatar Eduardo Valentin 1-0/+11
2013-04-25thermal: cpu_cooling: add documentation for get_propertyGravatar Eduardo Valentin 1-3/+11
2013-04-25thermal: cpu_cooling: fix kernel doc for is_cpufreq_validGravatar Eduardo Valentin 1-1/+7
2013-04-25thermal: cpu_cooling: remove compiler warningGravatar Eduardo Valentin 1-1/+1
2013-04-25thermal: cpu_cooling: use EXPORT_SYMBOL_GPLGravatar Eduardo Valentin 1-4/+3
2013-04-25thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_deviceGravatar Eduardo Valentin 1-3/+3
2013-04-25thermal: cpu_cooling: remove unused headersGravatar Eduardo Valentin 1-2/+0
2013-04-17Thermal: cpufreq cooling: endian bug in cpufreq_get_max_state()Gravatar Dan Carpenter 1-2/+2
2013-04-15Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Zhang Rui 1-50/+104
2013-03-26drivers: thermal: cpu_cooling: fix checkpatch warningGravatar Laurent Navet [Mali] 1-5/+5
2013-03-26Thermal: exynos: fix cooling state translationGravatar Zhang Rui 1-0/+11
2013-03-26Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_tableGravatar Zhang Rui 1-50/+93
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Linus Torvalds 1-2/+2
2013-02-27thermal: convert to idr_alloc()Gravatar Tejun Heo 1-12/+5
2013-02-06Thermal: fix a wrong commentGravatar Zhang Rui 1-2/+2
2012-11-22thermal: cpu cooling: use const parameter while registeringGravatar Eduardo Valentin 1-1/+1
2012-11-15thermal: cpu_cooling: Make 'notify_device' staticGravatar Sachin Kamat 1-1/+1
2012-11-07Thermal: Remove the cooling_cpufreq_list.Gravatar hongbo.zhang 1-72/+19
2012-11-07Thermal: fix bug of counting cpu frequencies.Gravatar hongbo.zhang 1-4/+6
2012-11-07Thermal: add indent for code alignment.Gravatar hongbo.zhang 1-1/+1
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Len Brown 1-0/+449
2012-09-27Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem.Gravatar Jonghwa Lee 1-2/+1
2012-09-24thermal: add generic cpufreq cooling implementationGravatar Amit Daniel Kachhap 1-0/+450