[PATCH] Add P3x support with CFI 1.5

Alexey Korolev akorolev at infradead.org
Thu Nov 22 13:49:01 EST 2007


Hi,

This is the second post of the patch enabling support of P3x silicon with CFI 1.5. As I know there are _many_ people currently using P3x with CFI 1.5. The patch is trivial. It has been verified - it does not affect other silicon. Could you please acknowledge and commit the patch? 

diff -uNr a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c
--- a/drivers/mtd/chips/cfi_cmdset_0001.c       2007-08-10 01:28:15.000000000 +0400
+++ b/drivers/mtd/chips/cfi_cmdset_0001.c       2007-08-15 15:27:52.000000000 +0400
@@ -276,7 +276,7 @@
                return NULL;
 
        if (extp->MajorVersion != '1' ||
-           (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
+           (extp->MinorVersion < '0' || extp->MinorVersion > '5')) {
                printk(KERN_ERR "  Unknown Intel/Sharp Extended Query "
                       "version %c.%c.\n",  extp->MajorVersion,
                       extp->MinorVersion);

Thanks,
Alexey



More information about the linux-mtd mailing list