Hello, This patch series adds support for the NAND Flash controller on recent Tango chips, along with the bindings documentation. Marc Gonzalez (2): mtd: nand: add tango NFC dt bindings doc mtd: nand: add tango NAND flash controller support Documentation/devicetree/bindings/mtd/tango-nand.txt | 38 ++ drivers/mtd/nand/Kconfig | 6 + drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/tango_nand.c | 654 +++++++++++++++++++++++++++++ 4 files changed, 699 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/tango-nand.txt create mode 100644 drivers/mtd/nand/tango_nand.c Regards. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html