Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:58622 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752758Ab3GBURg (ORCPT ); Tue, 2 Jul 2013 16:17:36 -0400 Message-ID: <1372796218.21065.87.camel@cumari.coelho.fi> (sfid-20130702_221753_512293_F5BBDCE3) Subject: Re: [PATCH v2 5/9] wlcore: always use one-shot IRQ From: Luciano Coelho To: CC: , , , , , , , , , , , Date: Tue, 2 Jul 2013 23:16:58 +0300 In-Reply-To: <20130702153229.GG7013@arwen.pp.htv.fi> References: <1372776948-24840-1-git-send-email-coelho@ti.com> <1372776948-24840-6-git-send-email-coelho@ti.com> <20130702153229.GG7013@arwen.pp.htv.fi> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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: > > 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 > > 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 > > 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.