lkml.org 
[lkml]   [2004]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Update IXP4xx MTD driver from CVS MTD

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.018 / U:1.896 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site