From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 22 Jul 2009 23:33:27 +0200 Subject: [U-Boot] [PATCH] mxc_nand: add nand driver for MX2/MX3 In-Reply-To: <1247828035-9422-1-git-send-email-yanok@emcraft.com> References: <4A605706.9020909@emcraft.com> <1247828035-9422-1-git-send-email-yanok@emcraft.com> Message-ID: <20090722213327.GF5890@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 14:53 Fri 17 Jul , Ilya Yanok wrote: > Driver for NFC NAND controller found on Freescale's MX2 and MX3 > processors. Ported from Linux. Tested only with i.MX27 but should > works with other MX2 and MX3 processors too. > > Signed-off-by: Ilya Yanok > --- > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/mxc_nand.c | 902 +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 903 insertions(+), 0 deletions(-) > create mode 100644 drivers/mtd/nand/mxc_nand.c Scott for you is it fine? Best Regards, J.