summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/sm_ftl.h
Commit message (Collapse)AuthorAgeFilesLines
* mtd: Add new SmartMedia/xD FTLMaxim Levitsky2010-02-261-0/+94
This implements new readwrite SmartMedia/xd FTL. mtd driver must have support proper ECC and badblock verification based on oob parts for 512 bytes nand. Also mtd driver must define read_oob and write_oob, which are used to read and write both data and oob together. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>