Re: [PATCH 05/15] irqchip: mips-gic: register IRQ domain with MIPS_GIC_IRQ_BASE

2015-05-22 Thread Jason Cooper
On Fri, May 22, 2015 at 04:51:04PM +0100, Paul Burton wrote: > On Malta, some IRQs are still referenced by hardcoded numbers relative > to MIPS_GIC_IRQ_BASE. When gic_init is called to register the GIC > without using device tree the irqbase argument allows this base to be > used. When the GIC is

[PATCH 05/15] irqchip: mips-gic: register IRQ domain with MIPS_GIC_IRQ_BASE

2015-05-22 Thread Paul Burton
On Malta, some IRQs are still referenced by hardcoded numbers relative to MIPS_GIC_IRQ_BASE. When gic_init is called to register the GIC without using device tree the irqbase argument allows this base to be used. When the GIC is probed using device tree however the base is not specified. This

[PATCH 05/15] irqchip: mips-gic: register IRQ domain with MIPS_GIC_IRQ_BASE

2015-05-22 Thread Paul Burton
On Malta, some IRQs are still referenced by hardcoded numbers relative to MIPS_GIC_IRQ_BASE. When gic_init is called to register the GIC without using device tree the irqbase argument allows this base to be used. When the GIC is probed using device tree however the base is not specified. This

Re: [PATCH 05/15] irqchip: mips-gic: register IRQ domain with MIPS_GIC_IRQ_BASE

2015-05-22 Thread Jason Cooper
On Fri, May 22, 2015 at 04:51:04PM +0100, Paul Burton wrote: On Malta, some IRQs are still referenced by hardcoded numbers relative to MIPS_GIC_IRQ_BASE. When gic_init is called to register the GIC without using device tree the irqbase argument allows this base to be used. When the GIC is