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 5AC89DDE20 for ; Fri, 25 Apr 2008 16:26:00 +1000 (EST) Subject: Re: [PATCH v2] [POWERPC] 4xx: Add endpoint support to 4xx PCIe driver From: Benjamin Herrenschmidt To: Stefan Roese In-Reply-To: <1208789670-28909-1-git-send-email-sr@denx.de> References: <1208789670-28909-1-git-send-email-sr@denx.de> Content-Type: text/plain Date: Fri, 25 Apr 2008 16:24:01 +1000 Message-Id: <1209104641.9060.228.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, 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 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. Cheers, Ben.