aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-14cpufreq: unicore2: Staticize local symbolJingoo Han1-1/+1
2013-08-14cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute locationHanjun Guo1-1/+1
2013-08-14cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute locationHanjun Guo1-2/+2
2013-08-14cpufreq / gx: Fix gx_detect_chipset() __init attribute locationHanjun Guo1-1/+1
2013-08-14pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argumentJulia Lawall1-2/+4
2013-08-14cpufreq: cpufreq-cpu0: NULL is a valid regulatorMark Brown1-5/+4
2013-08-14acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attributeLan Tianyu1-1/+1
2013-08-14Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreqRafael J. Wysocki4-13/+48
2013-08-14Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki49-566/+456
2013-08-13cpufreq: cpufreq-cpu0: Use devm_regulator_get_optional()Mark Brown1-1/+1
2013-08-12cpufreq: fix EXYNOS drivers selectionBartlomiej Zolnierkiewicz3-13/+45
2013-08-12cpufreq: exynos5440: Fix to skip when new frequency same as currentAmit Daniel Kachhap1-0/+3
2013-08-10cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar1-12/+36
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar35-35/+0
2013-08-10cpufreq: Use rwsem for protecting critical sectionsViresh Kumar1-78/+57
2013-08-10cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar1-7/+7
2013-08-10cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar1-5/+5
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski1-0/+12
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar15-38/+33
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar4-112/+112
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar9-60/+13
2013-08-07Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki8-120/+9
2013-08-07cpufreq: Pass policy to cpufreq_add_policy_cpu()Viresh Kumar1-12/+6
2013-08-07cpufreq: Avoid double kobject_put() for the same kobject in error code pathRafael J. Wysocki1-3/+0
2013-08-07cpufreq: Do not hold driver module references for additional policy CPUsRafael J. Wysocki1-21/+7
2013-08-07cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()Viresh Kumar1-8/+6
2013-08-07cpufreq: Remove extra variables from cpufreq_add_dev_symlink()Viresh Kumar1-4/+3
2013-08-07cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat2-9/+11
2013-08-07cpufreq: Preserve policy structure across suspend/resumeSrivatsa S. Bhat1-16/+53
2013-08-07cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardownSrivatsa S. Bhat1-27/+49
2013-08-07cpufreq: Extract the handover of policy cpu to a helper functionSrivatsa S. Bhat1-24/+39
2013-08-07cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interfaceSrivatsa S. Bhat1-17/+26
2013-08-07cpufreq: Add helper to perform alloc/free of policy structureSrivatsa S. Bhat1-15/+34
2013-08-07cpufreq: Fix misplaced call to cpufreq_update_policy()Srivatsa S. Bhat2-6/+1
2013-08-07cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar4-26/+26
2013-08-07cpufreq: loongson2: fix regression related to clock managementAaro Koskinen1-5/+6
2013-07-30cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki1-9/+10
2013-07-26cpufreq: Remove unused function __cpufreq_driver_getavg()Stratos Karafotis1-12/+0
2013-07-26cpufreq: Remove unused APERF/MPERF supportStratos Karafotis4-66/+1
2013-07-26cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis3-42/+8
2013-07-23cpufreq / intel_pstate: Change to scale off of max P-stateDirk Brandewie1-6/+6
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-10/+7
2013-07-16cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat1-3/+0
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker10-32/+32
2013-07-15cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFSPaul Bolle1-2/+2
2013-07-15cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat2-5/+5
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+4
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-07-04cpufreq: Fix serialization of frequency transitionsViresh Kumar1-3/+4
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds46-348/+2605