From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753393AbbGMUl1 (ORCPT ); Mon, 13 Jul 2015 16:41:27 -0400 Received: from www.linutronix.de ([62.245.132.108]:55701 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752651AbbGMUlX (ORCPT ); Mon, 13 Jul 2015 16:41:23 -0400 Message-Id: <20150712232317.244138485@linutronix.de> User-Agent: quilt/0.63-1 Date: Mon, 13 Jul 2015 20:41:14 -0000 From: Thomas Gleixner To: LKML Cc: Linus Walleij , Alexandre Courbot , linux-gpio@vger.kernel.org, Jiang Liu Subject: [patch 00/19] gpio: Interrupt cleanups and API change preparation 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 patch series contains the following changes: - Consolidation of chained interrupt handler setup/removal - Switch to functions which avoid a redundant interrupt descriptor lookup - Preparation of interrupt flow handlers for the 'irq' argument removal 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/gpio If you want me to carry the patches in the irq/core branch of tip, please let me know. Thanks, tglx