From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752584AbcAFKNk (ORCPT ); Wed, 6 Jan 2016 05:13:40 -0500 Received: from www.linutronix.de ([62.245.132.108]:36174 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752212AbcAFKNi (ORCPT ); Wed, 6 Jan 2016 05:13:38 -0500 Date: Wed, 6 Jan 2016 11:12:41 +0100 (CET) From: Thomas Gleixner To: Suman Tripathi cc: Vinod Koul , "devicetree@vger.kernel.org" , Arnd Bergmann , Jon Masters , Rameshwar Sahu , patches , Linux Kernel Mailing List , Kaustubh Gondkar , dmaengine@vger.kernel.org, Dan Williams , linux-arm-kernel Subject: Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag In-Reply-To: Message-ID: References: <1450875495-2229-1-git-send-email-rsahu@apm.com> <20160106091323.GP2940@localhost> <20160106093121.GB11778@localhost> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Jan 2016, Suman Tripathi wrote: > On Wed, Jan 6, 2016 at 3:35 PM, Thomas Gleixner wrote: > > Why would I? Those helpers are core internal and not usable in random > > drivers. > > > > i think the problem is the name of the function. It should be something > > irq_check_settings_disable_unlazy And why is that relevant to a driver? Again, those helpers are core internal and well understood. Thanks, tglx