mtd/drivers/mtd/maps ixp4xx.c,NONE,1.1 Kconfig,1.21,1.22 Makefile.common,1.10,1.11 ixp425.c,1.1,NONE

dsaxena at plexity.net dsaxena at plexity.net
Thu May 13 18:21:29 EDT 2004


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

Modified Files:
	Kconfig Makefile.common 
Added Files:
	ixp4xx.c 
Removed Files:
	ixp425.c 
Log Message:

IXP425 -> IXP4xx naming conversion.

This driver will only work with 2.6 kernels due to device model usage.




***** Error reading new file: [Errno 2] No such file or directory: 'ixp4xx.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Kconfig	12 Apr 2004 06:38:39 -0000	1.21
+++ Kconfig	13 May 2004 22:21:26 -0000	1.22
@@ -457,6 +457,15 @@
 	  IQ80310 evaluation board. If you have one of these boards and would 
 	  like to use the flash chips on it, say 'Y'.
 
+config MTD_IXP4XX
+	tristate "CFI Flash device mapped on Intel IXP4xx based systems"
+	depends on ARM && MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP4XX
+	help
+	  This eables MTD access to flash devices on platforms based 
+	  on Intel's IXP4xx family of network processors such as the
+	  IXDP425 and Coyote. If you have an IXP4xx based board and
+	  would like to use the flash chips on it, say 'Y'.
+
 config MTD_EPXA10DB
 	tristate "CFI Flash device mapped on Epxa10db"
 	depends on ARM && MTD_CFI && MTD_PARTITIONS && ARCH_CAMELOT

Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.common	12 Apr 2004 06:40:41 -0000	1.10
+++ Makefile.common	13 May 2004 22:21:26 -0000	1.11
@@ -67,6 +67,6 @@
 obj-$(CONFIG_MTD_SBC8240)	+= sbc8240.o
 obj-$(CONFIG_MTD_NOR_TOTO)	+= omap-toto-flash.o
 obj-$(CONFIG_MTD_MPC1211)	+= mpc1211.o
-obj-$(CONFIG_MTD_IXP425)	+= ixp425.o
+obj-$(CONFIG_MTD_IXP4XX)	+= ixp4xx.o
 
 -include $(TOPDIR)/Rules.make

--- ixp425.c DELETED ---




More information about the linux-mtd-cvs mailing list