From patchwork Mon Jan 30 01:55:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 92788 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1234942qgi; Sun, 29 Jan 2017 17:57:37 -0800 (PST) X-Received: by 10.84.231.142 with SMTP id g14mr28602614plk.13.1485741457473; Sun, 29 Jan 2017 17:57:37 -0800 (PST) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id l1si11147174pld.15.2017.01.29.17.57.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jan 2017 17:57:37 -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 1cY1Ds-0004pJ-9I; Mon, 30 Jan 2017 01:57:36 +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-0004oO-Or 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 v0U1tsfg031592; Mon, 30 Jan 2017 10:55:55 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v0U1tsfg031592 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1485741356; bh=JnNY1Dzb4sY+o048P7lvWefIoAHskLZ/iB4xLesEh1Y=; h=From:To:Cc:Subject:Date:From; b=lV5AHsmyewg+YQO0WZvyOzkts2lMLPj1HjbiwNkRn8wLzFLZWrhPv4PQkDZ1kZGfZ m7XBjbn5LraoQAcfPxpSyXbgGTas+cNq/no28fVkAuc7kKod+VQJxEHqTMy+DaTiUU eofehfdV1m+tccRCqQgy96SxZ7lrVNFZn4FWbuWiRNG8vqaQ2WHk3tqc+vhZj7yV8f aswNZemSgRrsnGkIWyS2NR7Y+eYCP7A7qwMRp9ulD2MWjnyvc2vqsC5Hgc19ao2Uun dae4jybzUgokmj6RGxKX2aK6hClKUGXVE3PiZJpE4XZsyEsCIeEtyzIkKMQVRdFlcs 6pN8XkaWMPwyg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: arm@kernel.org Subject: [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols Date: Mon, 30 Jan 2017 10:55:45 +0900 Message-Id: <1485741347-17363-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170129_175710_148079_4ABE0BA1 X-CRM114-Status: UNSURE ( 5.74 ) 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 I am resending this series to arm@kernel.org as requested by Olof Johansson. No code change since the previous post. Masahiro Yamada (2): arm64: defconfig: enable CONFIG_MTD_BLOCK arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel