mtd/drivers/mtd/nand sharpsl.c,1.4,1.5
rpurdie at infradead.org
rpurdie at infradead.org
Tue Sep 6 10:46:18 EDT 2005
- Previous message: mtd/drivers/mtd/maps sharpsl-flash.c,1.5,1.6
- Next message: mtd/fs/jffs2 summary.c, NONE, 1.1 summary.h, NONE,
1.1 Makefile.common, 1.10, 1.11 build.c, 1.77, 1.78 debug.h,
1.14, 1.15 dir.c, 1.88, 1.89 file.c, 1.102, 1.103 fs.c, 1.64,
1.65 gc.c, 1.153, 1.154 nodelist.h, 1.139, 1.140 nodemgmt.c,
1.124, 1.125 os-linux.h, 1.60, 1.61 scan.c, 1.121,
1.122 super-v24.c, 1.85, 1.86 super.c, 1.108, 1.109 wbuf.c,
1.97, 1.98 write.c, 1.95, 1.96 writev.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv1038/drivers/mtd/nand
Modified Files:
sharpsl.c
Log Message:
Add partition definitions for the new Sharp Zaurus models Spitz (SL-C3000), Akita (SL-C1000) and Borzoi (SL-C3100)
Index: sharpsl.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/sharpsl.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sharpsl.c 23 Jan 2005 11:09:19 -0000 1.4
+++ sharpsl.c 6 Sep 2005 14:46:15 -0000 1.5
@@ -221,10 +221,16 @@
sharpsl_partition_info[1].size=25 * 1024 * 1024;
} else if (machine_is_husky()) {
sharpsl_partition_info[1].size=53 * 1024 * 1024;
- }
+ } else if (machine_is_spitz()) {
+ sharpsl_partition_info[1].size=5 * 1024 * 1024;
+ } else if (machine_is_akita()) {
+ sharpsl_partition_info[1].size=58 * 1024 * 1024;
+ } else if (machine_is_borzoi()) {
+ sharpsl_partition_info[1].size=32 * 1024 * 1024;
+ }
}
- if (machine_is_husky()) {
+ if (machine_is_husky() || machine_is_borzoi()) {
/* Need to use small eraseblock size for backward compatibility */
sharpsl_mtd->flags |= MTD_NO_VIRTBLOCKS;
}
- Previous message: mtd/drivers/mtd/maps sharpsl-flash.c,1.5,1.6
- Next message: mtd/fs/jffs2 summary.c, NONE, 1.1 summary.h, NONE,
1.1 Makefile.common, 1.10, 1.11 build.c, 1.77, 1.78 debug.h,
1.14, 1.15 dir.c, 1.88, 1.89 file.c, 1.102, 1.103 fs.c, 1.64,
1.65 gc.c, 1.153, 1.154 nodelist.h, 1.139, 1.140 nodemgmt.c,
1.124, 1.125 os-linux.h, 1.60, 1.61 scan.c, 1.121,
1.122 super-v24.c, 1.85, 1.86 super.c, 1.108, 1.109 wbuf.c,
1.97, 1.98 write.c, 1.95, 1.96 writev.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list