summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2014-05-26cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSEPaul Bolle
2014-05-26cpufreq: intel_pstate: Remove unused member name of cpudataStratos Karafotis
2014-05-20cpufreq: Break out early when frequency equals target_freqStratos Karafotis
2014-05-16cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()Viresh Kumar
2014-05-16cpufreq: imx6q: Remove unused includePhilipp Zabel
2014-05-16cpufreq: imx6q: Drop devm_clk/regulator_get usagePhilipp Zabel
2014-05-16cpufreq: powernow-k8: Suppress checkpatch warningsStratos Karafotis
2014-05-16cpufreq: powernv: make local function staticBrian Norris
2014-05-16cpufreq: Enable big.LITTLE cpufreq driver on arm64Mark Brown
2014-05-16cpufreq: nforce2: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2014-05-13intel_pstate: Add CPU IDs for Broadwell processorsDirk Brandewie
2014-05-08cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis
2014-05-06PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon
2014-05-06cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-05-06intel_pstate: Remove sample parameter in intel_pstate_calc_busyStratos Karafotis
2014-04-30cpufreq: Kconfig: Fix spelling errorsStratos Karafotis
2014-04-30cpufreq: Make linux-pm@vger.kernel.org official mailing listViresh Kumar
2014-04-30cpufreq: exynos: Use dev_err/info function instead of pr_err/infoChanwoo Choi
2014-04-30Merge branch 'cpufreq-macros' into pm-cpufreqRafael J. Wysocki
2014-04-29cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis
2014-04-29cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis
2014-04-28cpufreq: ppc-corenet-cpufreq: Fix __udivdi3 modpost errorTim Gardner
2014-04-28cpufreq: powernow-k7: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-04-28cpufreq: powernow-k6: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-04-28cpufreq: powernow-k6: Fix incorrect comparison with max_multiplerSrivatsa S. Bhat
2014-04-28cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-04-21cpufreq: highbank: fix ARM_HIGHBANK_CPUFREQ dependency warningKefeng Wang
2014-04-21cpufreq: ppc: Fix integer overflow in expressionGeert Uytterhoeven
2014-04-21cpufreq, powernv: Fix build failure on UPSrivatsa S. Bhat
2014-04-21cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki
2014-04-08cpufreq: ppc: Remove duplicate inclusion of fsl_soc.hSachin Kamat
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar
2014-04-07cpufreq: don't print value of .driver_data from coreViresh Kumar
2014-04-07cpufreq: ia64: don't set .driver_data to indexViresh Kumar
2014-04-07cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate idsGautham R. Shenoy
2014-04-07cpufreq: powernv: cpufreq driver for powernv platformVaidyanathan Srinivasan
2014-04-07cpufreq: at32ap: don't declare local variable as staticViresh Kumar
2014-04-07cpufreq: loongson2_cpufreq: don't declare local variable as staticViresh Kumar
2014-04-07cpufreq: unicore32: fix typo issue for 'clk'Chen Gang
2014-04-07cpufreq: exynos: Disable on multiplatform buildSachin Kamat
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-04-02Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-04-01Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-03-26cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar