mtd/drivers/mtd/maps ixp2000.c,1.5,1.6
gleixner at infradead.org
gleixner at infradead.org
Fri Mar 18 09:07:49 EST 2005
- Previous message: mtd/drivers/mtd/maps ichxrom.c, 1.16, 1.17 pci.c, 1.9,
1.10 scb2_flash.c, 1.11, 1.12 amd76xrom.c, 1.19, 1.20
- Next message: mtd/include/linux/mtd compatmac.h,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv31586
Modified Files:
ixp2000.c
Log Message:
Setting the slowport to 8-bit mode is something that ought to be
done in the IXP2000 generic code, not in the MTD map driver. See
the description for ARM patch 2493/1 for an explanation.
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=2493/1
Now that 2493/1 has been accepted and will be upstream soon, this
doesn't need to be done in the map driver anymore.
Signed-off-by: Lennert Buytenhek <buytenh at wantstofly.org>
Index: ixp2000.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/ixp2000.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ixp2000.c 16 Nov 2004 17:15:48 -0000 1.5
+++ ixp2000.c 18 Mar 2005 14:07:46 -0000 1.6
@@ -216,11 +216,6 @@
goto Error;
}
- /*
- * Setup read mode for FLASH
- */
- *IXP2000_SLOWPORT_FRM = 1;
-
#if defined(__ARMEB__)
/*
* Enable erratum 44 workaround for NPUs with broken slowport
- Previous message: mtd/drivers/mtd/maps ichxrom.c, 1.16, 1.17 pci.c, 1.9,
1.10 scb2_flash.c, 1.11, 1.12 amd76xrom.c, 1.19, 1.20
- Next message: mtd/include/linux/mtd compatmac.h,1.71,1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list