From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [PATCH] x86: convert to generic irq_domain Date: Mon, 19 Dec 2011 15:49:40 +0100 Message-ID: <20111219144940.GI20801@linutronix.de> References: <1324099129-28832-1-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Return-path: Content-Disposition: inline In-Reply-To: <1324099129-28832-1-git-send-email-robherring2@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Grant Likely , Rob Herring , x86@kernel.org, Thomas Gleixner List-Id: devicetree@vger.kernel.org * Rob Herring | 2011-12-16 23:18:49 [-0600]: >This is needed to avoid struct collisions with the generic irq_domain >support being added to kernel/irq/generic-chip.c. > >Boot tested, but not on a DT enabled platform. I had a patch in my tree for this and it did not work. One bug was fixed by eef24a ("irq: Fix check for already initialized irq_domain in irq_domain_add"). Something else come up after that. I will grab a board test it later and let you know :) Sebastian