aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki35-164/+507
2014-04-08cpufreq: ppc: Remove duplicate inclusion of fsl_soc.hSachin Kamat1-1/+0
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+4
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar21-139/+139
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar6-13/+9
2014-04-07cpufreq: don't print value of .driver_data from coreViresh Kumar1-4/+3
2014-04-07cpufreq: ia64: don't set .driver_data to indexViresh Kumar1-1/+0
2014-04-07cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate idsGautham R. Shenoy1-3/+2
2014-04-07cpufreq: powernv: cpufreq driver for powernv platformVaidyanathan Srinivasan3-0/+351
2014-04-07cpufreq: at32ap: don't declare local variable as staticViresh Kumar1-1/+1
2014-04-07cpufreq: loongson2_cpufreq: don't declare local variable as staticViresh Kumar1-1/+1
2014-04-07cpufreq: unicore32: fix typo issue for 'clk'Chen Gang1-1/+1
2014-04-07cpufreq: exynos: Disable on multiplatform buildSachin Kamat1-3/+3
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-04-02Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds14-39/+72
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds41-534/+315
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar1-4/+2
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar13-29/+28
2014-03-26cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat1-0/+37
2014-03-26intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie1-1/+1
2014-03-26cpufreq: resume drivers before enabling governorsViresh Kumar1-5/+4
2014-03-20acpi-cpufreq: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+4
2014-03-20intel_pstate: Set core to min P state during core offlineDirk Brandewie1-8/+11
2014-03-20cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie1-0/+2
2014-03-20cpufreq: Remove unnecessary bracesStratos Karafotis1-2/+1
2014-03-20cpufreq: Fix checkpatch errors and warningsStratos Karafotis1-11/+14
2014-03-20cpufreq: powerpc: add cpufreq transition latency for FSL e500mc SoCsZhuoyu Zhang1-1/+3
2014-03-19cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar1-2/+1
2014-03-19cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki1-1/+3
2014-03-19cpufreq: arm_big_little: set 'physical_cluster' for each CPUviresh kumar1-1/+4
2014-03-19cpufreq: arm_big_little: make vexpress driver depend on bL core driverviresh kumar1-8/+9
2014-03-17Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki41-504/+271
2014-03-17Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into next/driversArnd Bergmann1-1/+1
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker1-1/+1
2014-03-13cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki1-2/+2
2014-03-12cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar1-2/+11
2014-03-12cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar1-29/+22
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar19-19/+0
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar18-62/+16
2014-03-12cpufreq: Reformat printk() statementsJoe Perches1-40/+35
2014-03-06cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar1-41/+5
2014-03-06cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar1-46/+3
2014-03-06cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar1-89/+7
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar1-0/+26
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-55/+56
2014-03-06cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar1-24/+14
2014-03-06Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki4-97/+76
2014-03-06cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar1-0/+2