From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752777Ab0IUCE0 (ORCPT ); Mon, 20 Sep 2010 22:04:26 -0400 Received: from LUNGE.MIT.EDU ([18.54.1.69]:57124 "EHLO lunge.queued.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752146Ab0IUCEZ (ORCPT ); Mon, 20 Sep 2010 22:04:25 -0400 Date: Mon, 20 Sep 2010 19:06:04 -0700 From: Andres Salomon To: Ingo Molnar Cc: Grant Likely , devicetree-discuss@lists.ozlabs.org, x86@kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, Mitch Bradley , linux-kernel@vger.kernel.org, Stephen Neuendorffer Subject: Re: [PATCH 2/2] x86: of: define irq functions to allow drivers/of/* to build on x86 Message-ID: <20100920190604.5a2118da@debxo> In-Reply-To: <20100910182135.GG11284@angua.secretlab.ca> References: <20100910060151.6613e9c3@debxo> <20100910172538.GC11284@angua.secretlab.ca> <20100910181458.GA7243@elte.hu> <20100910182135.GG11284@angua.secretlab.ca> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Sep 2010 12:21:35 -0600 Grant Likely wrote: > On Fri, Sep 10, 2010 at 08:14:58PM +0200, Ingo Molnar wrote: > > > > * Grant Likely wrote: > > > > > On Fri, Sep 10, 2010 at 06:01:51AM -0700, Andres Salomon wrote: > > > > > > > > - Define a stub irq_create_of_mapping for x86 as a stop-gap > > > > solution until drivers/of/irq is further along. > > > > - Define irq_dispose_mapping for x86 to appease of_i2c.c > > > > > > > > Signed-off-by: Andres Salomon > > > > > > Applied to my test-devicetree branch. I'll need an ack from the > > > x86 maintainers before I put it into my -next branch. > > > > The purpose of the patch is not clear to me. What does it do and > > why? > > It allows CONFIG_OF to be enabled on x86 without a build failure. > > > The changelog says it's a stopgap measure - what exactly is the > > long term plan and how long will it take? > > It is a stop gap because it performs a trivial direct map of an IRQ > number in the device tree data structure to a Linux irq number. This > works for a single IRQ controller, but falls apart when cascaded > controller are described in the device tree. The long term plan is to > have the drivers/of/ code handling the mapping intelligently like > powerpc currently does. > > g. > Any additional comments (ACKs, NACKs, etc) on the patches? If I need to rework it (or them), I can certainly make the patch description longer.