An error occurred fetching the project authors.
  1. 31 Jul, 2006 2 commits
    • Adrian Bunk's avatar
      [CPUFREQ] X86_GX_SUSPMOD must depend on PCI · 95a53249
      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: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      95a53249
    • Rafa Bilski's avatar
      [CPUFREQ] Longhaul - Hook into ACPI C states. · dadb49d8
      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: default avatarRafa³ Bilski <rafalbilski@interia.pl>
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      dadb49d8
  2. 11 Mar, 2006 2 commits
  3. 28 Feb, 2006 1 commit
  4. 20 Jan, 2006 1 commit
    • Adrian Bunk's avatar
      [CPUFREQ] X86_GX_SUSPMOD must depend on PCI · cdc9cc1d
      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: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      cdc9cc1d
  5. 01 Jun, 2005 1 commit
  6. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      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!
      1da177e4