summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2014-11-28cpufreq: exynos: fix potential initialization error due to signed vs. unsigne...Marek Szyprowski1-1/+2
2014-11-25cpufreq: stats: fix index of last entity in load_tableSeung-Woo Kim1-1/+1
2014-11-18cpufreq: exynos3250: Initialize frequency table staticallyChanwoo Choi1-3/+1
2014-11-18cpufreq: stats: Add 'load_table' debugfs file to show accumulated data of CPUsChanwoo Choi4-25/+271
2014-11-18cpufreq: Add debugfs directory for cpufreqChanwoo Choi1-0/+178
2014-11-18cpufreq: Add exynos3250 cpufreq supportChanwoo Choi5-1/+226
2014-11-18arm: odroid: cpufreq: Support for frequency up to 1.7 GHzLukasz Majewski3-16/+24
2014-11-18cpufreq: BOOST: Adjust setting of BOOST frequency just before first valid freqLukasz Majewski1-4/+13
2014-11-18upstream: treewide: Fix typo in KconfigMasanari Iida1-1/+1
2014-11-18cpufreq:LAB: Change method of boost state preservingLukasz Majewski1-4/+5
2014-11-18cpufreq:governor: Add serialization to the cpufreq_governor_dbs() functionLukasz Majewski1-2/+12
2014-11-18cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar1-2/+8
2014-11-18cpufreq: Fix serialization of frequency transitionsViresh Kumar1-3/+4
2014-11-18cpufreq: make sure frequency transitions are serializedViresh Kumar1-0/+14
2014-11-18cpufreq: remove unnecessary cpufreq_cpu_{get|put}() callsViresh Kumar1-17/+2
2014-11-18cpufreq:LAB: Remove MODULE_* macros since it is not possible to compile LAB a...Lukasz Majewski1-6/+0
2014-11-18cpufreq:LAB: Replace NR_CPUS with num_possible_cpus() functionLukasz Majewski1-8/+32
2014-11-18cpufreq:LAB:cosmetic: Cosmetic code cleanupLukasz Majewski1-3/+5
2014-11-18cpufreq:LAB:ondemand: Enable usage of ONDEMAND specific methods at LAB governorLukasz Majewski1-1/+39
2014-11-18cpufreq:LAB:cpufreq_governor: Remove redundant LAB code from cpufreq_governor...Lukasz Majewski2-35/+5
2014-11-18cpufreq:LAB:ondemand: Ondemand governor adjustments necessary for correct LAB...Lukasz Majewski2-3/+14
2014-11-18cpufreq:LAB:core: Redesign of LAB code to work on top of ONDEMAND governorLukasz Majewski2-140/+231
2014-11-18cpufreq:LAB:ondemand: REMOVE from LAB governor code duplicated at ondemandLukasz Majewski3-78/+17
2014-11-18cpufreq:LAB:core: Remove code responsible for removing LAB moduleLukasz Majewski1-6/+0
2014-11-18cpufreq:LAB:Kconfig: Do not allow LAB to be build as a moduleLukasz Majewski1-4/+4
2014-11-18cpufreq:LAB:Kconfig: Make LAB dependent on the ONDEMAND governorLukasz Majewski1-2/+4
2014-11-18cpufreq: conservative: Provide correct pointer for conservative governorLukasz Majewski1-2/+3
2014-11-18cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis1-8/+0
2014-11-18cpufreq: boost: Provide support for BOOST on linux-3.10-tizenLukasz Majewski3-2/+42
2014-11-18cpufreq: lab: Fix codes for correct working of lab governor.Jonghwa Lee2-9/+21
2014-11-18cpufreq: exysnos: Fix the way of enabling boost in exynos cpufreq driver.Jonghwa Lee1-7/+3
2014-11-18cpufreq: lab: Enable overclocking in LABJonghwa Lee1-1/+5
2014-11-18cpufreq:LAB: Introduce new cpufreq LAB(Legaccy Application Boost) governorJonghwa Lee5-32/+469
2014-11-18BOOST: Core code compliant with v9 of the patchLukasz Majewski1-17/+24
2014-11-18cpufreq:exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQLukasz Majewski1-1/+1
2014-11-18cpufreq:boost:Kconfig: Enable software managed BOOST support at KconfigLukasz Majewski2-0/+18
2014-11-18cpufreq:exynos:Extend Exynos cpufreq driver to support boost frameworkLukasz Majewski1-0/+4
2014-11-18cpufreq:acpi:x86: Adjust the acpi-cpufreq.c code to work with common boost so...Lukasz Majewski1-48/+22
2014-11-18cpufreq: Add boost frequency support in coreLukasz Majewski2-8/+149
2014-11-18cpufreq: Store cpufreq policies in a listLukasz Majewski1-0/+3
2014-11-18cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar3-6/+52
2014-11-18cosmetic: Remove extern from exynos_of_parse_freq_table() declarationLukasz Majewski1-2/+2
2014-11-18cpufreq: exynos4x12: Support the frequency change only with the common clock ...Lukasz Majewski1-42/+4
2014-11-18ARM: cpufreq: Parse CPUFREQ's voltage table passed as device tree nodeLukasz Majewski3-1/+51
2014-11-18cpufreq: exynos: fix section mismatchSeung-Woo Kim1-2/+2
2014-11-18ARM:clock:cpufreq: Correct MPLL clock and DTS bindingLukasz Majewski1-1/+1
2014-11-18cpufreq: Make ARM_EXYNOS*_CPUFREQ depend on ARM_EXYNOS_CPUFREQTomasz Figa1-0/+3
2014-11-18cpufreq: exynos4210: Use common clock operations for APLL configurationTomasz Figa1-13/+2
2014-11-18cpufreq: exynos4210: Use device-based lookup for clocksTomasz Figa1-4/+4
2014-11-18cpufreq: Replace set_apll code with common clock framework's clk_set_rate()Lukasz Majewski1-21/+7