From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pz0-f51.google.com (mail-pz0-f51.google.com [209.85.210.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 87BCCB6F62 for ; Thu, 12 Jan 2012 07:50:28 +1100 (EST) Received: by dadv40 with SMTP id v40so758011dad.38 for ; Wed, 11 Jan 2012 12:50:26 -0800 (PST) MIME-Version: 1.0 Sender: glikely@secretlab.ca In-Reply-To: <4F0E017B.9060602@xenotime.net> References: <1326313337-24603-1-git-send-email-grant.likely@secretlab.ca> <4F0E017B.9060602@xenotime.net> From: Grant Likely Date: Wed, 11 Jan 2012 13:50:05 -0700 Message-ID: Subject: Re: [RFC 0/14] Finish up irq_domain generalization To: Randy Dunlap Content-Type: text/plain; charset=ISO-8859-1 Cc: sfr@canb.auug.org.au, Russell King , linux-kernel@vger.kernel.org, Rob Herring , Thomas Gleixner , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jan 11, 2012 at 2:39 PM, Randy Dunlap wrote: > On 01/11/2012 12:22 PM, Grant Likely wrote: >> Here are the patches that I've been working on to finish up the creation >> of the generic irq_domain infrastructure. > > Does this fix the linux-next build problems that I have reported? > > https://lkml.org/lkml/2012/1/9/318 IIRC, that was solved and a fix merged. The problem was a driver selecting CONFIG_IRQ_DOMAIN when it must not do so. I'm build testing with that randconfig now to make sure. g.