- 09 Oct, 2008 1 commit
-
-
Sven Wegener authored
We don't need to export the governors for use as the default governor, because the default governor will be built-in anyway and we can access the symbol directly. This also fixes the following sparse warnings: drivers/cpufreq/cpufreq_conservative.c:578:25: warning: symbol 'cpufreq_gov_conservative' was not declared. Should it be static? drivers/cpufreq/cpufreq_ondemand.c:582:25: warning: symbol 'cpufreq_gov_ondemand' was not declared. Should it be static? drivers/cpufreq/cpufreq_performance.c:39:25: warning: symbol 'cpufreq_gov_performance' was not declared. Should it be static? drivers/cpufreq/cpufreq_powersave.c:38:25: warning: symbol 'cpufreq_gov_powersave' was not declared. Should it be static? drivers/cpufreq/cpufreq_userspace.c:190:25: warning: symbol 'cpufreq_gov_userspace' was not declared. Should it be static? Signed-off-by:
Sven Wegener <sven.wegener@stealer.net> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 28 Apr, 2008 1 commit
-
-
Alessandro Guido authored
Allow use of the powersave cpufreq governor as the default one for EMBEDDED configs. Signed-off-by:
Alessandro Guido <alessandro.guido@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 06 Nov, 2006 1 commit
-
-
Gautham R Shenoy authored
Clean up cpufreq subsystem to fix coding style issues and to improve the readability. Signed-off-by:
Gautham R Shenoy <ego@in.ibm.com> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 28 Feb, 2006 1 commit
-
-
Dave Jones authored
Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-