X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fmtd%2Fnand.h;h=ccab9dfc52178a91e015a2373d4f5e25cc8a3fb0;hb=b1c6e6db5bb7acad82e1c64914c6a9404dae3ee1;hp=2476078a032f67459a636aac175c4c04ecf8f100;hpb=6eb4feffb9d619a44fe434e777ef095a29cf4759;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 2476078..ccab9df 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -170,7 +170,6 @@ typedef enum { /* Chip does not allow subpage writes */ #define NAND_NO_SUBPAGE_WRITE 0x00000200 - /* Options valid for Samsung large page devices */ #define NAND_SAMSUNG_LP_OPTIONS \ (NAND_NO_PADDING | NAND_CACHEPRG | NAND_COPYBACK) @@ -196,6 +195,9 @@ typedef enum { /* This option is defined if the board driver allocates its own buffers (e.g. because it needs them DMA-coherent */ #define NAND_OWN_BUFFERS 0x00040000 +/* Chip may not exist, so silence any errors in scan */ +#define NAND_SCAN_SILENT_NODEV 0x00080000 + /* Options set by nand scan */ /* Nand scan has allocated controller struct */ #define NAND_CONTROLLER_ALLOC 0x80000000