This is a respin of the end of my previous series, just the patches which needed to be fixed. Changes in v9: * This time sending the additional patchs, not just the old ones with corrections. v8 should be ignored, sorry for the noise. Changes in v8: * Split "Convert generic NAND bits to ECC framework" into several peaces: > added two helpers > converted SPI-NAND then raw-NAND. * Fixed a comment. * Used the _ooblayout suffix instead of _layout. Miquel Raynal (9): mtd: nand: Create a helper to extract the ECC configuration mtd: spinand: Use nanddev_get_ecc_conf() when relevant mtd: nand: Create a helper to extract the ECC requirements mtd: rawnand: Use nanddev_get_ecc_requirements() when relevant mtd: nand: Convert generic NAND bits to use the ECC framework mtd: rawnand: Hide the generic OOB layout objects behind helpers mtd: rawnand: Write a compatibility layer mtd: rawnand: Move generic OOB layouts to the ECC framework mtd: rawnand: Move the user input parsing bits to the ECC framework drivers/mtd/nand/ecc.c | 314 ++++++++++++++ drivers/mtd/nand/raw/Kconfig | 1 + drivers/mtd/nand/raw/arasan-nand-controller.c | 2 +- drivers/mtd/nand/raw/atmel/nand-controller.c | 15 +- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 8 +- drivers/mtd/nand/raw/davinci_nand.c | 3 +- drivers/mtd/nand/raw/denali.c | 3 + drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 13 +- .../mtd/nand/raw/ingenic/ingenic_nand_drv.c | 6 +- drivers/mtd/nand/raw/marvell_nand.c | 8 +- drivers/mtd/nand/raw/mtk_nand.c | 6 +- drivers/mtd/nand/raw/nand_base.c | 395 ++++-------------- drivers/mtd/nand/raw/nand_esmt.c | 14 +- drivers/mtd/nand/raw/nand_hynix.c | 43 +- drivers/mtd/nand/raw/nand_jedec.c | 7 +- drivers/mtd/nand/raw/nand_micron.c | 17 +- drivers/mtd/nand/raw/nand_onfi.c | 14 +- drivers/mtd/nand/raw/nand_samsung.c | 21 +- drivers/mtd/nand/raw/nand_toshiba.c | 15 +- drivers/mtd/nand/raw/sunxi_nand.c | 9 +- drivers/mtd/nand/raw/tegra_nand.c | 15 +- drivers/mtd/nand/raw/vf610_nfc.c | 2 +- drivers/mtd/nand/spi/core.c | 10 +- drivers/mtd/nand/spi/macronix.c | 7 +- drivers/mtd/nand/spi/toshiba.c | 6 +- include/linux/mtd/nand.h | 40 +- include/linux/mtd/rawnand.h | 17 +- 27 files changed, 587 insertions(+), 424 deletions(-) -- 2.20.1 ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/