From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 26 Oct 2008 18:10:42 +0100 Subject: [U-Boot] [PATCH 08/13 v4] ARM: OMAP3: Add NAND support In-Reply-To: <48f8e774.1f145e0a.149f.554e@mx.google.com> References: <48f8e75a.1f205e0a.39ce.4eea@mx.google.com> <48f8e774.1f145e0a.149f.554e@mx.google.com> Message-ID: <20081026171042.GD4780@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21:28 Fri 17 Oct , dirk.behme at googlemail.com wrote: > Subject: [PATCH 08/13 v4] ARM: OMAP3: Add NAND support > > From: Dirk Behme > > Add NAND support > > Signed-off-by: Dirk Behme > Signed-off-by: Nishanth Menon > > --- > > Changes in version v4: > > - Incorporate further review results from Scott Wood. > - Further sets of cleanup, making the logic generic, rename of files, better handling of ecc switch by Nishanth Menon. > > Changes in version v3: > > - Fix/update NAND driver and seperate it into an own patch as proposed by Scott Wood > > drivers/mtd/nand/Makefile | 1 > drivers/mtd/nand/omap_gpmc.c | 337 +++++++++++++++++++++++++++++++++ > include/asm-arm/arch-omap3/omap_gpmc.h | 84 ++++++++ > 3 files changed, 422 insertions(+) Scott could you ack this one please? Best Regards, J.