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

From: Jason Cooper
Date: Wed Feb 17 2016 - 17:17:57 EST



> On Jan 29, 2016, at 04:57, Oleksij Rempel <linux@xxxxxxxxxxxxxxxx> 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.
>
> Fixes: 7e4ac676ee ("irqchip/mxs: Add Alphascale ASM9260 support")
>
> Signed-off-by: Oleksij Rempel <linux@xxxxxxxxxxxxxxxx>
> ---
> drivers/irqchip/irq-mxs.c | 1 +
> 1 file changed, 1 insertion(+)
>

Applied to irqchip/urgent

Thx,

Jason.