summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpufreq: resume drivers before enabling governorsViresh Kumar2014-03-261-5/+4Star
* cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie2014-03-201-0/+2
* cpufreq: Remove unnecessary bracesStratos Karafotis2014-03-201-2/+1Star
* cpufreq: Fix checkpatch errors and warningsStratos Karafotis2014-03-201-11/+14
* cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1Star
* cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki2014-03-191-1/+3
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-171-206/+209
|\
| * cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar2014-03-121-29/+22Star
| * cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-121-1/+6
| * cpufreq: Reformat printk() statementsJoe Perches2014-03-121-40/+35Star
| * cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar2014-03-061-0/+26
| * cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-061-55/+56
| * cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar2014-03-061-24/+14Star
| * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-061-57/+50Star
| |\
| | * cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar2014-03-011-0/+5
| | * cpufreq: Mark function as static in cpufreq.cRashika Kheria2014-02-271-1/+1
| | * cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar2014-02-241-1/+0Star
| | * cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki2014-02-241-55/+44Star
* | | cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki2014-03-131-2/+2
|/ /
* | cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar2014-03-061-0/+2
* | cpufreq: Initialize policy before making it available for others to useViresh Kumar2014-03-061-14/+14
* | cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner2014-03-061-14/+7Star
|/
* cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar2014-02-191-2/+1Star
* cpufreq: Add boost frequency support in coreLukasz Majewski2014-01-171-1/+117
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-6/+20
* cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar2014-01-171-0/+5
* cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar2014-01-061-0/+40
* cpufreq: send new set of notification for transition failuresViresh Kumar2014-01-061-11/+2Star
* cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar2014-01-061-0/+14
* cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li2014-01-061-1/+1
* cpufreq: preserve user_policy across suspend/resumeViresh Kumar2013-12-291-5/+9
* cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki2013-12-291-9/+14
* cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy dr...Jason Baron2013-12-221-0/+6
* cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar2013-12-221-32/+31Star
* Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki2013-12-081-0/+3
* Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki2013-12-081-43/+0Star
* cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork2013-12-031-3/+0Star
* cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-281-0/+43
* cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-311-3/+37
* cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar2013-10-251-79/+31Star
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-11/+46
* cpufreq: Detect spurious invocations of update_policy_cpu()Srivatsa S. Bhat2013-10-171-1/+1
* cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar2013-10-161-2/+0Star
* cpufreq: create cpufreq_generic_init() routineViresh Kumar2013-10-161-0/+31
* cpufreq: call cpufreq_driver->get() after calling ->init()Viresh Kumar2013-10-161-0/+11
* cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICYViresh Kumar2013-10-161-1/+1
* cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy()Viresh Kumar2013-10-161-13/+9Star