public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/9] mtd: nand: set ECC algorithm explicitly (part 2)
@ 2016-04-13 12:06 Rafał Miłecki
  2016-04-13 12:06 ` [PATCH 1/9] mtd: nand: omap2: set ECC algorithm explicitly Rafał Miłecki
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Rafał Miłecki @ 2016-04-13 12:06 UTC (permalink / raw)
  To: Boris Brezillon; +Cc: linux-mtd, Rafał Miłecki

This follow process of using enum nand_ecc_algo in order to clean
nand_ecc_modes_t.

All patches were compile-tested.

This work is based on the nand/next branch.

Rafał Miłecki (9):
  mtd: nand: omap2: set ECC algorithm explicitly
  mtd: nand: s3c2410: set ECC algorithm explicitly
  mtd: nand: sh_flctl: set ECC algorithm explicitly
  mtd: nand: au1550nd: set ECC algorithm explicitly
  mtd: nand: mpc5121_nfc: set ECC algorithm explicitly
  mtd: nand: cmx270: set ECC algorithm explicitly
  mtd: nand: fsl_upm: set ECC algorithm explicitly
  mtd: nand: fsl_ifc: set ECC algorithm explicitly
  mtd: nand: fsl_elbc: set ECC algorithm explicitly

 drivers/mtd/nand/au1550nd.c      | 1 +
 drivers/mtd/nand/cmx270_nand.c   | 1 +
 drivers/mtd/nand/fsl_elbc_nand.c | 1 +
 drivers/mtd/nand/fsl_ifc_nand.c  | 1 +
 drivers/mtd/nand/fsl_upm.c       | 1 +
 drivers/mtd/nand/mpc5121_nfc.c   | 1 +
 drivers/mtd/nand/omap2.c         | 1 +
 drivers/mtd/nand/s3c2410.c       | 1 +
 drivers/mtd/nand/sh_flctl.c      | 1 +
 9 files changed, 9 insertions(+)

-- 
1.8.4.5

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

end of thread, other threads:[~2016-04-14 10:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 12:06 [PATCH 0/9] mtd: nand: set ECC algorithm explicitly (part 2) Rafał Miłecki
2016-04-13 12:06 ` [PATCH 1/9] mtd: nand: omap2: set ECC algorithm explicitly Rafał Miłecki
2016-04-13 12:06 ` [PATCH 2/9] mtd: nand: s3c2410: " Rafał Miłecki
2016-04-13 12:06 ` [PATCH 3/9] mtd: nand: sh_flctl: " Rafał Miłecki
2016-04-13 12:06 ` [PATCH 4/9] mtd: nand: au1550nd: " Rafał Miłecki
2016-04-13 12:06 ` [PATCH 5/9] mtd: nand: mpc5121_nfc: " Rafał Miłecki
2016-04-13 12:06 ` [PATCH 6/9] mtd: nand: cmx270: " Rafał Miłecki
2016-04-13 12:07 ` [PATCH 7/9] mtd: nand: fsl_upm: " Rafał Miłecki
2016-04-13 12:07 ` [PATCH 8/9] mtd: nand: fsl_ifc: " Rafał Miłecki
2016-04-13 12:07 ` [PATCH 9/9] mtd: nand: fsl_elbc: " Rafał Miłecki
2016-04-13 17:25 ` [PATCH 0/9] mtd: nand: set ECC algorithm explicitly (part 2) Boris Brezillon
2016-04-14 10: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