aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-21cpufreq: move policy kobj to update_policy_cpu()Viresh Kumar1-38/+33
2014-07-21cpufreq: propagate error returned by kobject_move()Viresh Kumar1-3/+5
2014-07-21cpufreq: don't restore policy->cpus on failure to move kobjViresh Kumar1-5/+0
2014-07-17cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar1-2/+4
2014-06-18cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner1-6/+4
2014-06-05cpufreq: add support for intermediate (stable) frequenciesViresh Kumar1-7/+60
2014-05-29cpufreq: handle calls to ->target_index() in separate routineViresh Kumar1-23/+33
2014-05-08cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis1-11/+0
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat1-0/+14
2014-04-30cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis1-0/+11
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar1-4/+2
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar1-5/+4
2014-03-26cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat1-0/+37
2014-03-26cpufreq: resume drivers before enabling governorsViresh Kumar1-5/+4
2014-03-20cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie1-0/+2
2014-03-20cpufreq: Remove unnecessary bracesStratos Karafotis1-2/+1
2014-03-20cpufreq: Fix checkpatch errors and warningsStratos Karafotis1-11/+14
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1
2014-03-19cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki1-1/+3
2014-03-17Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-206/+209
2014-03-13cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki1-2/+2
2014-03-12cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar1-29/+22
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar1-1/+6
2014-03-12cpufreq: Reformat printk() statementsJoe Perches1-40/+35
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar1-0/+26
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-55/+56
2014-03-06cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar1-24/+14
2014-03-06Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-57/+50
2014-03-06cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar1-0/+2
2014-03-06cpufreq: Initialize policy before making it available for others to useViresh Kumar1-14/+14
2014-03-06cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner1-14/+7
2014-03-01cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar1-0/+5
2014-02-27cpufreq: Mark function as static in cpufreq.cRashika Kheria1-1/+1
2014-02-24cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar1-1/+0
2014-02-24cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki1-55/+44
2014-02-19cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar1-2/+1
2014-01-17cpufreq: Add boost frequency support in coreLukasz Majewski1-1/+117
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-6/+20
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar1-0/+5
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar1-0/+40
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar1-11/+2
2014-01-06cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar1-0/+14
2014-01-06cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li1-1/+1
2013-12-29cpufreq: preserve user_policy across suspend/resumeViresh Kumar1-5/+9
2013-12-29cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki1-9/+14
2013-12-22cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy driversJason Baron1-0/+6
2013-12-22cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar1-32/+31
2013-12-08Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki1-0/+3
2013-12-08Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki1-43/+0
2013-12-03cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork1-3/+0