Re: [U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued.

2009-10-03 Thread Wolfgang Denk
Dear Scott Wood, In message 20090928182516.gb2...@b07421-ec1.am.freescale.net you wrote: Applied, after fixing the line wrapping added by your mailer. I had already added it to u-boot-nand-flash.git... Ah, thanks. Didn't realize this, sorry. Should be no isse, though. Best regards,

Re: [U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued.

2009-09-28 Thread Scott Wood
On Tue, Sep 22, 2009 at 10:45:39PM +0200, Wolfgang Denk wrote: Dear Paul Gibson, In message 26b052040909151705r35cdb874gbbe5a184d20e4...@mail.gmail.com you wrote: Micron nand flash needs a reset before a read command is issued. The current mpc5121_nfc driver ignores the reset command.

Re: [U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued.

2009-09-22 Thread Wolfgang Denk
Dear Paul Gibson, In message 26b052040909151705r35cdb874gbbe5a184d20e4...@mail.gmail.com you wrote: Micron nand flash needs a reset before a read command is issued. The current mpc5121_nfc driver ignores the reset command. --- drivers/mtd/nand/mpc5121_nfc.c |1 + 1 files changed, 1

Re: [U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued

2009-09-22 Thread Wolfgang Denk
Dear Paul Gibson, In message 26b052040909152126q55945d47yad3bcf90334ac...@mail.gmail.com you wrote: Micron nand flash needs a reset before a read command is issued. The current mpc5121_nfc driver ignores the reset command. Signed-off-by: Paul Gibson paul.gibson2...@gmail.com ---

Re: [U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued

2009-09-18 Thread Scott Wood
On Wed, Sep 16, 2009 at 02:26:53PM +1000, Paul Gibson wrote: Micron nand flash needs a reset before a read command is issued. The current mpc5121_nfc driver ignores the reset command. Signed-off-by: Paul Gibson paul.gibson2...@gmail.com --- drivers/mtd/nand/mpc5121_nfc.c |1 + 1

[U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued.

2009-09-15 Thread Paul Gibson
Micron nand flash needs a reset before a read command is issued. The current mpc5121_nfc driver ignores the reset command. --- drivers/mtd/nand/mpc5121_nfc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c

[U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued

2009-09-15 Thread Paul Gibson
Micron nand flash needs a reset before a read command is issued. The current mpc5121_nfc driver ignores the reset command. Signed-off-by: Paul Gibson paul.gibson2...@gmail.com --- drivers/mtd/nand/mpc5121_nfc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git