[PATCH 0/2] mtd: nand: fsl-ifc: fix SRAM initialization for newer controller

From: Kurt Kanzenbach
Date: Mon Aug 06 2018 - 05:22:16 EST


Hi,

the current way of initializing the internal SRAM of the IFC controller only
works for older controller versions. Newer versions require a different
method. So, adding support for it.

Thereby, the result of the SRAM initialization should be checked. If it's not
successful, further commands such as read won't work.

Tested on hardware.

Thanks,
Kurt

Kurt Kanzenbach (2):
mtd: nand: fsl-ifc: check result of SRAM initialization
mtd: nand: fsl-ifc: fixup SRAM init for newer ctrl versions

drivers/mtd/nand/raw/fsl_ifc_nand.c | 35 +++++++++++++++++++++++++++++++----
include/linux/fsl_ifc.h | 2 ++
2 files changed, 33 insertions(+), 4 deletions(-)

--
2.11.0