From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2A1F8DDF3F for ; Thu, 22 Mar 2007 15:59:21 +1100 (EST) Date: Wed, 21 Mar 2007 23:55:54 -0500 (CDT) From: Kumar Gala To: Jon Loeliger Subject: Re: [PATCH 2/2 Rev 2] Add initial MPC8544DS platform files. In-Reply-To: <1174407550.6595.419.camel@ld0161-tx32> Message-ID: References: <1174407550.6595.419.camel@ld0161-tx32> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 20 Mar 2007, Jon Loeliger wrote: > > This patch provides the basic 8544 platform code and config. > Follow-up patches will add peripherals such as PCI and SATA. > > Signed-off-by: Xianghua Xiao > Signed-off-by: Roy Zang > Signed-off-by: York Sun > Signed-off-by: Andy Fleming > Signed-off-by: Jon Loeliger > --- > arch/powerpc/boot/dts/mpc8544ds.dts | 136 ++++++++++++++++++++++++++++ > arch/powerpc/platforms/85xx/Kconfig | 9 ++- > arch/powerpc/platforms/85xx/Makefile | 1 + > arch/powerpc/platforms/85xx/mpc8544_ds.c | 144 ++++++++++++++++++++++++++++++ > 4 files changed, 289 insertions(+), 1 deletions(-) > create mode 100644 arch/powerpc/boot/dts/mpc8544ds.dts > create mode 100644 arch/powerpc/platforms/85xx/mpc8544_ds.c > applied. - k