From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailserv.intranet.gr ([146.124.14.106]) by canuck.infradead.org with esmtp (Exim 4.54 #1 (Red Hat Linux)) id 1EWvrN-0002K2-HN for linux-mtd@lists.infradead.org; Tue, 01 Nov 2005 08:07:37 -0500 Received: from mailserv.intranet.gr (localhost [127.0.0.1]) by mailserv.intranet.gr (8.13.1/8.13.1) with ESMTP id jA1DF8ub017383 for ; Tue, 1 Nov 2005 15:15:08 +0200 (EET) Message-ID: <436766EC.9010406@intracom.gr> Date: Tue, 01 Nov 2005 15:00:28 +0200 From: Pantelis Antoniou MIME-Version: 1.0 To: Sergei Shtylylov References: <4363DF17.6080906@ru.mvista.com> <43672CFA.1060907@intracom.gr> <43676442.5010407@ru.mvista.com> In-Reply-To: <43676442.5010407@ru.mvista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org Subject: Re: [PATCH] NAND: Fix NAND ECC errors on AMD Au1550 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sergei Shtylylov wrote: > Pantelis Antoniou wrote: > >> Sergei Shtylylov wrote: >> >> [snip] >> >> I have the exact same problem on a different board, which I >> fix by disabling interrupts (and hacking out the yield() call >> in nand_base.c). > > > In my understanding, you can't yield() as the other process may be > accessing NOR flash at the same time, so we'll get what we're trying to > avoid. > Yes I know, it's not the proper way to address it, that's why I didn't bother submitting it. >> I'd very much like to see it addressed properly. >> Pantelis