[PATCH 00/47] mtd: nand: Add new driver supporting ST's BCH h/w

From: Lee Jones
Date: Thu May 01 2014 - 05:57:18 EST


MTD Folks,

This driver is now at v1. Suggestions from the RFC patch-set have now
been applied. None of the framework internals are now exported for use
within the driver, as it now uses the 'ecc' call-backs provided.
Hopefully the driver now conforms to what's expected and will be suitable
to be merged.

NB: This driver is based on a patch written, but not yet submitted by
Brian Norris which renames .erase_cmd() to .erase() and places
responsibility of .waitfunc() functionality into those call-backs.

Kind regards,
Lee

Documentation/devicetree/bindings/mtd/stm-nand.txt | 123 +
arch/arm/boot/dts/stih41x-b2020.dtsi | 39 +
drivers/mtd/nand/Kconfig | 14 +
drivers/mtd/nand/Makefile | 2 +
drivers/mtd/nand/stm_nand_bch.c | 2437 ++++++++++++++++++++
drivers/mtd/nand/stm_nand_dt.c | 149 ++
drivers/mtd/nand/stm_nand_dt.h | 39 +
drivers/mtd/nand/stm_nand_regs.h | 332 +++
include/linux/mtd/stm_nand.h | 104 +
9 files changed, 3239 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/