From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 07 Jul 2008 08:58:20 -0500 Subject: [U-Boot-Users] [PATCH 1/2] fsl_elbc_nand: workaround for hangs during nand write In-Reply-To: <20080705223201.B11CE248DE@gemini.denx.de> References: <20080705223201.B11CE248DE@gemini.denx.de> Message-ID: <487220FC.1070000@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <20080522201255.GA1731@ld0162-tx32.am.freescale.net> you wrote: >> From: Anton Vorontsov >> >> Using current driver elbc sometimes hangs during nand write. Reading back >> last byte helps though (thanks to Scott Wood for the idea). >> >> Signed-off-by: Anton Vorontsov >> Signed-off-by: Scott Wood >> --- >> drivers/mtd/nand/fsl_elbc_nand.c | 11 ++++++++++- >> 1 files changed, 10 insertions(+), 1 deletions(-) > > I guess (and I don't like having to guess) that this patch is intended > for the new NAND code, as we don't even have a file "fsl_elbc_nand.c" > in mainline yet? Yes, it's for the NAND testing branch. > It would be really helpful if you could be explicit and make clear > what the target of such patches is. OK, I'll prefix such patches with "NAND testing:" in the future. -Scott