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 47D20DDE04 for ; Thu, 4 Oct 2007 08:09:49 +1000 (EST) In-Reply-To: <1191442145.21463.73.camel@ld0161-tx32> References: <1191442145.21463.73.camel@ld0161-tx32> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH 0/5] Add MPC8610 HPCD Base Port Date: Wed, 3 Oct 2007 17:09:48 -0500 To: Jon Loeliger Cc: "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 3, 2007, at 3:09 PM, Jon Loeliger wrote: > Kumar and Paul, > > These five patches add the base port for the newly > introduced MPC8610 HPCD reference board. We would > like to see these added to 2.6.24 if possible! > > Thanks, > jdl > > > arch/powerpc/boot/dts/mpc8610_hpcd.dts | 191 +++++ > arch/powerpc/configs/mpc8610_hpcd_defconfig | 1023 ++++++++++++++++ > +++++++++++ > arch/powerpc/platforms/86xx/Kconfig | 13 + > arch/powerpc/platforms/86xx/Makefile | 1 + > arch/powerpc/platforms/86xx/mpc8610_hpcd.c | 267 +++++++ > arch/powerpc/sysdev/fsl_pci.c | 1 + > include/linux/pci_ids.h | 1 + > 7 files changed, 1497 insertions(+), 0 deletions(-) applied. - k