1. 27 2月, 2010 2 次提交
    • M
      MIPS: Alchemy: Stop IRQ name sharing · 78814465
      Manuel Lauss 提交于
      Eliminate the sharing of IRQ names among the differenct Alchemy
      variants.  IRQ numbers need no longer be hidden behind a
      CONFIG_SOC_AU1XXX symbol: step 1 in my quest to make the Alchemy
      code less reliant on a hardcoded subtype.
      
      This patch also renames the GPIO irq number constants. It's really
      an interrupt line, NOT a GPIO number!
      
      Code which relied on certain irq numbers to have the same name
      across all supported cpu subtypes is changed to determine current
      cpu subtype at runtime; in some places this isn't possible so
      a "compat" symbol is used.
      
      Run-tested on DB1200.
      Signed-off-by: NManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      78814465
    • M
      MIPS: Alchemy: remove board_init_irq() function. · 7e50b2b7
      Manuel Lauss 提交于
      remove board_init_irq():  On all in-kernel boards it is sufficient to
      initialize board interrupts in an arch_initcall by using the default
      linux irq functions.
      
      Some small irqmap.c files have been folded into board_setup files.
      
      Run-tested on DB1200; compile-tested on all other affected boards.
      Signed-off-by: NManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      7e50b2b7
  2. 02 11月, 2009 1 次提交
  3. 17 6月, 2009 1 次提交
  4. 11 1月, 2009 1 次提交
  5. 11 10月, 2008 1 次提交
  6. 12 5月, 2008 1 次提交
    • S
      [MIPS] MTX-1 code style cleanup · 1ff1a78c
      Sergei Shtylyov 提交于
      Fix many errors and warnings given by checkpatch.pl:
      
      - space after opening and before closing parentheses;
      
      - use of C99 // comments;
      
      - leading spaces instead of tabs;
      
      - brace not on the same line with 'else' in the 'if' statement;
        statement;
      
      - printk() without KERN_* facility level;
      
      - using simple_strtol() where strict_strtol() could be used.
      
      - including <asm/gpio.h> instead of <linux/gpio.h>.
      
      In addition to these changes, also do the following:
      
      - insert spaces between operator and its operands;
      
      - replace tab between the function type and name with space in
        mtx1_pci_idsel() declaration;
      
      - remove space after the type cast's closing parenthesis;
      
      - insert missing space before closing brace in the array/structure
        initializers;
      
      - update MontaVista copyright;
      
      - remove Pete Popov's old email address...
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      1ff1a78c
  7. 29 4月, 2008 1 次提交
  8. 03 2月, 2008 1 次提交
  9. 12 10月, 2007 1 次提交
  10. 09 10月, 2007 1 次提交
  11. 05 3月, 2007 2 次提交
  12. 10 10月, 2006 1 次提交
  13. 01 7月, 2006 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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