summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2014-03-20cpufreq:LAB: Remove MODULE_* macros since it is not possible to compile LAB a...Lukasz Majewski1-6/+0
2014-03-20cpufreq:LAB: Replace NR_CPUS with num_possible_cpus() functionLukasz Majewski1-8/+32
2014-03-20cpufreq:LAB:cosmetic: Cosmetic code cleanupLukasz Majewski1-3/+5
2014-03-20cpufreq:LAB:ondemand: Enable usage of ONDEMAND specific methods at LAB governorLukasz Majewski1-1/+39
2014-03-20cpufreq:LAB:cpufreq_governor: Remove redundant LAB code from cpufreq_governor...Lukasz Majewski2-35/+5
2014-03-20cpufreq:LAB:ondemand: Ondemand governor adjustments necessary for correct LAB...Lukasz Majewski2-3/+14
2014-03-20cpufreq:LAB:core: Redesign of LAB code to work on top of ONDEMAND governorLukasz Majewski2-140/+231
2014-03-20cpufreq:LAB:ondemand: REMOVE from LAB governor code duplicated at ondemandLukasz Majewski3-78/+17
2014-03-20cpufreq:LAB:core: Remove code responsible for removing LAB moduleLukasz Majewski1-6/+0
2014-03-20cpufreq:LAB:Kconfig: Do not allow LAB to be build as a moduleLukasz Majewski1-4/+4
2014-03-20cpufreq:LAB:Kconfig: Make LAB dependent on the ONDEMAND governorLukasz Majewski1-2/+4
2014-03-20cpufreq: conservative: Provide correct pointer for conservative governorLukasz Majewski1-2/+3
2014-03-20cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis3-42/+8
2014-03-20cpufreq: boost: Provide support for BOOST on linux-3.10-tizenLukasz Majewski3-2/+42
2014-03-20cpufreq: lab: Fix codes for correct working of lab governor.Jonghwa Lee2-9/+21
2014-03-20cpufreq: exysnos: Fix the way of enabling boost in exynos cpufreq driver.Jonghwa Lee1-7/+3
2014-03-20cpufreq: lab: Enable overclocking in LABJonghwa Lee1-1/+5
2014-03-20cpufreq:LAB: Introduce new cpufreq LAB(Legaccy Application Boost) governorJonghwa Lee5-32/+461
2014-03-20BOOST: Core code compliant with v9 of the patchLukasz Majewski1-17/+24
2014-03-20cpufreq:exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQLukasz Majewski1-1/+1
2014-03-20cpufreq:boost:Kconfig: Enable software managed BOOST support at KconfigLukasz Majewski2-0/+18
2014-03-20cpufreq:exynos:Extend Exynos cpufreq driver to support boost frameworkLukasz Majewski1-0/+4
2014-03-20cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost so...Lukasz Majewski1-48/+22
2014-03-20cpufreq: Add boost frequency support in coreLukasz Majewski2-8/+149
2014-03-20cpufreq: Store cpufreq policies in a listLukasz Majewski1-0/+3
2014-03-20cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar3-6/+52
2014-03-20cosmetic: Remove extern from exynos_of_parse_freq_table() declarationLukasz Majewski1-2/+2
2014-03-20cpufreq: exynos4x12: Support the frequency change only with the common clock ...Lukasz Majewski1-42/+4
2014-03-20ARM: cpufreq: Parse CPUFREQ's voltage table passed as device tree nodeLukasz Majewski3-1/+51
2014-03-20cpufreq: exynos: fix section mismatchSeung-Woo Kim1-2/+2
2014-03-20ARM:clock:cpufreq: Correct MPLL clock and DTS bindingLukasz Majewski1-1/+1
2014-03-20cpufreq: Make ARM_EXYNOS*_CPUFREQ depend on ARM_EXYNOS_CPUFREQTomasz Figa1-0/+3
2014-03-20cpufreq: exynos4210: Use common clock operations for APLL configurationTomasz Figa1-13/+2
2014-03-20cpufreq: exynos4210: Use device-based lookup for clocksTomasz Figa1-4/+4
2014-03-20cpufreq: Replace set_apll code with common clock framework's clk_set_rate()Lukasz Majewski1-21/+7
2014-03-20cpufreq: exynos4x12: Parse frequency table from device treeLukasz Majewski3-1/+73
2014-03-20cpufreq: Adjust exynos4x12 cpufreq to work with v3.8-mobile (with common clocks)Lukasz Majewski1-16/+15
2014-03-20cpufreq: exynos: Use device-based lookup for vdd_arm regulatorTomasz Figa1-1/+1
2014-03-20cpufreq: exynos: Save struct device in driver dataTomasz Figa2-0/+3
2014-03-20cpufreq: Define cpufreq as a platform deviceLukasz Majewski1-1/+34
2014-03-06cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat1-3/+7
2014-02-13intel_pstate: Correct calculation of min pstate valueDirk Brandewie1-2/+3
2014-02-13intel_pstate: Improve accuracy by not truncating until final resultBrennan Shacklett1-18/+15
2014-02-13intel_pstate: fix no_turboSrinivas Pandruvada1-1/+4
2014-02-13intel_pstate: Add Haswell CPU modelsNell Hardcastle1-0/+5
2014-01-15intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie1-1/+2
2014-01-09intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki1-0/+5
2013-12-04cpufreq: highbank-cpufreq: Enable Midway/ECX-2000Mark Langsdorf1-1/+2
2013-11-13cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie1-4/+3
2013-08-14cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar4-26/+26