From patchwork Wed Oct 16 13:36:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pawel Moll X-Patchwork-Id: 283948 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F37042C00C3 for ; Thu, 17 Oct 2013 00:37:39 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VWRHu-0006Db-CF; Wed, 16 Oct 2013 13:37:22 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VWRHo-00009d-1E; Wed, 16 Oct 2013 13:37:16 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VWRHk-00007s-E2 for linux-arm-kernel@lists.infradead.org; Wed, 16 Oct 2013 13:37:13 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 16 Oct 2013 14:36:48 +0100 Received: from hornet.cambridge.arm.com ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 16 Oct 2013 14:36:45 +0100 From: Pawel Moll To: arm@kernel.org Subject: [PATCH 0/2] Versatile Express config update for 3.13 Date: Wed, 16 Oct 2013 14:36:32 +0100 Message-Id: <1381930594-1701-1-git-send-email-pawel.moll@arm.com> X-Mailer: git-send-email 1.8.1.2 X-OriginalArrivalTime: 16 Oct 2013 13:36:45.0925 (UTC) FILETIME=[C1F2B950:01CECA74] X-MC-Unique: 113101614364805301 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131016_093712_671930_A9D65578 X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [91.220.42.44 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] Cc: Fathi Boudra , Russell King , linux-arm-kernel@lists.infradead.org, Pawel Moll X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Greetings, This micro-series updates the Versatile Express defconfig in two stages: 1. Makes the defconfig-ed kernels actually work on real boards and QEMU. 2. Enables all platform-specific drivers and features. The first patch definitely should go in, as it is a de-facto bug fix. The second has been suggested to increase build coverage. I've tried to keep the changes to minimum. The patches can be also pulled as described below. Cheers! Pawel The following changes since commit 61e6cfa80de5760bbe406f4e815b7739205754d2: Linux 3.12-rc5 (2013-10-13 15:41:28 -0700) are available in the git repository at: git://git.linaro.org/people/pawelmoll/linux.git tags/vexpress/defconfig-for-v3.13 for you to fetch changes up to 04650cf989f418b7c28f94d63c0c174d34e0a9ad: ARM: vexpress: Enable platform-specific options in defconfig (2013-10-16 14:23:25 +0100) ---------------------------------------------------------------- Fathi Boudra (1): ARM: vexpress: Make defconfig work again Pawel Moll (1): ARM: vexpress: Enable platform-specific options in defconfig arch/arm/configs/vexpress_defconfig | 72 +++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 26 deletions(-)