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. 04 8月, 2009 1 次提交
  4. 17 6月, 2009 1 次提交
  5. 11 1月, 2009 3 次提交
  6. 11 10月, 2008 1 次提交