1. 21 May, 2012 2 commits
    • Paul Mundt's avatar
      sh: Enable PIO API for hp6xx and se770x. · c30b9c43
      Paul Mundt authored
      Both of these boards are still using the PIO API sans PCI, and will need
      to be carefully converted. As conversion is out of scope for this merge
      window, simply make sure NO_IOPORT doesn't get accidentally set for
      these, joining a long list of other crap platforms.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      c30b9c43
    • Paul Mundt's avatar
      sh: Kill off machvec IRQ hinting. · 63dc02bd
      Paul Mundt authored
      Everything is using sparseirq these days, so we have no need to
      arbitrarily size nr_irqs ahead of time. The legacy IRQ pre-allocation
      likewise has no meaning for us, so that's killed off too. We now depend
      on nr_irqs expansion by the generic hardirq layer instead.
      
      It's also worth noting that the majority of boards had completely bogus
      values for their nr_irqs relative to their CPU and configurations, so
      this ends up correcting behaviour for quite a few platforms.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      63dc02bd
  2. 19 May, 2012 4 commits
  3. 18 May, 2012 34 commits