1. 11 Jan, 2013 2 commits
  2. 10 Jan, 2013 3 commits
  3. 08 Jan, 2013 15 commits
  4. 07 Jan, 2013 3 commits
  5. 06 Jan, 2013 12 commits
  6. 05 Jan, 2013 1 commit
  7. 04 Jan, 2013 3 commits
  8. 03 Jan, 2013 1 commit
    • Linus Walleij's avatar
      ARM: nomadik: bump the IRQ numbers again · d9621176
      Linus Walleij authored
      Bump the IRQ numbers from offset at 1 (right above NO_IRQ)
      to 32. This is the painful way to learn that if you're using
      SPARSE_IRQ and avoid to define .nr_irqs in your machine,
      the first 16 IRQs will be pre-allocated, and the IRQdomain
      code (as the VIC core code before it) will then assume
      that all IRQ descriptors are pre-allocated, and 16 of them
      are - by somebody else. So mapping the IRQs will fail in
      irq_create_mapping(). Moving the offset upward rids us of
      this problem.
      
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      d9621176