All, This patch-set was written against kernel version v3.4, but applies cleanly to v3.13-rc7 which it is currently based. I understand that the core has changed significantly since and that some of the infrastructure this driver provides is now available either through the framework or similar means. I'm looking for someone with inside knowledge to draw attention to those areas so we can align with the most recent API.
Any help would be gratefully received. drivers/mtd/nand/Kconfig | 13 + drivers/mtd/nand/Makefile | 2 + drivers/mtd/nand/nand_base.c | 18 +- drivers/mtd/nand/nand_ids.c | 165 ++++++++ drivers/mtd/nand/stm_nand_bch.c | 2769 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/mtd/nand/stm_nand_dt.c | 146 +++++++ drivers/mtd/nand/stm_nand_dt.h | 39 ++ drivers/mtd/nand/stm_nand_regs.h | 302 ++++++++++++++ include/linux/mtd/nand.h | 40 ++ include/linux/mtd/stm_nand.h | 104 +++++ 10 files changed, 3591 insertions(+), 7 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/