Re: [U-Boot] [PATCH 1/4] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function

2016-01-24 Thread Yang, Wenyou
Hi Andreas, Thank you for your review. As Josh have left our company, I will follow up this patches. > -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 2016年1月25日 5:23 > To: Wu, Josh ; Scott Wood ; >

Re: [U-Boot] [PATCH 1/4] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function

2016-01-24 Thread Andreas Bießmann
On 24.11.15 09:26, Josh Wu wrote: > Since ecc_{strength,step}_ds is introduced in nand_chip structure for > minimum ecc requirements. So we can use them directly and remove our > own get_onfi_ecc_param function. > > Signed-off-by: Josh Wu Reviewed-by: Andreas Bießmann

[U-Boot] [PATCH 1/4] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function

2015-11-24 Thread Josh Wu
Since ecc_{strength,step}_ds is introduced in nand_chip structure for minimum ecc requirements. So we can use them directly and remove our own get_onfi_ecc_param function. Signed-off-by: Josh Wu --- drivers/mtd/nand/atmel_nand.c | 44