From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932375Ab2ITWqR (ORCPT ); Thu, 20 Sep 2012 18:46:17 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:41641 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756441Ab2ITWqN (ORCPT ); Thu, 20 Sep 2012 18:46:13 -0400 Date: Thu, 20 Sep 2012 15:43:34 -0700 From: Anton Vorontsov To: Felipe Balbi Cc: Fengguang Wu , David Woodhouse , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , NeilBrown Subject: Re: [PATCH] twl4030_charger: use IRQF_ONESHOT Message-ID: <20120920224334.GB29721@lizard> References: <20120823114229.GA16789@localhost> <20120823115643.GA17927@localhost> <20120823120035.GM30710@arwen.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20120823120035.GM30710@arwen.pp.htv.fi> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 23, 2012 at 03:00:38PM +0300, Felipe Balbi wrote: > On Thu, Aug 23, 2012 at 07:56:43PM +0800, Fengguang Wu wrote: > > Generated by: scripts/coccinelle/misc/irqf_oneshot.cocci > > > > Make sure threaded IRQs without a primary handler are always request with IRQF_ONESHOT > > > > Signed-off-by: Fengguang Wu > > makes sense, NULL hardirq handler: Acks per irq handler is something new to me. :-) > Acked-by: Felipe Balbi Thank you folks, this is now applied!