linux/drivers/mtd/onenand
Joern Engel 5fa433942b [MTD] Introduce MTD_BIT_WRITEABLE
o Add a flag MTD_BIT_WRITEABLE for devices that allow single bits to be
  cleared.
o Replace MTD_PROGRAM_REGIONS with a cleared MTD_BIT_WRITEABLE flag for
  STMicro and Intel Sibley flashes with internal ECC.  Those flashes
  disallow clearing of single bits, unlike regular NOR flashes, so the
  new flag models their behaviour better.
o Remove MTD_ECC.  After the STMicro/Sibley merge, this flag is only set
  and never checked.

Signed-off-by: Joern Engel <joern@wh.fh-wedel.de>
2006-05-22 23:18:29 +02:00
..
Kconfig OneNAND: One-Time Programmable (OTP) support 2006-05-12 15:35:50 +01:00
Makefile Revert "[PATCH] OneNAND: Add simulator" 2005-11-07 01:11:04 +01:00
generic.c [PATCH] fix more missing includes 2006-01-08 20:13:45 -08:00
onenand_base.c [MTD] Introduce MTD_BIT_WRITEABLE 2006-05-22 23:18:29 +02:00
onenand_bbt.c [MTD] Introduce writesize 2006-05-22 23:18:05 +02:00