1. 17 2月, 2010 1 次提交
    • P
      sh: Use dummy_irq_chip for INTC redirect vectors. · 4d2185d9
      Paul Mundt 提交于
      Presently there's an ordering issue with the chained handler change
      which places the set_irq_chip() after set_irq_chained_handler(). This
      causes a warning to be emitted as the IRQ chip needs to be set first.
      However, there is the caveat that redirect IRQs can't use the parent
      IRQ's irq chip as they are just dummy redirects, resulting in
      intc_enable() blowing up when set_irq_chained_handler() attempts to
      start up the redirect IRQ. In these cases we can just use dummy_irq_chip
      directly, as we already extract the parent IRQ and chip from the redirect
      handler.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      4d2185d9
  2. 16 2月, 2010 5 次提交
  3. 15 2月, 2010 3 次提交
  4. 13 2月, 2010 8 次提交
  5. 12 2月, 2010 23 次提交