From patchwork Wed Jun 26 09:02:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 254807 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 29E7C2C0092 for ; Thu, 27 Jun 2013 02:49:36 +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 1UrsuL-0008Sa-4h; Wed, 26 Jun 2013 16:49:25 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UrsuI-0008Qc-70; Wed, 26 Jun 2013 16:49:22 +0000 Received: from bombadil.infradead.org ([2001:1868:205::9]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Urs2h-0005IC-AD for linux-arm-kernel@merlin.infradead.org; Wed, 26 Jun 2013 15:53:59 +0000 Received: from eusmtp01.atmel.com ([212.144.249.243]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Urlde-0000Oy-QN for linux-arm-kernel@lists.infradead.org; Wed, 26 Jun 2013 09:03:43 +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, 26 Jun 2013 11:02:55 +0200 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] at91: Device Tree updates for 3.11 #3 Date: Wed, 26 Jun 2013 11:02:57 +0200 Message-ID: <1372237377-20315-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 1.8.2.2 Organization: atmel MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130626_020343_055907_4D636193 X-CRM114-Status: UNSURE ( 6.13 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.3 (-) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (-1.3 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 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, One more pull-request for AT91 DT patches. It is focused on SPI on several SoCs and it particular the SPI+DMA addition on newer SAMA5D3 and AT91SAM9N12. Thanks, best regards, The following changes since commit 24ce10e142e7b063c4ae4437dd3b290fbfafe052: ARM: at91: sam9m10g45ek add udc DT support (2013-06-15 00:15:22 +0200) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-dt for you to fetch changes up to 26e3326cc04bc3fc890a95ad6cb36359372acba5: ARM: at91: dt: rm9200ek: add spi support (2013-06-26 10:13:39 +0200) ---------------------------------------------------------------- - more SPI DT activation for rm9200 - SPI DMA for at91sam9n12/sama5d3 And one little fix for SPI compatibility string ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (2): ARM: at91: dt: rm9200: add spi support ARM: at91: dt: rm9200ek: add spi support Nicolas Ferre (3): ARM: at91/DT: fix SPI compatibility string ARM: at91/DT: sama5d3: add SPI DMA client infos ARM: at91/DT: at91sam9n12: add SPI DMA client infos arch/arm/boot/dts/at91rm9200.dtsi | 20 ++++++++++++++++++++ arch/arm/boot/dts/at91rm9200ek.dts | 10 ++++++++++ arch/arm/boot/dts/at91sam9n12.dtsi | 6 ++++++ arch/arm/boot/dts/sama5d3.dtsi | 10 ++++++++-- 4 files changed, 44 insertions(+), 2 deletions(-)