From patchwork Wed Jul 25 11:18:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 173138 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F0CBB2C0083 for ; Wed, 25 Jul 2012 21:28:00 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1StzjB-0005hV-Q3; Wed, 25 Jul 2012 11:26:07 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Stzbv-0003R0-31; Wed, 25 Jul 2012 11:18:40 +0000 Received: by yhjj52 with SMTP id j52so567424yhj.36 for ; Wed, 25 Jul 2012 04:18:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=7P2mUN2dN57Qh5xQ46J8ZfgwkNTdJWqcptRt+MlGFjs=; b=eUV4D4nvRY6NOlJSv5Gi8AspRyK28xjCsiC+uvPhB6CUT/uB2cXZZK4zls9qInrSfC qRZlXZRJeScSvZZLa6YHsEwVQhpLiL/lirHP8xAzJblWJfOu3GJ8/GX8i0j0eUzYANhB 9CUGh0CYgsIO72PzC2EU1YwviDmSMOQanGwF03N0iOMGabqfFcvFLRCgA1DnWUaGsS52 xwof3W9eQ6OVDsYZL4CbFEUp2zIHF/mnArcis5CcD5v4+B744dNTXxaDPMGJZtR+FEnj ydPT21pOPNLwhg3k0GwVqNNBv2+Ri93sOxb+9qcXaE1OY7A0392mTrS8GpendweCunNM AgNg== Received: by 10.236.197.8 with SMTP id s8mr23419205yhn.9.1343215109355; Wed, 25 Jul 2012 04:18:29 -0700 (PDT) Received: from localhost.localdomain ([201.82.136.222]) by mx.google.com with ESMTPS id a64sm35820697yhe.11.2012.07.25.04.18.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Jul 2012 04:18:28 -0700 (PDT) From: Fabio Estevam To: b32955@freescale.com Subject: [PATCH v2 1/3] mtd: nand: Include IMX6 in the list of supported SoCs Date: Wed, 25 Jul 2012 08:18:18 -0300 Message-Id: <1343215100-24005-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , Artem.Bityutskiy@linux.intel.com, linux-mtd@lists.infradead.org, kernel@pengutronix.de, shawn.guo@linaro.org, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Fabio Estevam Include IMX6 in the list of supported SoCs. Signed-off-by: Fabio Estevam --- Changes since v1: - No changes drivers/mtd/nand/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f4e81a7..b40e172 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -464,7 +464,7 @@ config MTD_NAND_GPMI_NAND bool "GPMI NAND Flash Controller driver" depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q) help - Enables NAND Flash support for IMX23 or IMX28. + Enables NAND Flash support for IMX23, IMX28 or IMX6. The GPMI controller is very powerful, with the help of BCH module, it can do the hardware ECC. The GPMI supports several NAND flashs at the same time. The GPMI may conflicts with other