Re: [PATCH 4/5] ARM: gic: allow irq_start to be 0

2011-09-18 Thread Grant Likely
On Wed, Sep 14, 2011 at 11:31:39AM -0500, Rob Herring wrote: From: Rob Herring rob.herr...@calxeda.com There's really no need to set irq_start per platform for the primary gic. The SGIs and PPIs are not handled as normal irqs, so how irqs 0-31 are setup doesn't really matter. So allow

Re: [PATCH 4/5] ARM: gic: allow irq_start to be 0

2011-09-18 Thread Russell King - ARM Linux
On Wed, Sep 14, 2011 at 11:31:39AM -0500, Rob Herring wrote: From: Rob Herring rob.herr...@calxeda.com There's really no need to set irq_start per platform for the primary gic. The SGIs and PPIs are not handled as normal irqs, so how irqs 0-31 are setup doesn't really matter. So allow

[PATCH 4/5] ARM: gic: allow irq_start to be 0

2011-09-14 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com There's really no need to set irq_start per platform for the primary gic. The SGIs and PPIs are not handled as normal irqs, so how irqs 0-31 are setup doesn't really matter. So allow irq_start to be set to 0 to match the linux irq numbering.