summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2014-01-17cpufreq: stats: create sysfs entries when cpufreq_stats is a moduleViresh Kumar1-2/+25
2014-01-17cpufreq: stats: free table and remove sysfs entry in a single routineViresh Kumar1-31/+19
2014-01-17cpufreq: stats: remove hotplug notifiersViresh Kumar1-36/+2
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar2-7/+22
2014-01-17cpufreq: speedstep: remove unused speedstep_get_statePaul Bolle1-32/+0
2014-01-14Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki33-206/+426
2014-01-06intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie1-1/+2
2014-01-06powernow-k6: reorder frequenciesMikulas Patocka1-7/+10
2014-01-06powernow-k6: correctly initialize default parametersMikulas Patocka1-4/+72
2014-01-06powernow-k6: disable cache when changing frequencyMikulas Patocka1-17/+39
2014-01-06cpufreq: exynos: Convert exynos-cpufreq to platform driverLukasz Majewski1-2/+11
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar2-0/+62
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar19-13/+22
2014-01-06cpufreq: imx6q: add of_init_opp_tableJohn Tobias1-4/+17
2014-01-06cpufreq: imx6q-cpufreq driver is reused on i.MX6 series SoCsShawn Guo1-3/+3
2014-01-06cpufreq: imx6q: correct VDDSOC/PU voltage scaling when cpufreq is changedAnson Huang1-29/+77
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar4-37/+17
2014-01-06cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar1-0/+14
2014-01-06cpufreq: exynos5250: Set APLL rate using CCF APISachin Kamat1-64/+10
2014-01-06cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li3-2/+8
2014-01-06cpufreq: s3c24xx: Staticize local variableSachin Kamat1-1/+1
2014-01-06cpufreq: s3c2440: Staticize local variablesSachin Kamat1-2/+2
2014-01-06cpufreq: s3c2440: Remove hardware.h inclusionSachin Kamat1-2/+0
2014-01-06cpufreq: arm-big-little: Make driver dependent on CONFIG_BIG_LITTLEViresh Kumar1-1/+1
2014-01-05Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki5-20/+62
2013-12-31intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki1-0/+5
2013-12-29cpufreq: preserve user_policy across suspend/resumeViresh Kumar1-5/+9
2013-12-29cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki1-9/+14
2013-12-22cpufreq: Select PM_OPP rather than depending on itMark Brown2-3/+6
2013-12-22cpufreq: Make ARM big.LITTLE switcher depend on ARMMark Brown1-1/+1
2013-12-22intel_pstate: Remove periodic P state boostDirk Brandewie1-11/+0
2013-12-22intel_pstate: Add setting voltage value for baytrail P states.Dirk Brandewie1-4/+54
2013-12-22cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy dr...Jason Baron1-0/+6
2013-12-22cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar1-32/+31
2013-12-10cpufreq_ at32ap-cpufreq.c: Fix section mismatchMatthias Brugger1-1/+1
2013-12-08Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki1-0/+3
2013-12-08Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki1-43/+0
2013-12-06cpufreq: SPEAr: clk_round_rate() can return a zero upon errorPaul Walmsley1-1/+1
2013-12-06cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon errorPaul Walmsley1-1/+1
2013-12-06Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki1-3/+43
2013-12-03cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork1-3/+0
2013-11-28cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-0/+43
2013-11-27Merge branch 'pm-cpufreq'Rafael J. Wysocki4-6/+1
2013-11-20cpufreq: exynos: Remove unwanted EXPORT_SYMBOLSachin Kamat3-3/+0
2013-11-20cpufreq: tegra: don't error target() when suspendedStephen Warren1-3/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+4
2013-11-19Merge branch 'pm-cpufreq'Rafael J. Wysocki3-4/+4
2013-11-16cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()lan,Tianyu1-4/+0
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds70-2936/+1517