From patchwork Fri May 24 15:42:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 246197 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [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 5DAB12C0079 for ; Sat, 25 May 2013 01:47:59 +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 1UfuAo-0005bE-06; Fri, 24 May 2013 15:44: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 1Ufu8y-00027M-EY; Fri, 24 May 2013 15:43:00 +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 1Ufu8v-00026R-Nk for linux-arm-kernel@lists.infradead.org; Fri, 24 May 2013 15:42:58 +0000 Received: from tenerife.corp.atmel.com (10.161.101.13) by eusmtp01.atmel.com (10.161.101.31) with Microsoft SMTP Server id 14.2.342.3; Fri, 24 May 2013 17:42:26 +0200 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] at91: fixes for 3.10 #2 Date: Fri, 24 May 2013 17:42:31 +0200 Message-ID: <1369410151-7837-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 1.8.0 Organization: atmel MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130524_114257_944109_80C8D0E6 X-CRM114-Status: UNSURE ( 6.37 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.0 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -1.1 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: Nicolas Ferre , Linux Kernel list , b.brezillon@overkiz.com, Ludovic Desroches , Jean-Christophe PLAGNIOL-VILLARD , 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, Second AT91 fixes pull-request for 3.10-rc. The PMC definition fix is the most important of this batch. Thanks, best regards, The following changes since commit b7a8ca5173ef9aa55fa039d7c216426ff0b25a12: ARM: at91: rm9200 fix time support (2013-05-15 12:37:45 +0200) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-fixes for you to fetch changes up to 144ea15e4fefbee14a7dcb05c7cd0822fda3ebf6: ARM: at91/sama5: fix incorrect PMC pcr div definition (2013-05-24 10:53:51 +0200) ---------------------------------------------------------------- One definition fix that can lead to mis-clock some AT91 peripherals on SAMA5. Two DT related fixes. ---------------------------------------------------------------- Boris BREZILLON (1): ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition Jean-Christophe PLAGNIOL-VILLARD (1): ARM: at91: at91sam9n12: move external irq declatation to DT Josh Wu (1): ARM: at91/sama5: fix incorrect PMC pcr div definition arch/arm/boot/dts/at91sam9260.dtsi | 2 +- arch/arm/boot/dts/at91sam9n12.dtsi | 1 + arch/arm/mach-at91/at91sam9n12.c | 6 ------ arch/arm/mach-at91/include/mach/at91_pmc.h | 6 +++--- 4 files changed, 5 insertions(+), 10 deletions(-)