public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/4] mtd: nand: add per partition ECC config
@ 2014-02-11 21:46 Boris BREZILLON
  2014-02-11 21:46 ` [RFC PATCH v2 1/4] mtd: nand: take nand_ecc_ctrl initialization out of nand_scan_tail Boris BREZILLON
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Boris BREZILLON @ 2014-02-11 21:46 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris
  Cc: linux-mtd, linux-kernel, Gupta Pekon, Ezequiel Garcia,
	Boris BREZILLON

Hello,

This patch series is a proposal to add per partition ECC config.

It defines a new partition type called nand_part which stores a pointer to
a nand_ecc_ctrl struct.
This specific nand_ecc_ctrl struct is used in place of the base NAND chip
nand_ecc_ctrl struct when accessing NAND chip from nand_part MTD device.

If the partition does not define any ECC config, the NAND chip ECC config
is used instead.

This patch series also provides an helper function to parse DT defined NAND
partitions (ofnandpart_parse).

If you want to test it you'll have to replace calls to
mtd_device_parse_register with ofnandpart_parse within your NAND controller
driver and implement a driver specific parser function that will provide
the ECC config (see ofnandpart_data struct).

The 4th patch of this series is here as an example on how to move from MTD
partitions to NAND partitions.

Best Regards,

Boris

Changes since v1:
- almost everything :-)

Boris BREZILLON (4):
  mtd: nand: take nand_ecc_ctrl initialization out of nand_scan_tail
  mtd: nand: add support for NAND partitions
  mtd: nand: add DT NAND partition parser
  mtd: nand: add NAND partition support to the sunxi driver

 drivers/mtd/nand/Kconfig      |    4 +
 drivers/mtd/nand/Makefile     |    2 +
 drivers/mtd/nand/nand_base.c  |  763 ++++++++++++++++++++++++++++++++---------
 drivers/mtd/nand/ofnandpart.c |  104 ++++++
 drivers/mtd/nand/sunxi_nand.c |   69 +++-
 include/linux/mtd/nand.h      |   54 +++
 6 files changed, 835 insertions(+), 161 deletions(-)
 create mode 100644 drivers/mtd/nand/ofnandpart.c

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-02-13  9:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 21:46 [RFC PATCH v2 0/4] mtd: nand: add per partition ECC config Boris BREZILLON
2014-02-11 21:46 ` [RFC PATCH v2 1/4] mtd: nand: take nand_ecc_ctrl initialization out of nand_scan_tail Boris BREZILLON
2014-02-11 21:46 ` [RFC PATCH v2 2/4] mtd: nand: add support for NAND partitions Boris BREZILLON
2014-02-11 21:46 ` [RFC PATCH v2 3/4] mtd: nand: add DT NAND partition parser Boris BREZILLON
2014-02-11 21:46 ` [RFC PATCH v2 4/4] mtd: nand: add NAND partition support to the sunxi driver Boris BREZILLON
2014-02-12 14:38 ` [RFC PATCH pre-v3 2/4] mtd: nand: add support for NAND partitions Boris BREZILLON
2014-02-12 19:49 ` [RFC PATCH v2 0/4] mtd: nand: add per partition ECC config Florian Fainelli
2014-02-12 21:20   ` Boris BREZILLON
2014-02-12 21:40     ` Boris BREZILLON
2014-02-12 22:43     ` Florian Fainelli
2014-02-13  9:06       ` Boris BREZILLON

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox