From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753349AbbGMUkD (ORCPT ); Mon, 13 Jul 2015 16:40:03 -0400 Received: from www.linutronix.de ([62.245.132.108]:55682 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752234AbbGMUkA (ORCPT ); Mon, 13 Jul 2015 16:40:00 -0400 Message-Id: <20150712210847.937269270@linutronix.de> User-Agent: quilt/0.63-1 Date: Mon, 13 Jul 2015 20:39:51 -0000 From: Thomas Gleixner To: LKML Cc: Dan Williams , Vinod Koul , dmaengine@vger.kernel.org Subject: [patch 0/2] dma/ipu: Interrupt cleanups 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks, tglx