From patchwork Mon Jan 30 01:55:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 92790 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1235192qgi; Sun, 29 Jan 2017 17:58:42 -0800 (PST) X-Received: by 10.84.232.10 with SMTP id h10mr28502327plk.121.1485741522607; Sun, 29 Jan 2017 17:58:42 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id c85si11175974pfk.224.2017.01.29.17.58.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jan 2017 17:58:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) client-ip=65.50.211.133; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cY1Eu-0005TR-EG; Mon, 30 Jan 2017 01:58:40 +0000 Received: from conuserg-10.nifty.com ([210.131.2.77]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cY1DR-0004oN-P0 for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2017 01:57:13 +0000 Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id v0U1tsfh031592; Mon, 30 Jan 2017 10:55:56 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v0U1tsfh031592 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1485741357; bh=JDVry7GYwY451eToRnYxVLcCCesnJmZnTGle8poJG8U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tW3RRJ9OQnlMQ0ziOCx6m8e3HfYd0unHij7sJ3IYZWC9wffWJq0YO+1Na1dAw5bGY hXXtT23jCXHp8IF44BOHnpbp66xblY4RLs3IoFwxGHnsinOgVcTty0z6iBKU4/nIin ofxyWdNCCyehArcttFhdQg1wqnzQez5vVgioAwwEDp7699AWU3b2NUqF7VtYrMC4FE ZWEKoupKVOgSfaz1dNkgoCbN8ZWljmZvOWDyJn4zbuEOEvct+8LKGDOGVNOrTBGIsH YTyjvsjqkW1Dq2BtzX2N2MaI2bSbRJwBsST8wEjgBlPeEyKybXHHxZj5LLTNH9+mkL ay7bJLL4uNrIw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: arm@kernel.org Subject: [RESEND PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK Date: Mon, 30 Jan 2017 10:55:46 +0900 Message-Id: <1485741347-17363-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1485741347-17363-1-git-send-email-yamada.masahiro@socionext.com> References: <1485741347-17363-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170129_175710_149987_6C0BA457 X-CRM114-Status: UNSURE ( 8.34 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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 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: Guodong Xu , Arnd Bergmann , Eric Anholt , Kevin Hilman , Riku Voipio , Will Deacon , Stuart Yoder , Wei Xu , linux-kernel@vger.kernel.org, Masahiro Yamada , Catalin Marinas , Olof Johansson , Simon Horman , Thierry Reding , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Enable the block layer support for MTD devices. Signed-off-by: Masahiro Yamada --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 33b744d..f1f0caf 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -143,6 +143,7 @@ CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DMA_CMA=y CONFIG_MTD=y +CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y CONFIG_MTD_SPI_NOR=y CONFIG_BLK_DEV_LOOP=y From patchwork Mon Jan 30 01:55:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 92789 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1234973qgi; Sun, 29 Jan 2017 17:57:45 -0800 (PST) X-Received: by 10.98.14.217 with SMTP id 86mr20880531pfo.79.1485741465639; Sun, 29 Jan 2017 17:57:45 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id c8si11142429plk.79.2017.01.29.17.57.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jan 2017 17:57:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) client-ip=65.50.211.133; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 65.50.211.133 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cY1Dz-00054n-FS; Mon, 30 Jan 2017 01:57:43 +0000 Received: from conuserg-10.nifty.com ([210.131.2.77]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cY1DR-0004oP-Pj for linux-arm-kernel@lists.infradead.org; Mon, 30 Jan 2017 01:57:11 +0000 Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id v0U1tsfi031592; Mon, 30 Jan 2017 10:55:57 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v0U1tsfi031592 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1485741358; bh=7dOU/FPMvjMnfhGzIPd7ybIQNWnnxK0ipf+YXMZ1GNA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gmvLpVgsIzP5bcaLrIQPMaHbvz9ts8QKx1GHoAn+9EEtW3Is0dGYLEHecJzmKrZsn xgCuSgYx/ZAzvJqklWHEWqQTIkRfec4a7gmMPcAIeRla2FYJJb7vvFiGObkZQ+7yMG thmzRF5JnZ3YbMVtjgCG3cNYVePSEYwQMS5x64th4JS03VOSuiMlH2FpfpS8AVk2Ss 3wsocSb3+mXg+M8HYbqzb6vKkmSUkoswRNunvmfMSfzPjWLhE55oor5cHy/lnpB1pF CVfnJ2mPkq2q8FpdjbTirE9nrnAYKgZjvirpXcy+8/bigvUbzk+v+2JTqHaD16TQCc oJNmI/Zp7Pu2Q== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: arm@kernel.org Subject: [RESEND PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT Date: Mon, 30 Jan 2017 10:55:47 +0900 Message-Id: <1485741347-17363-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1485741347-17363-1-git-send-email-yamada.masahiro@socionext.com> References: <1485741347-17363-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170129_175710_148789_A3E840A5 X-CRM114-Status: UNSURE ( 7.79 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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 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: Guodong Xu , Arnd Bergmann , Eric Anholt , Kevin Hilman , Riku Voipio , Will Deacon , Stuart Yoder , Wei Xu , linux-kernel@vger.kernel.org, Masahiro Yamada , Catalin Marinas , Olof Johansson , Simon Horman , Thierry Reding , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Enable the NAND framework and the Denali NAND controller driver. This NAND controller is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f1f0caf..e4a8567 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -145,6 +145,8 @@ CONFIG_DMA_CMA=y CONFIG_MTD=y CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_DENALI_DT=y CONFIG_MTD_SPI_NOR=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m