mtd/drivers/mtd/chips cfi_cmdset_0001.c,1.134,1.135

David Woodhouse dwmw2 at infradead.org
Thu Mar 25 08:24:43 EST 2004


Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv23085

Modified Files:
	cfi_cmdset_0001.c 
Log Message:
handle JEDEC query start in put_chip()

Index: cfi_cmdset_0001.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/cfi_cmdset_0001.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- cfi_cmdset_0001.c	23 Mar 2004 12:40:36 -0000	1.134
+++ cfi_cmdset_0001.c	25 Mar 2004 13:24:40 -0000	1.135
@@ -451,6 +451,7 @@
 
 	case FL_READY:
 	case FL_STATUS:
+	case FL_JEDEC_QUERY:
 		/* We should really make set_vpp() count, rather than doing this */
 		DISABLE_VPP(map);
 		break;




More information about the linux-mtd-cvs mailing list