From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-db3on0071.outbound.protection.outlook.com ([157.55.234.71] helo=emea01-db3-obe.outbound.protection.outlook.com) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bBPnI-0007HB-JR for linux-mtd@lists.infradead.org; Fri, 10 Jun 2016 17:00:29 +0000 From: Han Xu To: , , , , , , , , , , CC: , Subject: [PATCH v2 0/6] support gpmi on i.MX6UL/7D and HW bitflip on i.MX6QP/7D Date: Fri, 10 Jun 2016 12:01:28 -0500 Message-ID: <1465578094-8816-1-git-send-email-han.xu@nxp.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , add support for gpmi nand on i.MX6UL and i.MX7D, document the related properties in DT and add the HW bitflip detection and correction for i.MX6QP and i.MX7D. v1 ---> v2: fix several indent and open parenthesis issues drop off the void cast rebase to latest code and adopt to SW bitflip code split bitflip and i.MX6QP code Han Xu (6): mtd: nand: gpmi: add GPMI NAND support for i.MX7D mtd: nand: gpmi: document the clocks and clock-names in DT property mtd: nand: gpmi: add GPMI NAND support for i.MX6QP mtd: nand: gpmi: correct bitflip for erased NAND page mtd: nand: gpmi: support NAND on i.MX6UL mtd: nand: gpmi: document the new supported chip in DT .../devicetree/bindings/mtd/gpmi-nand.txt | 12 +++- drivers/mtd/nand/gpmi-nand/bch-regs.h | 24 +++++-- drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 15 +++-- drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 75 ++++++++++++++++++++-- drivers/mtd/nand/gpmi-nand/gpmi-nand.h | 15 ++++- 5 files changed, 119 insertions(+), 22 deletions(-) -- 1.9.1