Re: [PATCH] powerpc/85xx: fix NAND_CMD_READID read bytes number

2011-06-22 Thread Kumar Gala
On Jun 12, 2011, at 9:23 PM, Shaohui Xie wrote: > when nand_get_flash_type() is called, it will read 8 bytes of ID instead of 5, > but the driver only read 5 bytes, so kernel will dump error messages like: > > fsl-lbc ffe124000.localbus: read_byte beyond end of buffer > fsl-lbc ffe124000.localbu

Re: [PATCH] powerpc/85xx: fix NAND_CMD_READID read bytes number

2011-06-21 Thread Artem Bityutskiy
On Mon, 2011-06-13 at 10:23 +0800, Shaohui Xie wrote: > when nand_get_flash_type() is called, it will read 8 bytes of ID instead of 5, > but the driver only read 5 bytes, so kernel will dump error messages like: > > fsl-lbc ffe124000.localbus: read_byte beyond end of buffer > fsl-lbc ffe124000.loc

Re: [PATCH] powerpc/85xx: fix NAND_CMD_READID read bytes number

2011-06-17 Thread Bryan Hundven
On Sun, Jun 12, 2011 at 7:23 PM, Shaohui Xie wrote: > when nand_get_flash_type() is called, it will read 8 bytes of ID instead of 5, > but the driver only read 5 bytes, so kernel will dump error messages like: > > fsl-lbc ffe124000.localbus: read_byte beyond end of buffer > fsl-lbc ffe124000.local