aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds61-771/+581
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown1-1/+1
2013-08-29cpufreq: Don't use smp_processor_id() in preemptible contextStephen Boyd1-1/+8
2013-08-28cpufreq: governor: Fix typos in commentsStratos Karafotis2-7/+7
2013-08-28cpufreq: governors: Remove duplicate check of target freq in supported rangeStratos Karafotis2-7/+0
2013-08-28cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd1-0/+3
2013-08-27Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreqRafael J. Wysocki2-19/+2
2013-08-26cpufreq: imx6q: Fix clock enable balanceSascha Hauer1-17/+0
2013-08-23cpufreq: tegra: fix the wrong clock nameJoseph Lo1-2/+2
2013-08-23Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki9-123/+49
2013-08-21cpufreq: pmac32-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-2/+3
2013-08-21cpufreq: pmac64-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-36/+11
2013-08-21cpufreq: maple-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-20/+3
2013-08-21cpufreq: arm_big_little: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-26/+14
2013-08-21cpufreq: kirkwood-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-3/+5
2013-08-21cpufreq: spear-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-2/+2
2013-08-21cpufreq: highbank-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-12/+6
2013-08-21cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-19/+4
2013-08-21cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-3/+1
2013-08-21cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong1-1/+1
2013-08-20cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar1-5/+4
2013-08-20cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar1-35/+10
2013-08-20cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar1-2/+0
2013-08-20cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar1-10/+9
2013-08-20cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar1-1/+1
2013-08-18Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki1-4/+5
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