This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / mtd / maps / redwood.c
index acc3af9..4ece1c8 100644 (file)
@@ -1,13 +1,14 @@
 /*
- * $Id: redwood.c,v 1.8 2004/07/12 21:59:44 dwmw2 Exp $
+ * $Id: redwood.c,v 1.6 2003/05/21 12:45:19 dwmw2 Exp $
  *
  * drivers/mtd/maps/redwood.c
  *
  * FLASH map for the IBM Redwood 4/5/6 boards.
  *
- * Author: MontaVista Software, Inc. <source@mvista.com>
  *
- * 2001-2003 (c) MontaVista, Software, Inc. This file is licensed under
+ * Author: Armin Kuster <akuster@mvista.com>
+ *
+ * 2001-2002 (c) MontaVista, Software, Inc. This file is licensed under
  * the terms of the GNU General Public License version 2. This program
  * is licensed "as is" without any warranty of any kind, whether express
  * or implied.
@@ -88,7 +89,7 @@ static struct mtd_partition redwood_flash_partitions[] = {
 
 static struct mtd_partition redwood_flash_partitions[] = {
        {
-               .name = "Redwood filesystem",
+               .name = "Redwood kernel",
                .offset = RW_PART0_OF,
                .size = RW_PART0_SZ
        },
@@ -99,7 +100,7 @@ static struct mtd_partition redwood_flash_partitions[] = {
                .mask_flags = MTD_WRITEABLE     /* force read-only */
        },
        {
-               .name = "Redwood kernel",
+               .name = "Redwood filesystem",
                .offset = RW_PART2_OF,
                .size = RW_PART2_SZ
        },
@@ -116,7 +117,7 @@ static struct mtd_partition redwood_flash_partitions[] = {
 struct map_info redwood_flash_map = {
        .name = "IBM Redwood",
        .size = WINDOW_SIZE,
-       .bankwidth = 2,
+       .buswidth = 2,
        .phys = WINDOW_ADDR,
 };
 
@@ -166,5 +167,5 @@ module_init(init_redwood_flash);
 module_exit(cleanup_redwood_flash);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("MontaVista Software <source@mvista.com>");
+MODULE_AUTHOR("Armin Kuster <akuster@mvista.com>");
 MODULE_DESCRIPTION("MTD map driver for the IBM Redwood reference boards");