Hello, These two patches add SDR NAND timings definition and ONFI timing mode to NAND timings converter.
This infrastructure will be used by NAND controller drivers to configure their signal timings according to NAND chip capabilities. Best Regards, Boris Boris BREZILLON (2): mtd: nand: define struct nand_timings mtd: nand: add ONFI timing mode to nand_timings converter drivers/mtd/nand/Makefile | 2 +- drivers/mtd/nand/nand_timings.c | 250 ++++++++++++++++++++++++++++++++++++++++ include/linux/mtd/nand.h | 52 +++++++++ 3 files changed, 303 insertions(+), 1 deletion(-) create mode 100644 drivers/mtd/nand/nand_timings.c -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

