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 EFAE1DE131 for ; Tue, 6 May 2008 04:27:42 +1000 (EST) Message-Id: <6DA6B1DA-11B5-4B89-88AD-561B4D17B33B@kernel.crashing.org> From: Kumar Gala To: "Giuseppe Coviello" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH] Sam440ep support Date: Mon, 5 May 2008 13:27:28 -0500 References: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 5, 2008, at 1:23 PM, Giuseppe Coviello wrote: > This patch adds the support for the sam440ep board. > > arch/powerpc/boot/Makefile | 5 +- > arch/powerpc/boot/cuboot-sam440ep.c | 35 + > arch/powerpc/boot/dts/sam440ep.dts | 292 ++++++ > arch/powerpc/boot/sam440ep.c | 53 + > arch/powerpc/configs/44x/sam440ep_defconfig | 1429 ++++++++++++++++++ > +++++++++ > arch/powerpc/platforms/44x/Kconfig | 9 + > arch/powerpc/platforms/44x/Makefile | 1 + > arch/powerpc/platforms/44x/sam440ep.c | 66 ++ > arch/powerpc/sysdev/Makefile | 1 + > arch/powerpc/sysdev/sam440ep.c | 112 +++ > include/asm-powerpc/dma-mapping.h | 30 + > sound/core/memalloc.c | 31 +- The changes to dma-mapping.h and sound/core/memalloc.c need to be explained and odds are will not go in as is. Also, the .dts should be v1 format. - k