Toshiba NAND

Thomas Gleixner tglx at linutronix.de
Fri May 27 08:32:56 EDT 2005


On Thu, 2005-05-26 at 22:05 +0200, Simon Posnjak wrote:
> Hi all,
> 
> I am working on board specific driver for our board. While writing hwcontrol 
> function I discoverd that I can set it up to drive CLE, ALE, nCE, WP (not 
> used according to nand.h) signals, but when I checked the timing diagrams in 
> the FLASHes data sheet 
> (http://www.toshiba.com/taec/components/Datasheet/TC58DVM92A1FT_030110.pdf)
> I found that I shoud also drive the RE and WE signals. So am I missing 

Have you considered to read the NAND tech paper and the NAND API
documentation available on http://linux-mtd.infradead.org or even
looking into trhe existing drivers how they deal with those pins before
asking ?

> something or is our FLASH chip (TC58DVM92) not yet supported in NAND MTD?

Not yet ? The chip is so old that it is not longer recommended for new
designs :)

Maybe you consult your hardware engineer and let him explain how RE/WE
signals are driven. 

If the hardware design is not completely bogus, then I expect that those
lines are driven either directly or via some logic by the corresponding
CPU lines. 

If my assumption is wrong, heat up the soldering iron and read the
available documents in meantime!

tglx






More information about the linux-mtd mailing list