linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC] Alphascale ASM9260 NAND controller driver
@ 2014-12-17 11:45 Oleksij Rempel
  2014-12-17 11:45 ` [PATCH RFC] mtd: nand: add asm9260 NFC driver Oleksij Rempel
  2014-12-17 13:24 ` [PATCH RFC] Alphascale ASM9260 NAND controller driver Boris Brezillon
  0 siblings, 2 replies; 24+ messages in thread
From: Oleksij Rempel @ 2014-12-17 11:45 UTC (permalink / raw)
  To: linux-mtd, boris.brezillon, computersforpeace; +Cc: Oleksij Rempel

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

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

end of thread, other threads:[~2015-09-01 21:30 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 11:45 [PATCH RFC] Alphascale ASM9260 NAND controller driver Oleksij Rempel
2014-12-17 11:45 ` [PATCH RFC] mtd: nand: add asm9260 NFC driver Oleksij Rempel
2014-12-17 16:15   ` Boris Brezillon
2014-12-30 18:09     ` [PATCH RFC v2] " Oleksij Rempel
2014-12-30 19:09       ` Boris Brezillon
2014-12-31 12:58         ` [PATCH v3 1/3] " Oleksij Rempel
2014-12-31 12:58         ` Oleksij Rempel
2014-12-31 12:58           ` [PATCH v3 2/3] mtd: nand: add asm9260-nand devicetree documentation Oleksij Rempel
2014-12-31 17:01             ` Boris Brezillon
2014-12-31 12:58           ` [PATCH v3 3/3] mtd: nand: add Toshiba TC58NVG0S3E to nand_ids table Oleksij Rempel
2014-12-31 16:55             ` Boris Brezillon
2015-08-25 19:25             ` Brian Norris
2015-08-26  4:00               ` Oleksij Rempel
2015-09-01 21:29                 ` Brian Norris
2014-12-31 16:48           ` [PATCH v3 1/3] mtd: nand: add asm9260 NFC driver Boris Brezillon
2014-12-31 17:26             ` Boris Brezillon
2015-01-01 20:18             ` Oleksij Rempel
2015-01-01 21:03               ` Boris Brezillon
2015-01-01 12:58           ` Boris Brezillon
2015-01-01 21:14           ` Boris Brezillon
2014-12-17 13:24 ` [PATCH RFC] Alphascale ASM9260 NAND controller driver Boris Brezillon
2014-12-17 14:36   ` Oleksij Rempel
2014-12-17 15:01     ` Oleksij Rempel
2014-12-17 15:01     ` Boris Brezillon

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).