Re: [PATCH v2] irqchip: mxs: add missing set_handle_irq()

2016-02-17 Thread Jason Cooper
> On Jan 29, 2016, at 04:57, Oleksij Rempel wrote: > > The rework of the driver missed to move the call to set_handle_irq() into > asm9260_of_init(). As a consequence no interrupt entry point is installed and > no interrupts are delivered > > Solution is: > Install the interrupt entry handler.

[PATCH v2] irqchip: mxs: add missing set_handle_irq()

2016-01-29 Thread Oleksij Rempel
The rework of the driver missed to move the call to set_handle_irq() into asm9260_of_init(). As a consequence no interrupt entry point is installed and no interrupts are delivered Solution is: Install the interrupt entry handler. Fixes: 7e4ac676ee ("irqchip/mxs: Add Alphascale ASM9260 support")