Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sh: Kill off machvec IRQ hinting. | Paul Mundt | 2012-05-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | 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: Paul Mundt <lethal@linux-sh.org> | ||||
* | sh: edosk7705 evt2irq migration. | Paul Mundt | 2012-05-18 | 1 | -1/+2 |
| | | | | | | Migrate edosk7705 to evt2irq() backed hwirq lookups. Signed-off-by: Paul Mundt <lethal@linux-sh.org> | ||||
* | sh: Use device_initcall() instead of __initcall() | Nobuhiro Iwamatsu | 2011-01-11 | 1 | -1/+1 |
| | | | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> | ||||
* | sh: mach-edosk7705: Kill off machtype, consolidate board def. | Paul Mundt | 2010-10-29 | 1 | -0/+78 |
Trivial shuffling and tidying. Signed-off-by: Paul Mundt <lethal@linux-sh.org> |