]> git.ipfire.org Git - people/ms/linux.git/blobdiff - include/linux/mtd/flashchip.h
[MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operations
[people/ms/linux.git] / include / linux / mtd / flashchip.h
index 08dd131301c1fe98e87d900f9173cc054f953a84..d4f38c5fd44ec1d1affcc5876e23dfaadc727fd8 100644 (file)
@@ -73,6 +73,10 @@ struct flchip {
        int buffer_write_time;
        int erase_time;
 
+       int word_write_time_max;
+       int buffer_write_time_max;
+       int erase_time_max;
+
        void *priv;
 };