public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/8] mtd: nand: set ECC algorithm explicitly
@ 2016-04-08 10:23 Rafał Miłecki
  2016-04-08 10:23 ` [PATCH 1/8] mtd: nand: ams-delta: " Rafał Miłecki
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Rafał Miłecki @ 2016-04-08 10:23 UTC (permalink / raw)
  To: Boris Brezillon; +Cc: Richard Weinberger, linux-mtd, Rafał Miłecki

As part of nand_ecc_modes_t cleaning process we introduced enum
nand_ecc_algo. Before we start using it (mostly in nand_core.c) we have
to modify all driver to set it properly.

This is the first patchset modifying existing drivers. All patches were
compile-tested. More patches will follow in the future, but I was hoping
to have this first series accepted meanwhile.

This work is based on the nand/next branch.

Rafał Miłecki (8):
  mtd: nand: ams-delta: set ECC algorithm explicitly
  mtd: nand: gpio: set ECC algorithm explicitly
  mtd: nand: mxc: set ECC algorithm explicitly
  mtd: nand: nuc900: set ECC algorithm explicitly
  mtd: nand: orion: set ECC algorithm explicitly
  mtd: nand: pasemi: set ECC algorithm explicitly
  mtd: nand: plat: set ECC algorithm explicitly
  mtd: nand: socrates: set ECC algorithm explicitly

 drivers/mtd/nand/ams-delta.c     | 1 +
 drivers/mtd/nand/gpio.c          | 1 +
 drivers/mtd/nand/mxc_nand.c      | 1 +
 drivers/mtd/nand/nuc900_nand.c   | 1 +
 drivers/mtd/nand/orion_nand.c    | 1 +
 drivers/mtd/nand/pasemi_nand.c   | 1 +
 drivers/mtd/nand/plat_nand.c     | 1 +
 drivers/mtd/nand/socrates_nand.c | 1 +
 8 files changed, 8 insertions(+)

-- 
1.8.4.5

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

end of thread, other threads:[~2016-04-13  7:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 10:23 [PATCH 0/8] mtd: nand: set ECC algorithm explicitly Rafał Miłecki
2016-04-08 10:23 ` [PATCH 1/8] mtd: nand: ams-delta: " Rafał Miłecki
2016-04-08 10:23 ` [PATCH 2/8] mtd: nand: gpio: " Rafał Miłecki
2016-04-08 10:23 ` [PATCH 3/8] mtd: nand: mxc: " Rafał Miłecki
2016-04-08 10:23 ` [PATCH 4/8] mtd: nand: nuc900: " Rafał Miłecki
2016-04-08 10:23 ` [PATCH 5/8] mtd: nand: orion: " Rafał Miłecki
2016-04-08 10:23 ` [PATCH 6/8] mtd: nand: pasemi: " Rafał Miłecki
2016-04-08 10:23 ` [PATCH 7/8] mtd: nand: plat: " Rafał Miłecki
2016-04-08 10:23 ` [PATCH 8/8] mtd: nand: socrates: " Rafał Miłecki
2016-04-13  7:45 ` [PATCH 0/8] mtd: nand: " Boris Brezillon

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