* [PATCH] Update IXP4xx MTD driver from CVS MTD
@ 2004-09-14 17:39 Deepak Saxena
0 siblings, 0 replies; only message in thread
From: Deepak Saxena @ 2004-09-14 17:39 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, dwmw2; +Cc: linux-kernel
Andrew, Linus,
The following patch updates the IXP4xx MTD driver with a compile
fix from the CVS repository. David has given me the OK to push
this upstream.
Please apply,
~Deepak
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
===== drivers/mtd/maps/ixp4xx.c 1.2 vs edited =====
--- 1.2/drivers/mtd/maps/ixp4xx.c Thu Jul 15 10:31:47 2004
+++ edited/drivers/mtd/maps/ixp4xx.c Tue Sep 14 10:25:26 2004
@@ -1,5 +1,5 @@
/*
- * $Id: ixp4xx.c,v 1.3 2004/07/12 22:38:29 dwmw2 Exp $
+ * $Id: ixp4xx.c,v 1.4 2004/08/31 22:55:51 dsaxena Exp $
*
* drivers/mtd/maps/ixp4xx.c
*
@@ -88,6 +88,7 @@
struct platform_device *dev = to_platform_device(_dev);
struct flash_platform_data *plat = dev->dev.platform_data;
struct ixp4xx_flash_info *info = dev_get_drvdata(&dev->dev);
+ map_word d;
dev_set_drvdata(&dev->dev, NULL);
@@ -97,7 +98,8 @@
/*
* This is required for a soft reboot to work.
*/
- ixp4xx_write16(&info->map, 0xff, 0x55 * 0x2);
+ d.x[0] = 0xff;
+ ixp4xx_write16(&info->map, d, 0x55 * 0x2);
if (info->mtd) {
del_mtd_partitions(info->mtd);
--
Deepak Saxena - dsaxena at plexity dot net - http://www.plexity.net/
"Unlike me, many of you have accepted the situation of your imprisonment
and will die here like rotten cabbages." - Number 6
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-14 17:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-14 17:39 [PATCH] Update IXP4xx MTD driver from CVS MTD Deepak Saxena
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox