From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Agner Date: Wed, 11 Apr 2018 18:04:47 +0200 Subject: [U-Boot] [PATCH v3 0/5] mtd: nand: mxs_nand: improve ECC support Message-ID: <20180411160452.2087-1-stefan@agner.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Stefan Agner This patchset reworks the drivers ECC calculation to align more with the Linux driver gpmi-nand.c. It aims to implements minimal ECC support as supported by the NAND chip. This is the rebased version after moving MXS NAND to Kconfig. -- Stefan Changes in v3: - Fix indentation - Rebased and removed already applied Kconfig change Changes in v2: - Extend the patchset with "report correct ECC parameters" patch Stefan Agner (5): mtd: nand: mxs_nand: use self init mtd: nand: mxs_nand: allow to enable BBT support mtd: nand: mxs_nand: use structure for BCH geometry mtd: nand: mxs_nand: report correct ECC parameters mtd: nand: mxs_nand: add minimal ECC support drivers/mtd/nand/Kconfig | 9 ++ drivers/mtd/nand/mxs_nand.c | 282 ++++++++++++++++++++++-------------- 2 files changed, 180 insertions(+), 111 deletions(-) -- 2.17.0