From patchwork Fri Feb 7 16:36:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 318110 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 ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9BB972C00A5 for ; Sat, 8 Feb 2014 03:42:05 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WBoUz-0003g9-62; Fri, 07 Feb 2014 16:41:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WBoQ7-0008Bv-AC; Fri, 07 Feb 2014 16:36:51 +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 1WBoQ4-0008Am-HZ for linux-arm-kernel@lists.infradead.org; Fri, 07 Feb 2014 16:36:49 +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.347.0; Fri, 7 Feb 2014 17:36:19 +0100 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] at91: fixes for 3.14 #1 Date: Fri, 7 Feb 2014 17:36:26 +0100 Message-ID: <1391790986-31936-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-20140207_113648_793138_ED034B94 X-CRM114-Status: GOOD ( 10.99 ) 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 KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list -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: jjhiblot@traphandler.com, Nicolas Ferre , Linux Kernel list , Boris BREZILLON , Ludovic Desroches , Bo Shen , 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, Kevin, This is a first "fixes" series for AT91 on 3.14. The content is only DT-related and quite boring. I took the opportunity of this early "fixes" pull-request to collect some Documentation patches that were lying around and I guess that they can be merged by arm-soc nicely (addition of CCF to 2 drivers). A new board is added to the lot because it is dead simple and integrates well with the new sama5d36 SoC that we added earlier in this development cycle. Thanks, best regards, The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-fixes for you to fetch changes up to b7c2b6157079811586180d13c44a1095b57c2d47: ARM: at91: add Atmel's SAMA5D3 Xplained board (2014-02-07 17:20:39 +0100) ---------------------------------------------------------------- First series of AT91 fixes for 3.14. All of them are DT-related. - fixes for typos in i2c and ohci clocks - addition of a USB host node for at91sam9n12ek - 2 DT documentation updates that have been sent a long time ago - a new board based on the sama5d36 SoC ---------------------------------------------------------------- Bo Shen (1): ARM: at91: enable USB host on at91sam9n12ek board Boris BREZILLON (3): ARM: at91/dt: fix sama5d3 ohci hclk clock reference mmc: atmel-mci: document clock properties spi/atmel: document clock properties Jean-Jacques Hiblot (1): ARM: at91/dt: sam9263: fix compatibility string for the I2C Nicolas Ferre (1): ARM: at91: add Atmel's SAMA5D3 Xplained board .../devicetree/bindings/mmc/atmel-hsmci.txt | 5 + .../devicetree/bindings/spi/spi_atmel.txt | 5 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/at91-sama5d3_xplained.dts | 229 +++++++++++++++++++++ arch/arm/boot/dts/at91sam9263.dtsi | 2 +- arch/arm/boot/dts/at91sam9n12ek.dts | 4 + arch/arm/boot/dts/sama5d3.dtsi | 2 +- 7 files changed, 246 insertions(+), 2 deletions(-) create mode 100644 arch/arm/boot/dts/at91-sama5d3_xplained.dts