From patchwork Mon Mar 3 10:20:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 325764 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 ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 1E7602C00C6 for ; Mon, 3 Mar 2014 21:29:00 +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 1WKQ76-0004Fv-Aw; Mon, 03 Mar 2014 10:28:48 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WKQ74-0002Oi-3b; Mon, 03 Mar 2014 10:28:46 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WKQ72-0002Oa-7r for linux-arm-kernel@merlin.infradead.org; Mon, 03 Mar 2014 10:28:44 +0000 Received: from top.free-electrons.com ([176.31.233.9] helo=mail.free-electrons.com) by casper.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WKQ6z-0004Dk-Nl for linux-arm-kernel@lists.infradead.org; Mon, 03 Mar 2014 10:28:42 +0000 Received: by mail.free-electrons.com (Postfix, from userid 106) id DA6A38B6; Mon, 3 Mar 2014 11:27:43 +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=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.2 Received: from localhost (col31-4-88-188-83-94.fbx.proxad.net [88.188.83.94]) by mail.free-electrons.com (Postfix) with ESMTPSA id F18365BB4; Mon, 3 Mar 2014 11:25:06 +0100 (CET) Date: Mon, 3 Mar 2014 11:20:52 +0100 From: Maxime Ripard To: arm@kernel.org Subject: [GIT PULL] Allwinner fixes for 3.14 Message-ID: <20140303102052.GA28112@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-20140303_102841_793518_7C69079C X-CRM114-Status: GOOD ( 13.83 ) X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.3.2 on casper.infradead.org summary: Content analysis details: (-1.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 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.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 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: https://github.com/mripard/linux.git tags/sunxi-fixes-for-3.14 for you to fetch changes up to 40dd8f3b900cac1d925605a9d3199368c4af0a40: ARM: sunxi: dt: Change the touchscreen compatibles (2014-02-07 22:30:05 +0100) ---------------------------------------------------------------- Two fixes for device trees additions that got added in 3.14. One fixes the interrupt types of some IPs, the other fixes up a compatible that got introduced during 3.14 ---------------------------------------------------------------- Maxime Ripard (2): ARM: sun7i: dt: Fix interrupt trigger types ARM: sunxi: dt: Change the touchscreen compatibles arch/arm/boot/dts/sun4i-a10.dtsi | 2 +- arch/arm/boot/dts/sun5i-a10s.dtsi | 2 +- arch/arm/boot/dts/sun5i-a13.dtsi | 2 +- arch/arm/boot/dts/sun7i-a20.dtsi | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-)