[PATCH v2 0/6] Fix UBIFS recovery issues observed on NOR flash

Anatolij Gustschin agust at denx.de
Thu Dec 16 17:42:13 EST 2010


This v2 patch series is the next attempt to fix UBIFS recovery
issues on NOR flash partitions. Previously only one patch
has been submitted. Now, as requested by Artem, the patch
is split into several patches and additionally the setting
of writebufsize for NAND/OneNAND flash is also done. Comments
from Artem to the previous patch have been addressed, too.

Anatolij Gustschin (6):
  mtd: add writebufsize field to mtd_info struct
  mtd: cfi: add writebufsize initialization
  mtd: nand: add mtd->writebufsize initialization
  mtd: onenand: add mtd->writebufsize initialization
  mtd: initialize writebufsize in the MTD object of a partition
  UBI: use mtd->writebufsize to set minimal I/O unit size

 drivers/mtd/chips/cfi_cmdset_0001.c |    1 +
 drivers/mtd/chips/cfi_cmdset_0002.c |    4 ++++
 drivers/mtd/chips/cfi_cmdset_0020.c |    1 +
 drivers/mtd/mtdconcat.c             |    1 +
 drivers/mtd/mtdpart.c               |    1 +
 drivers/mtd/nand/nand_base.c        |    1 +
 drivers/mtd/onenand/onenand_base.c  |    1 +
 drivers/mtd/ubi/build.c             |   19 ++++++++++++++++++-
 include/linux/mtd/mtd.h             |   13 +++++++++++++
 9 files changed, 41 insertions(+), 1 deletions(-)




More information about the linux-mtd mailing list