[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180806092137.9287-1-kurt@linutronix.de>
Date: Mon, 6 Aug 2018 11:21:35 +0200
From: Kurt Kanzenbach <kurt@...utronix.de>
To: Boris Brezillon <boris.brezillon@...tlin.com>
Cc: Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
David Woodhouse <dwmw2@...radead.org>,
Brian Norris <computersforpeace@...il.com>,
Marek Vasut <marek.vasut@...il.com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Kurt Kanzenbach <kurt@...utronix.de>,
Gregory CLEMENT <gregory.clement@...tlin.com>,
Jane Wan <Jane.Wan@...ia.com>,
Jagdish Gediya <jagdish.gediya@....com>,
linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] mtd: nand: fsl-ifc: fix SRAM initialization for newer controller
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
Powered by blists - more mailing lists