Re: [PATCH 2/2][v2] mtd/nand: Fix IFC driver to support 2K NAND page

2012-01-17 Thread Kumar Gala
On Jan 9, 2012, at 7:10 PM, Scott Wood wrote: On 01/09/2012 06:24 AM, Prabhakar Kushwaha wrote: 1) OOB area should be updated irrespective of NAND page size. Earlier it was updated only for 512byte NAND page. 2) During OOB update fbcr should be equal to OOB size. Signed-off-by: Poonam

Re: [PATCH 2/2][v2] mtd/nand: Fix IFC driver to support 2K NAND page

2012-01-17 Thread Scott Wood
On 01/17/2012 12:57 PM, Kumar Gala wrote: On Jan 9, 2012, at 7:10 PM, Scott Wood wrote: On 01/09/2012 06:24 AM, Prabhakar Kushwaha wrote: 1) OOB area should be updated irrespective of NAND page size. Earlier it was updated only for 512byte NAND page. 2) During OOB update fbcr should be

[PATCH 2/2][v2] mtd/nand: Fix IFC driver to support 2K NAND page

2012-01-09 Thread Prabhakar Kushwaha
1) OOB area should be updated irrespective of NAND page size. Earlier it was updated only for 512byte NAND page. 2) During OOB update fbcr should be equal to OOB size. Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com ---

Re: [PATCH 2/2][v2] mtd/nand: Fix IFC driver to support 2K NAND page

2012-01-09 Thread Scott Wood
On 01/09/2012 06:24 AM, Prabhakar Kushwaha wrote: 1) OOB area should be updated irrespective of NAND page size. Earlier it was updated only for 512byte NAND page. 2) During OOB update fbcr should be equal to OOB size. Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com