1. 17 Feb, 2010 2 commits
    • Magnus Damm's avatar
      sh: fix sh7722 SDHI support using INTC force_disable · e9125ac0
      Magnus Damm authored
      Update the sh7722 INTC tables with force_enable support
      to mask out pending unsupported SDHI interrupt sources.
      
      Without this patch the kernel locks up due to a pending
      SDHI interrupt that the tmio_mmc driver cannot handle.
      Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      e9125ac0
    • Paul Mundt's avatar
      sh: Use dummy_irq_chip for INTC redirect vectors. · 4d2185d9
      Paul Mundt authored
      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: default avatarPaul Mundt <lethal@linux-sh.org>
      4d2185d9
  2. 16 Feb, 2010 5 commits
  3. 15 Feb, 2010 3 commits
  4. 12 Feb, 2010 14 commits
  5. 11 Feb, 2010 16 commits