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 ADD6CDE461 for ; Sat, 5 Apr 2008 09:11:07 +1100 (EST) Subject: RE: [PATCH 1/5] [v2][POWERPC] refactor dcr code From: Benjamin Herrenschmidt To: Stephen Neuendorffer In-Reply-To: <20080404220239.DAAC2C6006B@mail222-sin.bigfish.com> References: <1206401313-1625-1-git-send-email-stephen.neuendorffer@xilinx.com> <20080328162616.61AEF15006B@mail199-sin.bigfish.com> <1206914576.10388.132.camel@pasglop> <20080404220239.DAAC2C6006B@mail222-sin.bigfish.com> Content-Type: text/plain Date: Sat, 05 Apr 2008 09:10:33 +1100 Message-Id: <1207347033.10388.434.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev list 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-04 at 15:02 -0700, Stephen Neuendorffer wrote: > Ben, > > Any thoughts about device tree bindings for indirect DCR? No, not really. For 44x PCI-E, I've just used something like an "sdr-base" property to provide the base SDR for the port, simple but not necessarily the nicest way to do so. Ben.