From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id D4E10DDEFD for ; Fri, 12 Jan 2007 11:23:28 +1100 (EST) Date: Thu, 11 Jan 2007 18:27:12 -0600 To: Michael Ellerman Subject: Re: [PATCH 4/7] MPIC MSI allocator Message-ID: <20070112002712.GA15117@lixom.net> References: <1168514716.63474.857278133999.qpush@cradle> <20070111112504.37999DDF3E@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070111112504.37999DDF3E@ozlabs.org> From: Olof Johansson Cc: Greg Kroah-Hartman , linux-pci@atrey.karlin.mff.cuni.cz, Paul Mackerras , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jan 11, 2007 at 10:25:21PM +1100, Michael Ellerman wrote: > To support MSI on MPIC we need a way to reserve and allocate hardware irq > numbers, this patch implements an allocator for that. > > Updated to only do dogy-U3-fallback-hacks on U3, all other platforms must > define a "msi-ranges" property on their MPIC node for MSI to work. The msi-ranges spec isn't documented anywhere besides the code where it's used. Please add it to Documentation/powerpc/booting-without-of.txt too. -Olof