]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxc_nand: add nand driver for MX2/MX3
authorIlya Yanok <yanok@emcraft.com>
Mon, 10 Aug 2009 22:32:54 +0000 (02:32 +0400)
committerScott Wood <scottwood@freescale.com>
Wed, 26 Aug 2009 20:37:03 +0000 (15:37 -0500)
commit36fab997d85d89ee7fd2c7fd6057fab786d556aa
tree6af8e1b72342639d3f63d645b6059d0cdf00b023
parenta2c65b47effcb3d0aa23e58596538acd338ac7c5
mxc_nand: add nand driver for MX2/MX3

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 <yanok@emcraft.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
drivers/mtd/nand/Makefile
drivers/mtd/nand/mxc_nand.c [new file with mode: 0644]