[PATCH 2/3] mtd/nand : set correct length to FBCR for a non-full-page write

2011-12-04 Thread shuo.liu
From: Liu Shuo When we do a non-full-page write, the length be set to FBCR should not be 'elbc_fcm_ctrl->index', it should be 'elbc_fcm_ctrl->index - elbc_fcm_ctrl->column'. Signed-off-by: Liu Shuo Signed-off-by: Li Yang --- drivers/mtd/nand/fsl_elbc_nand.c |3 ++- 1 files changed, 2 inse

[PATCH 2/3] mtd/nand : set correct length to FBCR for a non-full-page write

2011-11-23 Thread b35362
From: Liu Shuo When we do a non-full-page write, the length be set to FBCR should not be 'elbc_fcm_ctrl->index', it should be 'elbc_fcm_ctrl->index - elbc_fcm_ctrl->column'. Signed-off-by: Liu Shuo Signed-off-by: Li Yang --- drivers/mtd/nand/fsl_elbc_nand.c |3 ++- 1 files changed, 2 inse