From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752631AbbGPNKV (ORCPT ); Thu, 16 Jul 2015 09:10:21 -0400 Received: from mga14.intel.com ([192.55.52.115]:31161 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbbGPNKT (ORCPT ); Thu, 16 Jul 2015 09:10:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,488,1432623600"; d="scan'208";a="525345112" Date: Thu, 16 Jul 2015 18:42:05 +0530 From: Vinod Koul To: Thomas Gleixner Cc: LKML , Dan Williams , dmaengine@vger.kernel.org Subject: Re: [patch 0/2] dma/ipu: Interrupt cleanups Message-ID: <20150716131205.GU5086@localhost> References: <20150712210847.937269270@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150712210847.937269270@linutronix.de> 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 Mon, Jul 13, 2015 at 08:39:51PM +0000, Thomas Gleixner wrote: > The following patches consolidate the setup/removal of chained > interrupt handlers and avoid redundant lookups of the irqdescriptor in > functions which have already a [in]direct reference to it. > > The latter is also a preparation for the removal of the 'irq' argument > from interrupt flow handlers. > > The series has no dependencies and is also available as a git branch > for your convenience: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/dma > > If you want me to carry the patches in the irq/core branch of tip, > please let me know. Applied now, though have fixed up the subsystem name -- ~Vinod