aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown
2013-08-29cpufreq: Don't use smp_processor_id() in preemptible contextStephen Boyd
2013-08-28cpufreq: governor: Fix typos in commentsStratos Karafotis
2013-08-28cpufreq: governors: Remove duplicate check of target freq in supported rangeStratos Karafotis
2013-08-28cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd
2013-08-27Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Rafael J. Wysocki
2013-08-26cpufreq: imx6q: Fix clock enable balanceSascha Hauer
2013-08-23cpufreq: tegra: fix the wrong clock nameJoseph Lo
2013-08-23Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki
2013-08-21cpufreq: pmac32-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: pmac64-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: maple-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: arm_big_little: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: kirkwood-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: spear-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: highbank-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha
2013-08-21cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong
2013-08-20cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar
2013-08-20cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar
2013-08-20cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar
2013-08-20cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar
2013-08-20cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar
2013-08-18Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki
2013-08-14cpufreq: unicore2: Staticize local symbolJingoo Han
2013-08-14cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute locationHanjun Guo
2013-08-14cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute locationHanjun Guo
2013-08-14cpufreq / gx: Fix gx_detect_chipset() __init attribute locationHanjun Guo
2013-08-14pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argumentJulia Lawall
2013-08-14cpufreq: cpufreq-cpu0: NULL is a valid regulatorMark Brown
2013-08-14acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attributeLan Tianyu
2013-08-14Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Rafael J. Wysocki
2013-08-14Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki
2013-08-13cpufreq: cpufreq-cpu0: Use devm_regulator_get_optional()Mark Brown
2013-08-12cpufreq: fix EXYNOS drivers selectionBartlomiej Zolnierkiewicz
2013-08-12cpufreq: exynos5440: Fix to skip when new frequency same as currentAmit Daniel Kachhap
2013-08-10cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar
2013-08-10cpufreq: Use rwsem for protecting critical sectionsViresh Kumar
2013-08-10cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar
2013-08-10cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar
2013-08-07Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki
2013-08-07cpufreq: Pass policy to cpufreq_add_policy_cpu()Viresh Kumar
2013-08-07cpufreq: Avoid double kobject_put() for the same kobject in error code pathRafael J. Wysocki