From patchwork Mon May 28 15:13:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 10433259 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B3C94602CC for ; Mon, 28 May 2018 15:15:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A429328922 for ; Mon, 28 May 2018 15:15:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9906E28960; Mon, 28 May 2018 15:15:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 080A828922 for ; Mon, 28 May 2018 15:15:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=1T4+yeensplTBDe52415yogIsU1NIX8NBQcXFsy1jjA=; b=KEw Wf+w2SINvuru5L0JnCRcY9Gm1IyhVeOZDey1CJq8pMILDZOteWZ2t++ajc1eP+cVH44aujapPQyZf cwuKQ7jDsOW8UrBGzuDnD30oF5CcqQur7zU6ZFLptwFSO4ze5C97EJFzilOiFXamAvYudorsw9RHe trd8VpkTLJDW1b+qLqWdGNV1wL1JFzalllGFvlLZaO6BaAqwEZFkzWlz4wB/uLPSaNAMHMYk4JApk lDuSZXvaMADt7u8ZYgGP9vz3jSS6F4cu8hF1mS/csXntZVzrqeXUK3pDIVqc+dAQuR5qHK8Z5v0tx i5hCzAT84YEJaqxwiO9NK/VxQMq0vZA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fNJrH-00015w-Ty; Mon, 28 May 2018 15:14:51 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fNJr2-00012x-MF for linux-arm-kernel@lists.infradead.org; Mon, 28 May 2018 15:14:40 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id D222E2075D; Mon, 28 May 2018 17:14:25 +0200 (CEST) Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id A923720012; Mon, 28 May 2018 17:14:25 +0200 (CEST) From: Gregory CLEMENT To: arnd@arndb.de, olof@lixom.net Subject: [PATCH v2] ARM: multi_v7_defconfig: Add Marvell NAND controller support Date: Mon, 28 May 2018 17:13:57 +0200 Message-Id: <20180528151357.29203-1-gregory.clement@bootlin.com> X-Mailer: git-send-email 2.17.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180528_081436_883094_417079C2 X-CRM114-Status: UNSURE ( 9.15 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , Antoine Tenart , Gregory CLEMENT , Maxime Chevallier , Thomas Petazzoni , =?UTF-8?q?Miqu=C3=A8l=20Raynal?= , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add Marvell NAND controller support used by some Marvell Armada based boards. Signed-off-by: Gregory CLEMENT --- Changelog v1 -> v2: - Rebased on v4.17-rc1 (Dropped "ARM: multi_v7_defconfig: Update with current configuration") arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e6b3c96d4c09..3fcb17b38f50 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -210,6 +210,7 @@ CONFIG_MTD_NAND_DENALI_DT=y CONFIG_MTD_NAND_OMAP2=y CONFIG_MTD_NAND_OMAP_BCH=y CONFIG_MTD_NAND_ATMEL=y +CONFIG_MTD_NAND_MARVELL=y CONFIG_MTD_NAND_GPMI_NAND=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_VF610_NFC=y