* [PATCH] omap-hw: kill eccsize
@ 2007-03-05 13:35 Arnaud Patard
2007-03-06 12:31 ` tony
0 siblings, 1 reply; 2+ messages in thread
From: Arnaud Patard @ 2007-03-05 13:35 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
mtd->eccsize has been removed in commit
mtd->64f60710568db5cec1a76c1d1e261b239f9ef809. Let's remove it in the
mtd->omap-hw driver.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: omap_hw_fix.patch --]
[-- Type: text/x-diff, Size: 577 bytes --]
---
drivers/mtd/nand/omap-hw.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)
Index: linux-omap-2.6/drivers/mtd/nand/omap-hw.c
===================================================================
--- linux-omap-2.6.orig/drivers/mtd/nand/omap-hw.c 2007-03-02 00:41:17.000000000 +0100
+++ linux-omap-2.6/drivers/mtd/nand/omap-hw.c 2007-03-02 01:01:30.000000000 +0100
@@ -824,7 +824,6 @@ static int __init omap_nand_init(void)
this->ecc.steps = 1;
this->ecc.size = 2048;
this->ecc.bytes = 12;
- omap_mtd->eccsize = 2048;
nand_write_reg(NND_ECC_SELECT, 6);
}
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] omap-hw: kill eccsize
2007-03-05 13:35 [PATCH] omap-hw: kill eccsize Arnaud Patard
@ 2007-03-06 12:31 ` tony
0 siblings, 0 replies; 2+ messages in thread
From: tony @ 2007-03-06 12:31 UTC (permalink / raw)
To: Arnaud Patard; +Cc: linux-omap-open-source
* Arnaud Patard <arnaud.patard@rtp-net.org> [070305 05:40]:
>
> mtd->eccsize has been removed in commit
> mtd->64f60710568db5cec1a76c1d1e261b239f9ef809. Let's remove it in the
> mtd->omap-hw driver.
>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> ---
> drivers/mtd/nand/omap-hw.c | 1 0 + 1 - 0 !
> 1 file changed, 1 deletion(-)
>
> Index: linux-omap-2.6/drivers/mtd/nand/omap-hw.c
> ===================================================================
> --- linux-omap-2.6.orig/drivers/mtd/nand/omap-hw.c 2007-03-02 00:41:17.000000000 +0100
> +++ linux-omap-2.6/drivers/mtd/nand/omap-hw.c 2007-03-02 01:01:30.000000000 +0100
> @@ -824,7 +824,6 @@ static int __init omap_nand_init(void)
> this->ecc.steps = 1;
> this->ecc.size = 2048;
> this->ecc.bytes = 12;
> - omap_mtd->eccsize = 2048;
> nand_write_reg(NND_ECC_SELECT, 6);
> }
>
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-06 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05 13:35 [PATCH] omap-hw: kill eccsize Arnaud Patard
2007-03-06 12:31 ` tony
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox