
Dear Shinya Kuribayashi,
In message 4E886D71.3040704@pobox.com you wrote:
From: Xiangfu Liu xiangfu@openmobilefree.net Date: Fri, 19 Aug 2011 14:35:29 +0800
Jz4740 NAND flash controller can support:
- MLC NAND as well as SLC NAND
- all 8-bit/16-bit NAND flash devices
- HAMMING and RS hardware ECC
- automatic boot up from NAND flash devices
nand_ecclayout is set up for 2GiB NAND chip mounted in Qi LB60. We'll bring up boot-from-NAND support in nand_spl/ in the future.
Signed-off-by: Xiangfu Liu xiangfu@openmobilefree.net Acked-by: Daniel zpxu@ingenic.cn Signed-off-by: Shinya Kuribayashi skuribay@pobox.com
Changes since v6:
Remove NAND-boot stuff. Those bits will be submitted as a nand-spl support once this Jz4740 base support is merged.
All previous comments from Scott are fixed.
Bunch of coding style issues fixed.
drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/jz4740_nand.c | 261 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 262 insertions(+), 0 deletions(-) create mode 100644 drivers/mtd/nand/jz4740_nand.c
Checkpatch says:
total: 4 errors, 0 warnings, 268 lines checked
Please clean up and resubmit. Thanks.
Best regards,
Wolfgang Denk