
25 Nov
2014
25 Nov
'14
4:47 a.m.
Scott,
If you have no more comment on this series, please apply it.
Masahiro
On Thu, 13 Nov 2014 20:31:49 +0900 Masahiro Yamada yamada.m@jp.panasonic.com wrote:
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