From patchwork Tue Mar 26 10:16:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 231157 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.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D4D002C00C3 for ; Tue, 26 Mar 2013 21:23:55 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UKQxj-0007js-Ma; Tue, 26 Mar 2013 10:18:39 +0000 Received: from eusmtp01.atmel.com ([212.144.249.243]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UKQw5-0007AE-Pt for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2013 10:16:59 +0000 Received: from HNOCHT02.corp.atmel.com (10.161.30.162) by eusmtp01.atmel.com (10.161.101.31) with Microsoft SMTP Server (TLS) id 14.2.318.4; Tue, 26 Mar 2013 11:16:55 +0100 Received: from [10.159.245.112] (10.161.30.18) by HNOCHT02.corp.atmel.com (10.161.30.162) with Microsoft SMTP Server (TLS) id 14.2.318.1; Tue, 26 Mar 2013 11:16:55 +0100 Message-ID: <51517592.5010300@atmel.com> Date: Tue, 26 Mar 2013 11:16:50 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] at91: fixes for 3.9-rc #2 X-Enigmail-Version: 1.4.6 X-Originating-IP: [10.161.30.18] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130326_061658_168741_D9844992 X-CRM114-Status: UNSURE ( 8.66 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.2 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -1.3 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 , Jean-Christophe PLAGNIOL-VILLARD , Linux Kernel list , linux-arm-kernel 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 Arnd, Olof, Another "fixes" pull-request for AT91 on top of material that you have already taken. Fixes are manly typos but the bad node declaration and some misspelling can cause confusion. The following changes since commit 0ed66befaae893e82c9f016238282d73ef9fd6c7: ARM: at91: fix infinite loop in at91_irq_suspend/resume (2013-03-14 09:37:55 +0100) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-fixes for you to fetch changes up to 9476a186078f47bdc5f03560074691de98cd767b: ARM: at91: Fix typo in restart code panic message (2013-03-26 11:00:02 +0100) ---------------------------------------------------------------- Little fixes mainly related to at91sam9x5 DT. One typo is the only modification in C code. ---------------------------------------------------------------- Maxime Ripard (1): ARM: at91: Fix typo in restart code panic message Nicolas Ferre (4): ARM: at91/dt: fix macb node declaration ARM: at91/trivial: typos in compatible property ARM: at91/trivial: fix model name for SAM9G15-EK ARM: at91: remove partial parameter in bootargs for at91sam9x5ek.dtsi arch/arm/boot/dts/at91sam9g15.dtsi | 2 +- arch/arm/boot/dts/at91sam9g15ek.dts | 2 +- arch/arm/boot/dts/at91sam9g25.dtsi | 2 +- arch/arm/boot/dts/at91sam9g25ek.dts | 9 +++++++++ arch/arm/boot/dts/at91sam9g35.dtsi | 2 +- arch/arm/boot/dts/at91sam9g35ek.dts | 9 +++++++++ arch/arm/boot/dts/at91sam9x25.dtsi | 2 +- arch/arm/boot/dts/at91sam9x25ek.dts | 14 ++++++++++++++ arch/arm/boot/dts/at91sam9x35.dtsi | 2 +- arch/arm/boot/dts/at91sam9x35ek.dts | 9 +++++++++ arch/arm/boot/dts/at91sam9x5ek.dtsi | 7 +------ arch/arm/mach-at91/setup.c | 2 +- 12 files changed, 49 insertions(+), 13 deletions(-)