mtd/drivers/mtd Kconfig,1.9,1.10 Makefile.common,1.6,1.7
gleixner at infradead.org
gleixner at infradead.org
Mon Jul 11 06:39:29 EDT 2005
- Previous message: mtd/drivers/mtd/onenand - New directory
- Next message: mtd/drivers/mtd/onenand Kconfig, NONE, 1.1 Makefile, NONE,
1.1 Makefile.common, NONE, 1.1 omap-onenand.c, NONE,
1.1 onenand_base.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv5905
Modified Files:
Kconfig Makefile.common
Log Message:
[MTD] Add initial support for OneNAND flash chips
OneNAND is a new flash technology from Samsung with integrated SRAM
buffers and logic interface.
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/Kconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Kconfig 16 Jun 2005 08:49:29 -0000 1.9
+++ Kconfig 11 Jul 2005 10:39:27 -0000 1.10
@@ -271,5 +271,7 @@
source "drivers/mtd/nand/Kconfig"
+source "drivers/mtd/onenand/Kconfig"
+
endmenu
Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/Makefile.common,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.common 16 Jun 2005 08:49:29 -0000 1.6
+++ Makefile.common 11 Jul 2005 10:39:27 -0000 1.7
@@ -25,4 +25,4 @@
nftl-objs := nftlcore.o nftlmount.o
inftl-objs := inftlcore.o inftlmount.o
-obj-y += chips/ maps/ devices/ nand/
+obj-y += chips/ maps/ devices/ nand/ onenand/
- Previous message: mtd/drivers/mtd/onenand - New directory
- Next message: mtd/drivers/mtd/onenand Kconfig, NONE, 1.1 Makefile, NONE,
1.1 Makefile.common, NONE, 1.1 omap-onenand.c, NONE,
1.1 onenand_base.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list