From patchwork Tue Jul 24 16:15:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 172920 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 5A4EC2C0086 for ; Wed, 25 Jul 2012 02:17:54 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SthmC-0002EX-4K; Tue, 24 Jul 2012 16:16:03 +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 1Sthlj-0002AH-Ga for linux-mtd@lists.infradead.org; Tue, 24 Jul 2012 16:15:34 +0000 Received: by yhjj52 with SMTP id j52so7294006yhj.36 for ; Tue, 24 Jul 2012 09:15:26 -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:in-reply-to:references; bh=o045o1YIKIVEfVHWhpzO3RmkgXwbIwLShsgFZfQfYdc=; b=zUHIkz2nH08WnVS2HgwDPElkefQDm2rmgc95VrVpDh9BOd34uoOZsGyoxM9QBZ2a26 rScXup3/bEcsoeNxs71C1OR2KE1I6a7h9sfbO8y0Y5Z9S+bhd9j6kmSIdPyegkPbDGaf wM5pXzD2g3RoDSfuLyJqH+Mp1dpyOKnHd2GqOhdR4K6ac0uwJe36shmaUmbHKhDlAqTS 9N/hY+bTmGlzplJx26CBcyoMeV9w2t/RtSU0T+jR06kYUR5SADoXCFsK+enC0vQajTo/ pNsCHkEIClr34yQJp2swlmMJpnbWDTMggewgmvmzGS23iz3Bvv/OAs26qGi3++Y+Zprn SK+Q== Received: by 10.236.114.200 with SMTP id c48mr14906966yhh.118.1343146526500; Tue, 24 Jul 2012 09:15:26 -0700 (PDT) Received: from localhost.localdomain ([201.82.136.222]) by mx.google.com with ESMTPS id c70sm31350064yhk.12.2012.07.24.09.15.24 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Jul 2012 09:15:26 -0700 (PDT) From: Fabio Estevam To: Artem.Bityutskiy@linux.intel.com Subject: [PATCH 1/2] mtd: nand: Include IMX6 in the list of supported SoCs Date: Tue, 24 Jul 2012 13:15:15 -0300 Message-Id: <1343146515-18578-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1343146515-18578-1-git-send-email-festevam@gmail.com> References: <1343146515-18578-1-git-send-email-festevam@gmail.com> 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.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 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -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 , linux-mtd@lists.infradead.org, shawn.guo@linaro.org, dwmw2@infradead.org, kernel@pengutronix.de 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 --- 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