public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* using multile partitions on one NAND chip
@ 2004-11-24 14:40 Stephan Linke
  2004-11-24 16:29 ` Thomas Gleixner
  0 siblings, 1 reply; 4+ messages in thread
From: Stephan Linke @ 2004-11-24 14:40 UTC (permalink / raw)
  To: Linux-Mtd

Hi,

anyone tried using multiple partitions on a NAND flash?
I can't find the protection mechanism that protects lets say an erase on one block against a read command on the other block.
In my case I am using 2 YAFFS patitions and 1 partition that fakes a read-only NOR flash using the nand_read_ecc() function
(mtd->read_ecc()). I'm not shure if there is an efficient protection for this. It looks like nand_chip->chip_lock should do this job
but it only protects parts of the erase loop agains parts of the nand_chip->waitfunc() wait loop. It does not keep
nand_chip->cmdfunc() from sending a command while an erase command is still active in the nand chip.

Thanks, Stephan

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <NGENJJFPMHGLPILEKKAMMEAFCFAA.Stephan.Linke@epygi.de>]

end of thread, other threads:[~2004-11-24 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-24 14:40 using multile partitions on one NAND chip Stephan Linke
2004-11-24 16:29 ` Thomas Gleixner
     [not found] <NGENJJFPMHGLPILEKKAMMEAFCFAA.Stephan.Linke@epygi.de>
2004-11-24 18:28 ` Stephan Linke
2004-11-24 20:05   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox