Re: [PATCH] MIPS: lantiq: irq: register the interrupt controllers with irqchip_init

2021-01-13 Thread Thomas Bogendoerfer
On Sat, Jan 09, 2021 at 08:53:51PM +0100, Martin Blumenstingl wrote: > Add support for more interrupt controllers by switching from > of_irq_init() to irqchip_init() in Lantiq's arch_init_irq(). This > requires switching the ICU interrupt controller to use > IRQCHIP_DECLARE(), like a real irqchip

[PATCH] MIPS: lantiq: irq: register the interrupt controllers with irqchip_init

2021-01-09 Thread Martin Blumenstingl
Add support for more interrupt controllers by switching from of_irq_init() to irqchip_init() in Lantiq's arch_init_irq(). This requires switching the ICU interrupt controller to use IRQCHIP_DECLARE(), like a real irqchip driver would do. This is needed for future changes when new irqchip drivers