From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CA56C4361B for ; Thu, 10 Dec 2020 21:39:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C46E223E23 for ; Thu, 10 Dec 2020 21:39:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394120AbgLJVje (ORCPT ); Thu, 10 Dec 2020 16:39:34 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:56449 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394078AbgLJVjd (ORCPT ); Thu, 10 Dec 2020 16:39:33 -0500 Received: from localhost.localdomain (lfbn-tou-1-1617-103.w109-220.abo.wanadoo.fr [109.220.208.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 4C4FC200004; Thu, 10 Dec 2020 21:38:47 +0000 (UTC) From: Miquel Raynal To: YouChing Lin , miquel.raynal@bootlin.com, vigneshr@ti.com Cc: juliensu@mxic.com.tw, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] mtd: spinand: macronix: Add support for MX35LFxG24AD Date: Thu, 10 Dec 2020 22:38:46 +0100 Message-Id: <20201210213846.9508-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <1607570529-22341-3-git-send-email-ycllin@mxic.com.tw> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: ee4e0eafa43cfd9008722fe15e17b8bf62fb6e8d Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-12-10 at 03:22:09 UTC, YouChing Lin wrote: > The Macronix MX35LF1G24AD(/2G24AD/4G24AD) are 3V, 1G/2G/4Gbit serial > SLC NAND flash device (without on-die ECC). > > Validated by read, erase, read back, write, read back on Xilinx Zynq > PicoZed FPGA board which included Macronix SPI Host(drivers/spi/spi-mxic.c) > & S/W BCH ecc(drivers/mtd/nand/ecc-sw-bch.c) with bug fixing patch > (mtd: nand: ecc-bch: Fix the size of calc_buf/code_buf of the BCH). > > Signed-off-by: YouChing Lin Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel