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 421B6DE12E for ; Tue, 15 Apr 2008 01:11:03 +1000 (EST) Message-Id: <2DD737A1-A0DA-4D74-8F2B-6885FB434021@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20080311172328.GA7727@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH 1/8] [POWERPC] fsl_elbc_nand: factor out localbus defines Date: Mon, 14 Apr 2008 10:10:50 -0500 References: <20080311172106.GA4766@localhost.localdomain> <20080311172328.GA7727@localhost.localdomain> Cc: Scott Wood , linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 11, 2008, at 12:23 PM, Anton Vorontsov wrote: > This is needed to support other localbus peripherals, such as > NAND on FSL UPM. > > Signed-off-by: Anton Vorontsov > --- > > Would be great if someone from the MTD community will ack this patch > to go through powerpc trees. > > Thanks, > > drivers/mtd/nand/fsl_elbc_nand.c | 219 + > +----------------------------------- > include/asm-powerpc/fsl_lbc.h | 223 +++++++++++++++++++++++++++++ > +++++++++ > 2 files changed, 235 insertions(+), 207 deletions(-) > create mode 100644 include/asm-powerpc/fsl_lbc.h applied. - k