[MTD] [NAND] FSL UPM NAND driver
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Tue, 11 Mar 2008 19:33:13 +0000 (22:33 +0300)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 22 Apr 2008 19:46:30 +0000 (20:46 +0100)
commit5c249c5a57dce2b47f1fb92093201b3a7013cb57
tree5a68dde0373bb366646c93bdcfdefa63b7e74468
parenta1c06ee11f0b83e372c958b165338f579d17e3d4
[MTD] [NAND] FSL UPM NAND driver

This is very simple driver, NAND is connected through localbus,
and User-Programmable Machine is doing various adjustments to
speak NAND. No special efforts needed to do read and write cycles,
though to control ALE and CLE phases, we ask UPM to generate exact
pre-programmed signals on the localbus lines.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/Kconfig
drivers/mtd/nand/Makefile
drivers/mtd/nand/fsl_upm.c [new file with mode: 0644]