From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 20 Jun 2009 15:22:55 +0200 Subject: [U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3 In-Reply-To: <1244419971-13895-5-git-send-email-yanok@emcraft.com> References: <1244419971-13895-1-git-send-email-yanok@emcraft.com> <1244419971-13895-5-git-send-email-yanok@emcraft.com> Message-ID: <20090620132255.GJ3849@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 04:12 Mon 08 Jun , 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 | 932 +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 933 insertions(+), 0 deletions(-) > create mode 100644 drivers/mtd/nand/mxc_nand.c Scott could you take a look on it? Best Regards, J.