[PATCH v2 5/9] wlcore: always use one-shot IRQ
From: Luciano Coelho <hidden>
Date: 2013-07-02 20:17:38
Also in:
linux-devicetree, linux-omap, linux-wireless, lkml
From: Luciano Coelho <hidden>
Date: 2013-07-02 20:17:38
Also in:
linux-devicetree, linux-omap, linux-wireless, lkml
On Tue, 2013-07-02 at 18:32 +0300, Felipe Balbi wrote:
On Tue, Jul 02, 2013 at 05:55:44PM +0300, Luciano Coelho wrote:quoted
Since we are now using threaded IRQs without the primary handler, we need to set IRQF_ONESHOT, otherwise our request will fail. Signed-off-by: Luciano Coelho <redacted>good to see this happening, I remember we talked about this a while back :-)
Yeah, we talked about it and I did the patch immediately. This is needed because this is obviously not set automatically in the interrupts created via device tree.
Acked-by: Felipe Balbi <redacted> Still, if you call irq_set_irq_type() on board-file (since DT will do something similar for you anyway) then you can completely drop irq_flags.
Yep. -- Luca.