summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq_lab.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18cpufreq:LAB: Change method of boost state preservingLukasz Majewski1-4/+5
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:core: Redesign of LAB code to work on top of ONDEMAND governorLukasz Majewski1-140/+230
2014-11-18cpufreq:LAB:ondemand: REMOVE from LAB governor code duplicated at ondemandLukasz Majewski1-73/+4
2014-11-18cpufreq:LAB:core: Remove code responsible for removing LAB moduleLukasz Majewski1-6/+0
2014-11-18cpufreq: lab: Fix codes for correct working of lab governor.Jonghwa Lee1-8/+11
2014-11-18cpufreq: lab: Enable overclocking in LABJonghwa Lee1-1/+5
2014-11-18cpufreq:LAB: Introduce new cpufreq LAB(Legaccy Application Boost) governorJonghwa Lee1-0/+377