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

2012-01-03 Thread Prabhakar
On Wednesday 04 January 2012 01:19 AM, Scott Wood wrote: On 12/28/2011 10:59 PM, 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: Poon

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

2012-01-03 Thread Scott Wood
On 12/28/2011 10:59 PM, 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 > Signed-off-by: Prabhakar Kushwaha

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

2011-12-28 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 Signed-off-by: Prabhakar Kushwaha --- git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerp