summaryrefslogtreecommitdiffstats
path: root/include/linux/cpufreq.h
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar2014-11-291-0/+4
* cpufreq: Fix formatting issues in 'struct cpufreq_driver'Viresh Kumar2014-11-291-25/+25
* cpufreq: allow driver-specific dataThomas Petazzoni2014-10-211-0/+2
* cpufreq: Add support for per-policy driver dataViresh Kumar2014-09-091-0/+3
* cpufreq: Introduce new relation for freq selectionStratos Karafotis2014-07-211-0/+1
* cpufreq: make table sentinel macros unsigned to match useBrian W Hart2014-07-181-2/+2
* cpufreq: add support for intermediate (stable) frequenciesViresh Kumar2014-06-051-0/+25
* cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis2014-05-081-2/+9
* PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2014-05-071-0/+21
* cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-05-071-0/+1
* cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis2014-04-301-0/+21
* cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar2014-04-071-3/+6
* cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar2014-03-261-4/+0
* cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat2014-03-261-0/+10
* cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie2014-03-201-0/+1
* cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+0
* cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-121-5/+0
* cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-121-5/+1
* cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar2014-03-061-0/+3
* cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-061-0/+8
* cpufreq: Add boost frequency support in coreLukasz Majewski2014-01-171-0/+24
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-0/+3
* cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar2014-01-171-0/+2
* cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar2014-01-061-0/+2
* cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar2014-01-061-0/+9
* cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar2014-01-061-0/+2
* Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki2013-12-081-8/+0
* Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2013-12-061-0/+8
|\
| * cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-281-0/+8
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-151-0/+8
|\ \ | |/ |/|
| * cpufreq: Add dummy cpufreq_cpu_get/put for CONFIG_CPU_FREQ=nDaniel Vetter2013-10-181-0/+8
* | cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar2013-10-311-0/+7
* | cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar2013-10-251-0/+14
* | cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-1/+3
* | cpufreq: create cpufreq_generic_init() routineViresh Kumar2013-10-161-0/+3
* | cpufreq: define generic .attr, .exit() and .verify() routinesViresh Kumar2013-10-161-0/+8
* | cpufreq: add new routine cpufreq_verify_within_cpu_limits()Viresh Kumar2013-10-161-0/+7
* | cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICYViresh Kumar2013-10-161-7/+8
* | cpufreq: rewrite cpufreq_driver->flags using shift operatorViresh Kumar2013-10-161-7/+8
* | cpufreq: Add new helper cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-0/+2
|/
* Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki2013-09-101-1/+0
* cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat2013-09-101-1/+0
* cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar2013-09-101-0/+1
* cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar2013-08-101-1/+0
* cpufreq: Store cpufreq policies in a listLukasz Majewski2013-08-101-0/+1
* cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar2013-08-071-1/+1
* cpufreq: Re-arrange declarations in cpufreq.hViresh Kumar2013-08-071-196/+177
* cpufreq: Clean up header files included in the coreViresh Kumar2013-08-071-8/+3
* cpufreq: Remove unused function __cpufreq_driver_getavg()Stratos Karafotis2013-07-261-6/+0
* cpufreq: Fix serialization of frequency transitionsViresh Kumar2013-07-041-1/+1
OpenPOWER on IntegriCloud