Skip to content

Commit

Permalink
[MTD] ixp2000: Remove port setting code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Thomas Gleixner committed May 23, 2005
1 parent ff3bc4e commit 167e177
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions drivers/mtd/maps/ixp2000.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* $Id: ixp2000.c,v 1.5 2004/11/16 17:15:48 dsaxena Exp $
* $Id: ixp2000.c,v 1.6 2005/03/18 14:07:46 gleixner Exp $
*
* drivers/mtd/maps/ixp2000.c
*
Expand Down Expand Up @@ -216,11 +216,6 @@ static int ixp2000_flash_probe(struct device *_dev)
goto Error;
}

/*
* Setup read mode for FLASH
*/
*IXP2000_SLOWPORT_FRM = 1;

#if defined(__ARMEB__)
/*
* Enable erratum 44 workaround for NPUs with broken slowport
Expand Down

0 comments on commit 167e177

Please sign in to comment.