Re: [PATCH v3 02/12] irqchip: nvic: support hierarchy irq domain

2015-03-13 Thread Maxime Coquelin
2015-03-13 0:36 GMT+01:00 Stefan Agner : > Add support for hierarchy irq domain. Use to support the interrupt > router found in Vybrid SoC, which is between the NVIC and the > peripherals. > > Signed-off-by: Stefan Agner > --- > drivers/irqchip/irq-nvic.c | 28 +++- > 1 fi

[PATCH v3 02/12] irqchip: nvic: support hierarchy irq domain

2015-03-12 Thread Stefan Agner
Add support for hierarchy irq domain. Use to support the interrupt router found in Vybrid SoC, which is between the NVIC and the peripherals. Signed-off-by: Stefan Agner --- drivers/irqchip/irq-nvic.c | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git