]> git.karo-electronics.de Git - mv-sheeva.git/commit
mtd: nand: make MTD_OOB_PLACE work correctly.
authorMaxim Levitsky <maximlevitsky@gmail.com>
Mon, 22 Feb 2010 18:39:35 +0000 (20:39 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 26 Feb 2010 17:44:51 +0000 (17:44 +0000)
commit9aca334e854c319ccafea871006fda3814196e7b
treeae9fdbc2769d572997846e4f9d6db7b8d789e591
parent49ef3c6ee11e221b26caf4ac55c2702a37cca103
mtd: nand: make MTD_OOB_PLACE work correctly.

MTD_OOB_PLACE is supposed to read/write the raw oob data similiar to the
MTD_OOB_RAW however due to a bug, currently it is not possible to read
more data that is specified by the oob 'free' regions.

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c