1. 22 Oct, 2010 12 commits
  2. 21 Oct, 2010 1 commit
  3. 20 Oct, 2010 2 commits
  4. 18 Oct, 2010 24 commits
  5. 16 Oct, 2010 1 commit
    • Thomas Gleixner's avatar
      arm: Use ARCH_IRQ_INIT_FLAGS · 032fa360
      Thomas Gleixner authored
      The core code now initializes the requested number of interrupts and
      sets the flags in irq_desc.status which are requested by the
      architecture via ARCH_IRQ_INIT_FLAGS.
      
      Add ARCH_IRQ_INIT_FLAGS and remove the loop which sets those flags
      after the irq descriptors are allocated.
      
      [ This patch should have been in the original irq rework and got
        dropped accidentaly ]
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Linus Walleij <linus.walleij@stericsson.com>
      Cc: Anand Gadiyar <gadiyar@ti.com>
      032fa360