From patchwork Wed Dec 26 18:42:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 208183 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [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 E59262C00BD for ; Thu, 27 Dec 2012 05:47:45 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tnvvx-0004ko-SV; Wed, 26 Dec 2012 18:42:30 +0000 Received: from mail.free-electrons.com ([94.23.32.191]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tnvvu-0004kV-8C for linux-arm-kernel@lists.infradead.org; Wed, 26 Dec 2012 18:42:26 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id A587B1E0; Wed, 26 Dec 2012 19:42:22 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham version=3.3.2 Received: from [192.168.42.101] (37-8-177-111.coucou-networks.fr [37.8.177.111]) by mail.free-electrons.com (Postfix) with ESMTPSA id AF26A1DE; Wed, 26 Dec 2012 19:42:12 +0100 (CET) Message-ID: <50DB44FB.30603@free-electrons.com> Date: Wed, 26 Dec 2012 19:42:03 +0100 From: Maxime Ripard User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Olof Johansson , Arnd Bergmann Subject: [GIT PULLv2] Fixes for sunXi for 3.8 X-Enigmail-Version: 1.4.6 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121226_134226_463036_26AEB234 X-CRM114-Status: GOOD ( 14.20 ) 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.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Arnd, Olof, Here is the two fixes I sent previously rebased on top of 3.8-rc1. The first one add the support for the sunxi architecture in the multiplatform kernel, allowing to easily build a kernel that boots on the sun4i/sun5i supported boards. The second one fixes some compatible strings that were left behind in the previous compatible renaming patch, preventing the kernel from booting. Thanks, Maxime The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565: Linux 3.8-rc1 (2012-12-21 17:19:00 -0800) are available in the git repository at: git://github.com/mripard/linux.git tags/sunxi-fixes-for-3.8-rc2 for you to fetch changes up to 43880f709dc59840849e31b01735ac587195ef8a: sunxi: Change the machine compatible string. (2012-12-23 18:20:15 +0100) ---------------------------------------------------------------- Fixes for the sunxi core to be merged in 3.8-rc2 ---------------------------------------------------------------- Maxime Ripard (2): ARM: multi_v7_defconfig: Add ARCH_SUNXI sunxi: Change the machine compatible string. arch/arm/configs/multi_v7_defconfig | 1 + arch/arm/mach-sunxi/sunxi.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)