summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2014-06-05cpufreq: add support for intermediate (stable) frequenciesViresh Kumar
2014-05-29cpufreq: handle calls to ->target_index() in separate routineViresh Kumar
2014-05-08cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-04-30cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar
2014-03-26cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat
2014-03-26cpufreq: resume drivers before enabling governorsViresh Kumar
2014-03-20cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie
2014-03-20cpufreq: Remove unnecessary bracesStratos Karafotis
2014-03-20cpufreq: Fix checkpatch errors and warningsStratos Karafotis
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar
2014-03-19cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki
2014-03-17Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki
2014-03-13cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki
2014-03-12cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar
2014-03-12cpufreq: Reformat printk() statementsJoe Perches
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar
2014-03-06cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar
2014-03-06Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki
2014-03-06cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar
2014-03-06cpufreq: Initialize policy before making it available for others to useViresh Kumar
2014-03-06cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner
2014-03-01cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar
2014-02-27cpufreq: Mark function as static in cpufreq.cRashika Kheria
2014-02-24cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar
2014-02-24cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki
2014-02-19cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar
2014-01-17cpufreq: Add boost frequency support in coreLukasz Majewski
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar
2014-01-06cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar
2014-01-06cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li
2013-12-29cpufreq: preserve user_policy across suspend/resumeViresh Kumar
2013-12-29cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki
2013-12-22cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy dr...Jason Baron
2013-12-22cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar
2013-12-08Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki
2013-12-08Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki
2013-12-03cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork
2013-11-28cpufreq: suspend governors on system suspend/hibernateViresh Kumar
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar
2013-10-25cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar
2013-10-17cpufreq: Detect spurious invocations of update_policy_cpu()Srivatsa S. Bhat