summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Schedule work for the first-online CPU on resumeViresh Kumar2015-04-031-8/+11
* cpufreq: Create for_each_governor()Viresh Kumar2015-02-031-3/+7
* cpufreq: Create for_each_policy()Viresh Kumar2015-02-031-5/+10
* cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}()Viresh Kumar2015-02-031-4/+1Star
* cpufreq: Set cpufreq_cpu_data to NULL before putting kobjectViresh Kumar2015-02-031-3/+3
* cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notificationsViresh Kumar2015-01-231-3/+0Star
* cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policyViresh Kumar2015-01-231-3/+0Star
* cpufreq: move some initialization stuff to cpufreq_policy_alloc()Viresh Kumar2015-01-231-3/+2Star
* cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUsViresh Kumar2015-01-231-16/+5Star
* cpufreq: limit the scope of l_p_j variablesViresh Kumar2015-01-231-10/+5Star
* cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev()Viresh Kumar2015-01-231-4/+2Star
* cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()Viresh Kumar2015-01-231-4/+4
* cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} messViresh Kumar2015-01-231-10/+1Star
* cpufreq: update driver_data->flags only if we are registering driverViresh Kumar2015-01-231-3/+3
* cpufreq: pass policy to __cpufreq_get()Viresh Kumar2015-01-231-6/+5Star
* cpufreq: pass policy to cpufreq_out_of_syncViresh Kumar2015-01-231-14/+6Star
* cpufreq: No need to check for has_target()Viresh Kumar2015-01-231-1/+1
* cpufreq: s/__find_governor/find_governorViresh Kumar2015-01-231-5/+5
* cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()Viresh Kumar2015-01-231-2/+1Star
* cpufreq: don't need line break in show_scaling_cur_freq()Viresh Kumar2015-01-231-2/+1Star
* cpufreq: remove extra parenthesisViresh Kumar2015-01-231-1/+1
* cpufreq: remove dangling commentViresh Kumar2015-01-231-4/+0Star
* cpufreq: suspend cpufreq governors on shutdownDoug Anderson2015-01-231-0/+11
* cpufreq: fix a NULL pointer dereference in __cpufreq_governor()Ethan Zhao2014-12-191-0/+6
* cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar2014-11-291-0/+5
* cpufreq: Ref the policy object soonerTomeu Vizoso2014-11-251-21/+21
* Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-11-181-2/+4
|\
| * cpufreq: respect the min/max settings from user spaceVince Hsu2014-11-111-2/+4
* | cpufreq: Avoid crash in resume on SMP without OPPGeert Uytterhoeven2014-11-081-1/+2
|/
* cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie2014-10-231-6/+17
* cpufreq: allow driver-specific dataThomas Petazzoni2014-10-211-0/+15
* Merge back cpufreq material for v3.18.Rafael J. Wysocki2014-10-031-4/+4
|\
| * cpufreq: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-291-3/+3
| * cpufreq: Allow stop CPU callback to be used by all cpufreq driversPreeti U Murthy2014-09-291-1/+1
* | cpufreq: update 'cpufreq_suspended' after stopping governorsViresh Kumar2014-09-301-3/+4
* | cpufreq: release policy->rwsem on errorPrarit Bhargava2014-09-221-0/+2
* | cpufreq: fix cpufreq suspend/resume for intel_pstateLan Tianyu2014-09-221-4/+4
|/
* cpufreq: move policy kobj to update_policy_cpu()Viresh Kumar2014-07-211-38/+33Star
* cpufreq: propagate error returned by kobject_move()Viresh Kumar2014-07-211-3/+5
* cpufreq: don't restore policy->cpus on failure to move kobjViresh Kumar2014-07-211-5/+0Star
* cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar2014-07-171-2/+4
* cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner2014-06-181-6/+4Star
* cpufreq: add support for intermediate (stable) frequenciesViresh Kumar2014-06-051-7/+60
* cpufreq: handle calls to ->target_index() in separate routineViresh Kumar2014-05-291-23/+33
* cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis2014-05-081-11/+0Star
* cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-05-071-0/+14
* cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis2014-04-301-0/+11
* cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar2014-03-261-4/+2Star
* cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar2014-03-261-5/+4Star
* cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat2014-03-261-0/+37