diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2005-03-18 09:07:49 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-05-23 06:58:49 -0400 |
commit | 167e1770e526c6c6cdff5014e32f5a3363c017f3 (patch) | |
tree | 5d696a45d70dc813cf6ccac5685fa9a66bc4eea4 /drivers/mtd/maps | |
parent | ff3bc4eb94ec3d2ce6e8f615d38c94151ccb6553 (diff) |
[MTD] ixp2000: Remove port setting code
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@wantstofly.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps')
-rw-r--r-- | drivers/mtd/maps/ixp2000.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/mtd/maps/ixp2000.c b/drivers/mtd/maps/ixp2000.c index c5b5f447e34b..3e94b616743d 100644 --- a/drivers/mtd/maps/ixp2000.c +++ b/drivers/mtd/maps/ixp2000.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * $Id: ixp2000.c,v 1.5 2004/11/16 17:15:48 dsaxena Exp $ | 2 | * $Id: ixp2000.c,v 1.6 2005/03/18 14:07:46 gleixner Exp $ |
3 | * | 3 | * |
4 | * drivers/mtd/maps/ixp2000.c | 4 | * drivers/mtd/maps/ixp2000.c |
5 | * | 5 | * |
@@ -216,11 +216,6 @@ static int ixp2000_flash_probe(struct device *_dev) | |||
216 | goto Error; | 216 | goto Error; |
217 | } | 217 | } |
218 | 218 | ||
219 | /* | ||
220 | * Setup read mode for FLASH | ||
221 | */ | ||
222 | *IXP2000_SLOWPORT_FRM = 1; | ||
223 | |||
224 | #if defined(__ARMEB__) | 219 | #if defined(__ARMEB__) |
225 | /* | 220 | /* |
226 | * Enable erratum 44 workaround for NPUs with broken slowport | 221 | * Enable erratum 44 workaround for NPUs with broken slowport |