From patchwork Mon Jul 9 18:57:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 169922 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DAD402C0083 for ; Tue, 10 Jul 2012 05:01:55 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SoJ9S-000800-QG; Mon, 09 Jul 2012 18:57:42 +0000 Received: from eusmtp01.atmel.com ([212.144.249.242]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SoJ9J-0007yW-6U for linux-arm-kernel@lists.infradead.org; Mon, 09 Jul 2012 18:57:35 +0000 Received: from HNOCHT01.corp.atmel.com (10.161.30.161) by eusmtp01.atmel.com (10.161.101.30) with Microsoft SMTP Server (TLS) id 14.2.247.3; Mon, 9 Jul 2012 20:57:32 +0200 Received: from [10.159.245.112] (10.159.245.112) by HNOCHT01.corp.atmel.com (10.161.30.160) with Microsoft SMTP Server (TLS) id 14.2.247.3; Mon, 9 Jul 2012 20:57:29 +0200 Message-ID: <4FFB299D.7030902@atmel.com> Date: Mon, 9 Jul 2012 20:57:33 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: linux-arm-kernel , Arnd Bergmann , Olof Johansson Subject: [GIT PULL] at91: a little dt pull request for 3.6 X-Enigmail-Version: 1.4.2 X-Originating-IP: [10.159.245.112] X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Porcedda , =?UTF-8?B?UHJjaGFsIEppxZnDrQ==?= , Jean-Christophe PLAGNIOL-VILLARD , Linux Kernel list X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, hi Olof, The following changes since commit bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a: Linux 3.5-rc6 (2012-07-07 17:23:56 -0700) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-for-next-dt for you to fetch changes up to 3c68bb48214f87562b6956195178d991403d66d4: ARM: at91: Add support for board aks-cdu (2012-07-09 20:45:31 +0200) ---------------------------------------------------------------- Two new boards described with device tree ---------------------------------------------------------------- Fabio Porcedda (1): ARM: at91: add support for Telit EVK-PRO3 with Telit GE863-PRO3 Jiri Prchal (1): ARM: at91: Add support for board aks-cdu arch/arm/boot/dts/aks-cdu.dts | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/evk-pro3.dts | 41 +++++++++++++++++++++++++++++++ arch/arm/boot/dts/ge863-pro3.dtsi | 52 +++++++++++++++++++++++++++++++++++++++ arch/arm/mach-at91/Makefile.boot | 2 ++ 4 files changed, 208 insertions(+) create mode 100644 arch/arm/boot/dts/aks-cdu.dts create mode 100644 arch/arm/boot/dts/evk-pro3.dts create mode 100644 arch/arm/boot/dts/ge863-pro3.dtsi Thanks, best regards,