From patchwork Wed May 15 10:45:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 244042 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 C188F2C00A4 for ; Wed, 15 May 2013 20:46:30 +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 1UcZDs-0003h2-K3; Wed, 15 May 2013 10:46:16 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UcZDq-0005eq-14; Wed, 15 May 2013 10:46:14 +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 1UcZDn-0005eM-BY for linux-arm-kernel@lists.infradead.org; Wed, 15 May 2013 10:46:11 +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; Wed, 15 May 2013 12:45:45 +0200 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] at91: fixes for 3.10 #1 Date: Wed, 15 May 2013 12:45:47 +0200 Message-ID: <1368614747-1737-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-20130515_064611_516931_0E1B16B8 X-CRM114-Status: UNSURE ( 7.02 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.6 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: Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches , Nicolas Ferre , 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, This is the first AT91 fixes pull-request for 3.10-rc. Thanks, best regards, The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-fixes for you to fetch changes up to b7a8ca5173ef9aa55fa039d7c216426ff0b25a12: ARM: at91: rm9200 fix time support (2013-05-15 12:37:45 +0200) ---------------------------------------------------------------- An important revert on at91rm9200 platform related to timers that prevented the platform to boot properly. Then one pinctrl adjustments for SPI CS and a couple of trivial typos. ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (2): ARM: at91/trivial: fix model name for SAM9X25-EK ARM: at91: rm9200 fix time support Ludovic Desroches (1): ARM: at91: dts: request only spi cs-gpios used on sama5d3x cpu module Nicolas Ferre (1): ARM: at91/trivial: typo in GEM compatible string Documentation/devicetree/bindings/net/macb.txt | 2 +- arch/arm/boot/dts/at91sam9x25ek.dts | 2 +- arch/arm/boot/dts/sama5d3.dtsi | 12 +----------- arch/arm/boot/dts/sama5d3xcm.dtsi | 4 ++++ arch/arm/mach-at91/at91rm9200_time.c | 7 +++++-- 5 files changed, 12 insertions(+), 15 deletions(-)