[PATCH RFC] Alphascale ASM9260 NAND controller driver

Oleksij Rempel linux at rempel-privat.de
Wed Dec 17 03:45:17 PST 2014


I collected some questions with this driver. It will be great if you
can help me:
* Do HW_ECC driver should provideo option for SW_ECC?
* My HW do ECC correction for n-bits per 512B, it mean it will
split block in 512B parts. If one of part has uncorrectable error, complete block will be
reported as failed. Are there any way for partial recovery?
* This HW reports count of ECC bitflips for each part. Do i need to return count of errors on
all parts for one block?
* If HW_ECC different stranges, how it should be configured? With DT or automatically
calculated?

Oleksij Rempel (1):
  mtd: nand: add asm9260 NFC driver

 drivers/mtd/nand/Kconfig        |    7 +
 drivers/mtd/nand/Makefile       |    1 +
 drivers/mtd/nand/asm9260_nand.c | 1148 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 1156 insertions(+)
 create mode 100644 drivers/mtd/nand/asm9260_nand.c

-- 
1.9.1




More information about the linux-mtd mailing list