linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/3] Add PMECC support for at91 nand flash driver
@ 2012-05-23  7:47 Josh Wu
  2012-05-23  7:47 ` [PATCH v8 1/3] MTD: at91: extract hw ecc initialization to one function Josh Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Josh Wu @ 2012-05-23  7:47 UTC (permalink / raw)
  To: linux-mtd, linux-arm-kernel, dedekind1
  Cc: hongxu.cn, nicolas.ferre, ivan.djelic, plagnioj, Josh Wu

Code is based on 3.4-rc2

Changes since v7,
	add time out for PMECC status reading.
	modify the oobfree[0].offset to 2.
	fix coding style.

Changes since v6,
	split into 3 patches.
	remove of_flat_dt_is_compatible() function. use additional dt parameter "has-pmecc".
	refine the error handling code.
	refine original atmel_nand_init_params() function.

Changes since v5,
	add has_pmecc field to replace cpu_has_pmecc() function. Use compatible check in when proble.
	simplify the pmecc_get_ecc_bytes() function.

Changes since v4,
	fix typo and checkpatch warnings.
	fix according to JC's suggestion. replace cpu_is_xxx() with DT
	modify dt binding atmel nand document to add pmecc support.
	tested in sam9263 without break hw ecc.
	add ecc.strength.

Josh Wu (3):
  MTD: at91: extract hw ecc initialization to one function
  MTD: add dt parameters for PMECC
  MTD: atmel_nand: Update driver to support Programmable Multibit ECC controller

 .../devicetree/bindings/mtd/atmel-nand.txt         |    7 +
 drivers/mtd/nand/atmel_nand.c                      |  885 ++++++++++++++++++--
 drivers/mtd/nand/atmel_nand_ecc.h                  |  123 ++-
 3 files changed, 946 insertions(+), 69 deletions(-)

-- 
1.7.10

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

end of thread, other threads:[~2012-05-24  9:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23  7:47 [PATCH v8 0/3] Add PMECC support for at91 nand flash driver Josh Wu
2012-05-23  7:47 ` [PATCH v8 1/3] MTD: at91: extract hw ecc initialization to one function Josh Wu
2012-05-23  9:51   ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-24  8:05     ` Josh Wu
2012-05-24  9:46       ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-23  7:47 ` [PATCH v8 2/3] MTD: add dt parameters for PMECC Josh Wu
2012-05-23  9:54   ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-24  7:35     ` Josh Wu
2012-05-23  7:47 ` [PATCH v8 3/3] MTD: atmel_nand: Update driver to support Programmable Multibit ECC controller Josh Wu
2012-05-23 10:01   ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-24  7:34     ` Josh Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).