From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7D68FDE135 for ; Fri, 25 Apr 2008 22:59:01 +1000 (EST) Subject: Re: [PATCH v2] [POWERPC] 4xx: Add endpoint support to 4xx PCIe driver From: Benjamin Herrenschmidt To: Josh Boyer In-Reply-To: <20080425053724.5b3eeb2f@zod.rchland.ibm.com> References: <1208789670-28909-1-git-send-email-sr@denx.de> <1209104641.9060.228.camel@pasglop> <20080425053724.5b3eeb2f@zod.rchland.ibm.com> Content-Type: text/plain Date: Fri, 25 Apr 2008 22:58:04 +1000 Message-Id: <1209128284.5420.0.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Stefan Roese , Paul Mackerras Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2008-04-25 at 05:37 -0500, Josh Boyer wrote: > On Fri, 25 Apr 2008 16:24:01 +1000 > Benjamin Herrenschmidt wrote: > > > > > On Mon, 2008-04-21 at 16:54 +0200, Stefan Roese wrote: > > > This patch adds basic endpoint support to the 4xx PCIe driver. > > > > > > This is done by checking the device_type property of the PCIe > > > device node ("pci" for root-complex and "pci-endpoint" for endpoint > > > configuration). > > > > > > Note: Currently we map a fixed 64MByte window to PLB address 0 (SDRAM). > > > This should probably be configurable via a dts property. > > > > > > Signed-off-by: Stefan Roese > > > > Acked-by: Benjamin Herrenschmidt > > --- > > > > Paul, I forgot to send that ack a while ago, this is .26 material, been > > around for some time. > > I'll add it to my tree. And this version of the patch was only sent > out on Monday. True but I'm to blame for waiting too long to review it... Ben.