From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [patch 01/16] PCI: add generic pci_enable_resources() Date: Wed, 5 Mar 2008 12:14:26 -0800 Message-ID: <20080305201426.GD13569@kroah.com> References: <20080304185819.885549413@ldl.fc.hp.com> <20080304185646.864917286@ldl.fc.hp.com> <20894.1204728811@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20894.1204728811@redhat.com> Sender: linux-parisc-owner@vger.kernel.org To: David Howells Cc: Bjorn Helgaas , Russell King , linux-arm-kernel@lists.arm.linux.org.uk, Kyle McMartin , Matthew Wilcox , Grant Grundler , linux-parisc@vger.kernel.org, Paul Mackerras , Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org, Chris Zankel , linux-pci@atrey.karlin.mff.cuni.cz, linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Wed, Mar 05, 2008 at 02:53:31PM +0000, David Howells wrote: > > Bjorn Helgaas wrote: > > > Each architecture has its own pcibios_enable_resources() implementation. > > These differ in many minor ways that have nothing to do with actual > > architectural differences. Follow-on patches will make most arches > > use this generic version instead. > > > > This version is based on powerpc, which seemed most up-to-date. The only > > functional difference from the x86 version is that this uses "!r->parent" > > to check for resource collisions instead of "!r->start && r->end". > > > > Signed-off-by: Bjorn Helgaas > > Acked-by: David Howells added, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org ([213.146.154.40]:49115 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752813AbYCEURL (ORCPT ); Wed, 5 Mar 2008 15:17:11 -0500 Date: Wed, 5 Mar 2008 12:14:26 -0800 From: Greg KH Subject: Re: [patch 01/16] PCI: add generic pci_enable_resources() Message-ID: <20080305201426.GD13569@kroah.com> References: <20080304185819.885549413@ldl.fc.hp.com> <20080304185646.864917286@ldl.fc.hp.com> <20894.1204728811@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20894.1204728811@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: David Howells Cc: Bjorn Helgaas , Russell King , linux-arm-kernel@lists.arm.linux.org.uk, Kyle McMartin , Matthew Wilcox , Grant Grundler , linux-parisc@vger.kernel.org, Paul Mackerras , Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org, Chris Zankel , linux-pci@atrey.karlin.mff.cuni.cz, linux-arch@vger.kernel.org Message-ID: <20080305201426.DbqTQTbLyQAuCtSm_mSVEOGdruM1jCJX72PtnzLNwuo@z> On Wed, Mar 05, 2008 at 02:53:31PM +0000, David Howells wrote: > > Bjorn Helgaas wrote: > > > Each architecture has its own pcibios_enable_resources() implementation. > > These differ in many minor ways that have nothing to do with actual > > architectural differences. Follow-on patches will make most arches > > use this generic version instead. > > > > This version is based on powerpc, which seemed most up-to-date. The only > > functional difference from the x86 version is that this uses "!r->parent" > > to check for resource collisions instead of "!r->start && r->end". > > > > Signed-off-by: Bjorn Helgaas > > Acked-by: David Howells added, thanks. greg k-h