Re: [PATCH 2/4] CRISv32: add irq domains support

2015-02-09 Thread Jesper Nilsson
On Sun, Feb 08, 2015 at 04:35:43PM +0100, Rabin Vincent wrote: > Add support for IRQ domains to the CRISv32 interrupt controller. > > Signed-off-by: Rabin Vincent Looks good, putting it in the CRIS tree for 3.20. /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

[PATCH 2/4] CRISv32: add irq domains support

2015-02-08 Thread Rabin Vincent
Add support for IRQ domains to the CRISv32 interrupt controller. Signed-off-by: Rabin Vincent --- arch/cris/Kconfig | 1 + arch/cris/arch-v32/kernel/irq.c | 28 +--- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/arch/cris/Kconfig b/arch/cr