mtd: gpmi: initialize the timing registers only one time
[deliverable/linux.git] / drivers / mtd / nand / gpmi-nand / gpmi-nand.h
index 5b6d546711a626093a7e782b8447ba174eca8fe0..7ac25c1e58f96aedc383e96d8c0897d6903c872f 100644 (file)
@@ -124,6 +124,7 @@ struct nand_timing {
 struct gpmi_nand_data {
        /* flags */
 #define GPMI_ASYNC_EDO_ENABLED (1 << 0)
+#define GPMI_TIMING_INIT_OK    (1 << 1)
        int                     flags;
 
        /* System Interface */
This page took 0.02908 seconds and 5 git commands to generate.