An error occurred fetching the project authors.
- 31 Jul, 2006 2 commits
-
-
Adrian Bunk authored
It seems commit 32ee8c3e accidentially reverted cdc9cc1d, IOW, it reintroduced the following compile error with CONFIG_PCI=n: <-- snip --> ... CC arch/i386/kernel/cpu/cpufreq/gx-suspmod.o arch/i386/kernel/cpu/cpufreq/gx-suspmod.c: In function ‘gx_detect_chipset’: arch/i386/kernel/cpu/cpufreq/gx-suspmod.c:193: error: implicit declaration of function ‘pci_match_id’ arch/i386/kernel/cpu/cpufreq/gx-suspmod.c:193: warning: comparison between pointer and integer make[3]: *** [arch/i386/kernel/cpu/cpufreq/gx-suspmod.o] Error 1 <-- snip --> This patch therefore re-adds the dependency of X86_GX_SUSPMOD on PCI. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Dave Jones <davej@redhat.com>
-
Rafa Bilski authored
Minimal change necessary for hardware support. Changes in longhaul.c: - most important - now C3 state is causing transition, - code responsible for clearing "bus master" bit removed, - protect bcr2 transition in the same way as longhaul. Signed-off-by:
Rafa³ Bilski <rafalbilski@interia.pl> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 11 Mar, 2006 2 commits
-
-
Dave Jones authored
Signed-off-by:
Dave Jones <davej@redhat.com>
-
Dave Jones authored
This seems to work for a short period of time, but when used in conjunction with a userspace governor that changes the frequency regularly, it's only a matter of time before everything just locks up. Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 28 Feb, 2006 1 commit
-
-
Dave Jones authored
Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 20 Jan, 2006 1 commit
-
-
Adrian Bunk authored
This patch fixes the following compile error: ... CC arch/i386/kernel/cpu/cpufreq/gx-suspmod.o arch/i386/kernel/cpu/cpufreq/gx-suspmod.c: In function 'gx_detect_chipset': arch/i386/kernel/cpu/cpufreq/gx-suspmod.c:193: error: implicit declaration of function 'pci_match_id' arch/i386/kernel/cpu/cpufreq/gx-suspmod.c:193: warning: comparison between pointer and integer make[3]: *** [arch/i386/kernel/cpu/cpufreq/gx-suspmod.o] Error 1 <-- snip --> Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Dave Jones <davej@redhat.com>
-
- 01 Jun, 2005 1 commit
-
-
Dave Jones authored
From: Sean Young <sean@mess.org> 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!
-