From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 1742C2C02E8 for ; Mon, 10 Jun 2013 20:50:33 +1000 (EST) Received: by mail-ie0-f173.google.com with SMTP id k5so9410898iea.4 for ; Mon, 10 Jun 2013 03:50:27 -0700 (PDT) MIME-Version: 1.0 Sender: glikely@secretlab.ca In-Reply-To: References: <1370825362-11145-1-git-send-email-grant.likely@linaro.org> <1370825362-11145-11-git-send-email-grant.likely@linaro.org> From: Grant Likely Date: Mon, 10 Jun 2013 11:50:06 +0100 Message-ID: Subject: Re: [RFC 10/10] irqchip: Make versatile fpga irq driver a generic chip To: Linus Walleij Content-Type: text/plain; charset=ISO-8859-1 Cc: Russell King , Arnd Bergmann , "linux-kernel@vger.kernel.org" , Thomas Gleixner , "linuxppc-dev@lists.ozlabs.org list" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jun 10, 2013 at 8:40 AM, Linus Walleij wrote: > On Mon, Jun 10, 2013 at 2:49 AM, Grant Likely wrote: > >> This is an RFC patch to convert the versatile FPGA irq controller driver >> to use generic irq chip. It builds on the series that extends the >> generic chip code to allow a linear irq domain to contain one or more >> generic irq chips so that each interrupt controller doesn't need to hand >> code the generic chip setup. >> >> I've written this as a proof of concept to see if the new generic irq >> code does what it needs to. I had to extend it slightly to properly >> handle the valid mask used by the versatile FPGA driver. >> >> Tested on QEMU, but not on real hardware. > > Is this the same as the one I tested previously? > > If it need re-testing please push a branch and I'll take it > for a spin. Yes, it's the same, but if you can test the branch I would appreciate it. I've done some heavy rework on the irqdomain code that makes everything simpler, but also makes it likely that I've broken something. git://git.secretlab.ca/git/linux.git irqdomain/test g.