Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752141AbdHRJcO (ORCPT ); Fri, 18 Aug 2017 05:32:14 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:40984 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbdHRJcN (ORCPT ); Fri, 18 Aug 2017 05:32:13 -0400 Date: Fri, 18 Aug 2017 11:32:08 +0200 (CEST) From: Thomas Gleixner To: Marc Zyngier cc: David Daney , Linus Walleij , Alexandre Courbot , Mark Rutland , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v8 2/7] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers. In-Reply-To: <6100c1d2-537e-7cb0-0f38-18c0f6b78aa6@arm.com> Message-ID: References: <1503017616-3252-1-git-send-email-david.daney@cavium.com> <1503017616-3252-3-git-send-email-david.daney@cavium.com> <6100c1d2-537e-7cb0-0f38-18c0f6b78aa6@arm.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 498 Lines: 13 On Fri, 18 Aug 2017, Marc Zyngier wrote: > On 18/08/17 01:53, David Daney wrote: > > Follow-on patch for gpio-thunderx uses a irqdomain hierarchy which > > requires slightly different flow handlers, add them to chip.c which > > contains most of the other flow handlers. Make these conditionally > > compiled based on CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS. > > > > Signed-off-by: David Daney > > Nit: $SUBJECT doesn't reflect the new function names. Bah, too late ....