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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,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 1A2C4C47082 for ; Mon, 7 Jun 2021 12:47:22 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8D77C61130 for ; Mon, 7 Jun 2021 12:47:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8D77C61130 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mxic.com.tw Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7F8EF82F3C; Mon, 7 Jun 2021 14:44:00 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=mxic.com.tw Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id B16AD814A4; Mon, 7 Jun 2021 10:17:13 +0200 (CEST) Received: from TWHMLLG4.macronix.com (twhmllg4.macronix.com [211.75.127.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 222C3801FD for ; Mon, 7 Jun 2021 10:17:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=mxic.com.tw Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jaimeliao@mxic.com.tw Received: from localhost.localdomain ([172.17.195.97]) by TWHMLLG4.macronix.com with ESMTP id 1578GgfI036237; Mon, 7 Jun 2021 16:16:42 +0800 (GMT-8) (envelope-from jaimeliao@mxic.com.tw) From: Jaime Liao To: u-boot@lists.denx.de, jagan@amarulasolutions.com, vigneshr@ti.com, miquel.raynal@bootlin.com Cc: zhengxunli@mxic.com.tw, ycllin@mxic.com.tw, Jaime Liao Subject: [PATCH v2] mtd: spinand: macronix: Add support for serial NAND flash Date: Mon, 7 Jun 2021 16:19:14 +0800 Message-Id: <1623053955-5928-1-git-send-email-jaimeliao@mxic.com.tw> X-Mailer: git-send-email 1.9.1 X-MAIL: TWHMLLG4.macronix.com 1578GgfI036237 X-Mailman-Approved-At: Mon, 07 Jun 2021 14:43:30 +0200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean Change in v2: - remove spinand Flash IDs which are sw-ecc requirement cause sw-ecc function is not supported in u-boot v1: - Add spinand Flash IDs in drivers/mtd/nand/spi/macronix.c Jaime Liao (1): mtd: spinand: macronix: Add support for serial NAND flash drivers/mtd/nand/spi/macronix.c | 46 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) -- 1.9.1