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 ESMTP id C9006DDD0C for ; Thu, 31 Jan 2008 17:16:39 +1100 (EST) Message-Id: From: Kumar Gala To: Zhang Wei In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: [PATCH 1/6] Change RIO function mpc85xx_ to fsl_ . Date: Thu, 31 Jan 2008 00:15:07 -0600 References: <1201689053956-git-send-email-wei.zhang@freescale.com> Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jan 31, 2008, at 12:04 AM, Zhang Wei wrote: > All right, I'll give you another patch for 86xx dts file. :) > > Btw: Why the PCI and other nodes were moved from SOC? Just for clear? > If they are moved out, their register address must use full address > not > offset address. we did this because the feeling was the SOC node just represented the IMMR/CCSBAR registers, and not the address space used by the various busses. (this is why pci, rio, and local bus all exist outside of the soc node). - k