aboutsummaryrefslogtreecommitdiff
path: root/include/linux/cpufreq.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-18cpufreq: make table sentinel macros unsigned to match useGravatar Brian W Hart 1-2/+2
2014-06-05cpufreq: add support for intermediate (stable) frequenciesGravatar Viresh Kumar 1-0/+25
2014-05-08cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Gravatar Stratos Karafotis 1-2/+9
2014-05-07PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryGravatar Nishanth Menon 1-0/+21
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endGravatar Srivatsa S. Bhat 1-0/+1
2014-04-30cpufreq: Introduce macros for cpufreq_frequency_table iterationGravatar Stratos Karafotis 1-0/+21
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableGravatar Viresh Kumar 1-3/+6
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticGravatar Viresh Kumar 1-4/+0
2014-03-26cpufreq: Make sure frequency transitions are serializedGravatar Srivatsa S. Bhat 1-0/+10
2014-03-20cpufreq: Add stop CPU callback to cpufreq_driver interfaceGravatar Dirk Brandewie 1-0/+1
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Gravatar Viresh Kumar 1-2/+0
2014-03-12cpufreq: Remove cpufreq_generic_exit()Gravatar Viresh Kumar 1-5/+0
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyGravatar Viresh Kumar 1-5/+1
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Gravatar Viresh Kumar 1-0/+3
2014-03-06cpufreq: suspend governors on system suspend/hibernateGravatar Viresh Kumar 1-0/+8
2014-01-17cpufreq: Add boost frequency support in coreGravatar Lukasz Majewski 1-0/+24
2014-01-17cpufreq: introduce cpufreq_generic_get() routineGravatar Viresh Kumar 1-0/+3
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyGravatar Viresh Kumar 1-0/+2
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableGravatar Viresh Kumar 1-0/+2
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagGravatar Viresh Kumar 1-0/+9
2014-01-06cpufreq: Introduce cpufreq_notify_post_transition()Gravatar Viresh Kumar 1-0/+2
2013-12-08Revert "cpufreq: suspend governors on system suspend/hibernate"Gravatar Rafael J. Wysocki 1-8/+0
2013-12-06Merge branches 'pm-cpuidle' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-0/+8
2013-11-28cpufreq: suspend governors on system suspend/hibernateGravatar Viresh Kumar 1-0/+8
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+8
2013-10-31cpufreq: distinguish drivers that do asynchronous notificationsGravatar Viresh Kumar 1-0/+7
2013-10-25cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemGravatar viresh kumar 1-0/+14
2013-10-25cpufreq: Implement light weight ->target_index() routineGravatar Viresh Kumar 1-1/+3
2013-10-18cpufreq: Add dummy cpufreq_cpu_get/put for CONFIG_CPU_FREQ=nGravatar Daniel Vetter 1-0/+8
2013-10-16cpufreq: create cpufreq_generic_init() routineGravatar Viresh Kumar 1-0/+3
2013-10-16cpufreq: define generic .attr, .exit() and .verify() routinesGravatar Viresh Kumar 1-0/+8
2013-10-16cpufreq: add new routine cpufreq_verify_within_cpu_limits()Gravatar Viresh Kumar 1-0/+7
2013-10-16cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICYGravatar Viresh Kumar 1-7/+8
2013-10-16cpufreq: rewrite cpufreq_driver->flags using shift operatorGravatar Viresh Kumar 1-7/+8
2013-09-30cpufreq: Add new helper cpufreq_table_validate_and_show()Gravatar Viresh Kumar 1-0/+2
2013-09-10Revert "cpufreq: make sure frequency transitions are serialized"Gravatar Rafael J. Wysocki 1-1/+0
2013-09-10cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesGravatar Srivatsa S. Bhat 1-1/+0
2013-09-10cpufreq: serialize calls to __cpufreq_governor()Gravatar Viresh Kumar 1-0/+1
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverGravatar Viresh Kumar 1-1/+0
2013-08-10cpufreq: Store cpufreq policies in a listGravatar Lukasz Majewski 1-0/+1
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsGravatar Viresh Kumar 1-1/+1
2013-08-07cpufreq: Re-arrange declarations in cpufreq.hGravatar Viresh Kumar 1-196/+177
2013-08-07cpufreq: Clean up header files included in the coreGravatar Viresh Kumar 1-8/+3
2013-07-26cpufreq: Remove unused function __cpufreq_driver_getavg()Gravatar Stratos Karafotis 1-6/+0
2013-07-04cpufreq: Fix serialization of frequency transitionsGravatar Viresh Kumar 1-1/+1
2013-06-27acpi-cpufreq: Add new sysfs attribute freqdomain_cpusGravatar Lan Tianyu 1-0/+3
2013-06-27cpufreq: make sure frequency transitions are serializedGravatar Viresh Kumar 1-0/+1
2013-06-21cpufreq: Fix minor formatting issuesGravatar Viresh Kumar 1-21/+20
2013-06-21cpufreq: Fix governor start/stop race conditionGravatar Xiaoguang Chen 1-0/+1
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableGravatar Viresh Kumar 1-1/+1