Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752393AbdHTJhc (ORCPT ); Sun, 20 Aug 2017 05:37:32 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:46982 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751061AbdHTJhb (ORCPT ); Sun, 20 Aug 2017 05:37:31 -0400 Date: Sun, 20 Aug 2017 11:36:41 +0200 (CEST) From: Thomas Gleixner To: David Daney cc: David Daney , Linus Walleij , Alexandre Courbot , Mark Rutland , Marc Zyngier , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v8 0/7] genirq/gpio: Add driver for ThunderX and OCTEON-TX SoCs In-Reply-To: Message-ID: References: <1503017616-3252-1-git-send-email-david.daney@cavium.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: 935 Lines: 23 On Fri, 18 Aug 2017, David Daney wrote: > On 08/18/2017 02:24 AM, Thomas Gleixner wrote: > > On Thu, 17 Aug 2017, David Daney wrote: > > > > > The ThunderX/OCTEON-TX GPIO hardware looks like a PCIe device, with > > > the interrupt signal from each GPIO line being routed to a dedicated > > > MSI-X. This interrupt routing requires that we add some custom > > > processing to the beginning of the MSI-X irqdomain hierarchy. > > > > I merged the irq core patches into > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/for-gpio > > > > This branch can be pulled into the GPIO tree to avoid pull request > > dependencies. > > Thanks everybody for helping me work through the challenges of preparing this > patch set. Touching multiple subsystems under the stewardship of multiple > maintainers can be difficult, but I think this worked out well. Thanks for your patience and the excellent work! tglx