From patchwork Tue Aug 20 07:59:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 268391 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 516A52C00C7 for ; Tue, 20 Aug 2013 18:00:05 +1000 (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 1VBgr7-0001kr-K2; Tue, 20 Aug 2013 07:59:57 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VBgr5-0004t8-GO; Tue, 20 Aug 2013 07:59:55 +0000 Received: from top.free-electrons.com ([176.31.233.9] helo=mail.free-electrons.com) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VBgr2-0004sa-2n for linux-arm-kernel@lists.infradead.org; Tue, 20 Aug 2013 07:59:52 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id 1ACA96DB0; Tue, 20 Aug 2013 09:59:58 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.3.2 Received: from localhost (189.58.26.109.rev.sfr.net [109.26.58.189]) by mail.free-electrons.com (Postfix) with ESMTPSA id DA25B1313; Tue, 20 Aug 2013 09:59:57 +0200 (CEST) Date: Tue, 20 Aug 2013 09:59:29 +0200 From: Maxime Ripard To: arm@kernel.org Subject: [GIT PULL] Allwinner sunXi core additions for 3.12, take 2 Message-ID: <20130820075929.GA11906@lukather> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130820_035952_229093_5BB8B821 X-CRM114-Status: GOOD ( 12.17 ) X-Spam-Score: -4.0 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -2.8 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: maxime.ripard@free-electrons.com, linux-arm-kernel@lists.infradead.org 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: , 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 The following changes since commit 29d3d373e2a780b6e818f296ece6cc29742bc11f: ARM: sunxi: Remove Makefile.boot file (2013-07-29 13:55:41 +0200) are available in the git repository at: https://github.com/mripard/linux.git tags/sunxi-core-for-3.12-2 for you to fetch changes up to d18fd9445b18c4adf56cfc58c378c702c8edd0da: ARM: sunxi: Introduce Allwinner A20 support (2013-08-16 23:23:41 +0200) ---------------------------------------------------------------- Allwinner sunXi core additions for 3.12, take 2 These patches add machine support for the Allwinner A20 and A31 SoCs ---------------------------------------------------------------- Maxime Ripard (3): ARM: sunxi: Add the Allwinner A31 compatible to the machine definition ARM: sun6i: Add restart code for the A31 ARM: sunxi: Introduce Allwinner A20 support .../watchdog/{sun4i-wdt.txt => sunxi-wdt.txt} | 5 ++- arch/arm/mach-sunxi/Kconfig | 2 + arch/arm/mach-sunxi/sunxi.c | 45 ++++++++++++++++++++-- 3 files changed, 47 insertions(+), 5 deletions(-) rename Documentation/devicetree/bindings/watchdog/{sun4i-wdt.txt => sunxi-wdt.txt} (56%)