summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-04-0835-164/+507
|\
| * cpufreq: ppc: Remove duplicate inclusion of fsl_soc.hSachin Kamat2014-04-081-1/+0
| * cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar2014-04-0721-139/+139
| * cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar2014-04-076-13/+9
| * cpufreq: don't print value of .driver_data from coreViresh Kumar2014-04-071-4/+3
| * cpufreq: ia64: don't set .driver_data to indexViresh Kumar2014-04-071-1/+0
| * cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate idsGautham R. Shenoy2014-04-071-3/+2
| * cpufreq: powernv: cpufreq driver for powernv platformVaidyanathan Srinivasan2014-04-073-0/+351
| * cpufreq: at32ap: don't declare local variable as staticViresh Kumar2014-04-071-1/+1
| * cpufreq: loongson2_cpufreq: don't declare local variable as staticViresh Kumar2014-04-071-1/+1
| * cpufreq: unicore32: fix typo issue for 'clk'Chen Gang2014-04-071-1/+1
| * cpufreq: exynos: Disable on multiplatform buildSachin Kamat2014-04-071-3/+3
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-3/+4
|\ \
| * | acpi-cpufreq: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-3/+4
* | | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ...Arnd Bergmann2014-03-171-1/+1
| |\ \
| | * | drivers: Enable building of Kirkwood drivers for mach-mvebuAndrew Lunn2014-02-241-1/+1
* | | | Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-0214-39/+72
|\ \ \ \
| * | | | cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar2014-03-261-4/+2
| * | | | cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar2014-03-2613-29/+28
| * | | | cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat2014-03-261-0/+37
| * | | | intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie2014-03-261-1/+1
| * | | | cpufreq: resume drivers before enabling governorsViresh Kumar2014-03-261-5/+4
* | | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-0141-534/+315
|\ \ \ \ \ | |/ / / /
| * | | | intel_pstate: Set core to min P state during core offlineDirk Brandewie2014-03-201-8/+11
| * | | | cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie2014-03-201-0/+2
| * | | | cpufreq: Remove unnecessary bracesStratos Karafotis2014-03-201-2/+1
| * | | | cpufreq: Fix checkpatch errors and warningsStratos Karafotis2014-03-201-11/+14
| * | | | cpufreq: powerpc: add cpufreq transition latency for FSL e500mc SoCsZhuoyu Zhang2014-03-201-1/+3
| * | | | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
| * | | | cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki2014-03-191-1/+3
| * | | | cpufreq: arm_big_little: set 'physical_cluster' for each CPUviresh kumar2014-03-191-1/+4
| * | | | cpufreq: arm_big_little: make vexpress driver depend on bL core driverviresh kumar2014-03-191-8/+9
| * | | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-1741-504/+271
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar2014-03-121-2/+11
| | * | | cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar2014-03-121-29/+22
| | * | | cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-1219-19/+0
| | * | | cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-1218-62/+16
| | * | | cpufreq: Reformat printk() statementsJoe Perches2014-03-121-40/+35
| | * | | cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-41/+5
| | * | | cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-46/+3
| | * | | cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-89/+7
| | * | | 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/+14
| | * | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-064-97/+76
| | |\ \ \
| | | * | | cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan2014-03-021-13/+9
| | | * | | cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()Saravana Kannan2014-03-021-1/+3
| | | * | | cpufreq: stats: Remove redundant cpufreq_cpu_get() callSaravana Kannan2014-03-021-11/+1
| | | * | | intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie2014-03-021-1/+1