summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/cpu_cooling.c
Commit message (Expand)AuthorAgeFilesLines
* cpu_cooling: Drop static-power related stuffViresh Kumar2017-12-071-94/+12
* cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar2017-12-071-26/+2
* cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar2017-12-071-30/+0
* cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar2017-12-071-18/+31
* thermal: cpu_cooling: pr_err() strings should end with newlinesArvind Yadav2017-10-311-1/+1
* thermal: cpu_cooling: Replace kmalloc with kmalloc_arrayViresh Kumar2017-05-271-2/+3
* thermal: cpu_cooling: Rearrange struct cpufreq_cooling_deviceViresh Kumar2017-05-271-7/+8
* thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power()Viresh Kumar2017-05-271-3/+4
* thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdevViresh Kumar2017-05-271-12/+10
* thermal: cpu_cooling: get_level() can't failViresh Kumar2017-05-271-15/+5
* thermal: cpu_cooling: create structure for idle time statsViresh Kumar2017-05-271-28/+25
* thermal: cpu_cooling: merge frequency and power tablesViresh Kumar2017-05-271-86/+67
* thermal: cpu_cooling: get rid of 'allowed_cpus'Viresh Kumar2017-05-271-56/+25
* thermal: cpu_cooling: OPPs are registered for all CPUsViresh Kumar2017-05-271-15/+11
* thermal: cpu_cooling: store cpufreq policyViresh Kumar2017-05-271-0/+3
* cpufreq: create cpufreq_table_count_valid_entries()Viresh Kumar2017-05-271-13/+9
* thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar2017-05-271-38/+23
* thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state()Viresh Kumar2017-05-271-2/+1
* thermal: cpu_cooling: remove cpufreq_cooling_get_level()Viresh Kumar2017-05-271-32/+1
* thermal: cpu_cooling: replace cool_dev with cdevViresh Kumar2017-05-271-19/+18
* thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdevViresh Kumar2017-05-271-124/+124
* thermal: cpu_cooling: rearrange globalsViresh Kumar2017-05-271-1/+1
* thermal: cpu_cooling: Avoid accessing potentially freed structuresViresh Kumar2017-05-271-1/+3
* thermal: cpu_cooling: Check OPP for errorsViresh Kumar2017-03-131-2/+9
* thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-6/+6
* thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox2017-03-131-9/+11
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-03-011-65/+37
|\
| *-. Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...Zhang Rui2017-02-221-52/+11
| |\ \
| | | * thermal: convert cpu_cooling to use an IDAMatthew Wilcox2017-01-041-52/+11
| | |/
| * / thermal: use cpumask_var_t for on-stack cpu masksArnd Bergmann2017-02-101-13/+26
| |/
* / PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-301-9/+2
|/
* thermal: cpu_cooling: Fix wrong comment call function nameHugh Kang2016-09-271-1/+1
* thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2powerBrendan Jackman2016-08-191-5/+16
* Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki2016-06-131-5/+19
|\
| * cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar2016-06-091-5/+19
* | thermal: cpu_cooling: fix improper order during initializationLukasz Luba2016-06-011-8/+8
|/
* thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino2016-02-111-6/+8
* thermal: cpu_cooling: Remove usage of devm functionsVaishali Thakkar2015-10-101-5/+3
* thermal: cpu_cooling: free power table on error or when unregisteringJavi Merino2015-09-131-5/+16
* thermal: cpu_cooling: don't call kcalloc() under rcu_read_lockJavi Merino2015-09-131-24/+23
* thermal/cpu_cooling: update policy limits if clipped_freq < policy->maxViresh Kumar2015-08-141-1/+12
* thermal/cpu_cooling: rename max_freq as clipped_freq in notifierViresh Kumar2015-08-141-4/+4
* thermal/cpu_cooling: rename cpufreq_val as clipped_freqViresh Kumar2015-08-141-5/+5
* thermal/cpu_cooling: convert 'switch' block to 'if' block in notifierViresh Kumar2015-08-141-16/+10
* thermal/cpu_cooling: quit early after updating policyViresh Kumar2015-08-141-0/+1
* thermal/cpu_cooling: No need to initialize max_freq to 0Viresh Kumar2015-08-141-1/+1
* thermal: cpu_cooling: fix lockdep problems in cpu_coolingRussell King2015-08-141-11/+20
* thermal: cpu_cooling: Fix power calculation when CPUs are offlineKapileshwar Singh2015-05-041-1/+12
* thermal: cpu_cooling: Remove cpu_dev update on policy CPU updateKapileshwar Singh2015-05-041-40/+0
* thermal: cpu_cooling: Check memory allocation of power_tableJavi Merino2015-05-041-0/+4