Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1417553 > unrolled thread

[PATCH 0/3] mtd: nand: standardize ECC maximization

Started byBoris Brezillon <boris.brezillon@free-electrons.com>
First post2016-06-08 17:00 +0200
Last post2016-06-08 17:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] mtd: nand: standardize ECC maximization Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-06-08 17:00 +0200

#1417553 — [PATCH 0/3] mtd: nand: standardize ECC maximization

FromBoris Brezillon <boris.brezillon@free-electrons.com>
Date2016-06-08 17:00 +0200
Subject[PATCH 0/3] mtd: nand: standardize ECC maximization
Message-ID<rHN7z-1ts-7@gated-at.bofh.it>
Hello,

This series aims at standardizing a feature already supported by
some NAND controller drivers: setting the maximum ECC strength
based on the OOB area size instead of using the ECC strength/step_size
information retrieved from the DT or NAND detection code.

This is particularly useful when the NAND device is used in by a
FS/wear-leveling layer that is not using the OOB area at all (this is
the case of UBI).

Note that drivers already implementing this kind of logic are not
converted to the new approach (because of backward compatibility
concern), but new drivers or drivers that do not already implement
this 'ECC maximization' logic are encouraged to do it.

Regards,

Boris

Boris Brezillon (3):
  mtd: nand: Add an option to maximize the ECC strength
  mtd: nand: Support maximizing ECC when using software BCH
  mtd: nand: sunxi: Support ECC maximization

 Documentation/devicetree/bindings/mtd/nand.txt |  9 ++++++++
 drivers/mtd/nand/nand_base.c                   | 23 ++++++++++++++++++++
 drivers/mtd/nand/sunxi_nand.c                  | 29 ++++++++++++++++++++++++++
 include/linux/mtd/nand.h                       |  1 +
 4 files changed, 62 insertions(+)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web