On Wednesday 20 November 2013 10:46 AM, Ivan Khoronzhuk wrote:Add new AEMIF driver for EMIF16 Texas Instruments controller.
The EMIF16 module is intended to provide a glue-less interface to
a variety of asynchronous memory devices like ASRA M, NOR and NAND
memory. A total of 256M bytes of any of these memories can be
accessed at any given time via four chip selects with 64M byte access
+ return 0;Looks like you are yet to update the patches from
+}
+
+static const struct of_device_id aemif_of_match[] = {
+ { .compatible = "ti,davinci-aemif", },
+ { .compatible = "ti,keystone-aemif", },
+ { .compatible = "ti,omap-L138-aemif", },
+ {},
+};
+
previous comments. Did I miss v2 or you haven't posted
that yet ?