Re: [U-Boot] [PATCH] mtd: fix false positive Offset exceeds device limit error

2015-07-10 Thread Tom Rini
On Wed, Jul 01, 2015 at 09:35:49PM +0900, Masahiro Yamada wrote: Since commit 09c3280754f8 (mtd, nand: Move common functions from cmd_nand.c to common place), NAND commands would not work at all on large devices. = nand read 8000 1 1 NAND read: Offset exceeds device

Re: [U-Boot] [PATCH] mtd: fix false positive Offset exceeds device limit error

2015-07-07 Thread Masahiro Yamada
Tom, Could you directly apply this into your u-boot/master ? Thanks, Masahiro 2015-07-07 6:30 GMT+09:00 Scott Wood scottw...@freescale.com: On Wed, 2015-07-01 at 21:35 +0900, Masahiro Yamada wrote: Since commit 09c3280754f8 (mtd, nand: Move common functions from cmd_nand.c to common

Re: [U-Boot] [PATCH] mtd: fix false positive Offset exceeds device limit error

2015-07-06 Thread Scott Wood
On Wed, 2015-07-01 at 21:35 +0900, Masahiro Yamada wrote: Since commit 09c3280754f8 (mtd, nand: Move common functions from cmd_nand.c to common place), NAND commands would not work at all on large devices. = nand read 8000 1 1 NAND read: Offset exceeds device limit

Re: [U-Boot] [PATCH] mtd: fix false positive Offset exceeds device limit error

2015-07-04 Thread Heiko Schocher
Hello Masahiro, Am 04.07.2015 um 19:07 schrieb Masahiro Yamada: Hey, quick review and apply please? NAND commands are not working! 2015-07-01 21:35 GMT+09:00 Masahiro Yamada yamada.masah...@socionext.com: Since commit 09c3280754f8 (mtd, nand: Move common functions from cmd_nand.c to

Re: [U-Boot] [PATCH] mtd: fix false positive Offset exceeds device limit error

2015-07-04 Thread Masahiro Yamada
Hey, quick review and apply please? NAND commands are not working! 2015-07-01 21:35 GMT+09:00 Masahiro Yamada yamada.masah...@socionext.com: Since commit 09c3280754f8 (mtd, nand: Move common functions from cmd_nand.c to common place), NAND commands would not work at all on large devices.

[U-Boot] [PATCH] mtd: fix false positive Offset exceeds device limit error

2015-07-01 Thread Masahiro Yamada
Since commit 09c3280754f8 (mtd, nand: Move common functions from cmd_nand.c to common place), NAND commands would not work at all on large devices. = nand read 8000 1 1 NAND read: Offset exceeds device limit = nand erase 10 10 NAND erase: Offset exceeds