]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: new base driver for memory mapped nand devices
authorMike Frysinger <vapier@gentoo.org>
Tue, 26 May 2009 02:42:28 +0000 (22:42 -0400)
committerScott Wood <scottwood@freescale.com>
Tue, 7 Jul 2009 22:58:04 +0000 (17:58 -0500)
commitcd84423a09f3a08029fe41c1db96168debd0b51f
tree877f8cda0130e3645a24aaf03c267117fa940abc
parentd27bc728cf35e7d7996fbd77154335e66615b213
mtd: nand: new base driver for memory mapped nand devices

The BF537-STAMP Blackfin board had a driver for working with NAND devices
that are simply memory mapped.  Since there is nothing Blackfin specific
about this, generalize the driver a bit so that everyone can leverage it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
board/bf537-stamp/Makefile
board/bf537-stamp/nand.c [deleted file]
drivers/mtd/nand/Makefile
drivers/mtd/nand/nand_plat.c [new file with mode: 0644]
include/configs/bf537-stamp.h
include/configs/bfin_adi_common.h