[U-Boot] [PATCH v2 0/2] mtd: denali: Use SELF_INIT to fix up registers after nand_scan_ident()
Masahiro Yamada
yamada.m at jp.panasonic.com
Thu Nov 13 12:31:49 CET 2014
This patch series is here because Scott Wood recommended me
to use CONFIG_SYS_NAND_SELF_INIT to solve my problem:
http://patchwork.ozlabs.org/patch/402462/
Changes in v2:
- Use &nand_info[0] instead of nand_info
- Print a warning message if initialization fails
Masahiro Yamada (2):
mtd: denali: use CONFIG_SYS_NAND_SELF_INIT
mtd: denali: set some registers after nand_scan_ident()
drivers/mtd/nand/Kconfig | 7 +++
drivers/mtd/nand/denali.c | 132 +++++++++++++++++++++++++++++++++-------------
drivers/mtd/nand/denali.h | 5 +-
3 files changed, 104 insertions(+), 40 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list