From patchwork Fri Feb 3 14:35:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 139388 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 B5666104792 for ; Sat, 4 Feb 2012 01:37:58 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RtKEi-00080F-Ci; Fri, 03 Feb 2012 14:35:36 +0000 Received: from bombadil.infradead.org ([2001:4830:2446:ff00:4687:fcff:fea6:5117]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RtKEf-000804-6y for linux-arm-kernel@merlin.infradead.org; Fri, 03 Feb 2012 14:35:33 +0000 Received: from newsmtp5.atmel.com ([204.2.163.5] helo=sjogate2.atmel.com) by bombadil.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RtKEd-0002T8-4A for linux-arm-kernel@lists.infradead.org; Fri, 03 Feb 2012 14:35:31 +0000 Received: from meyreuil.atmel.fr ([10.159.254.132]) by sjogate2.atmel.com (8.13.6/8.13.6) with ESMTP id q13EVBU9020695; Fri, 3 Feb 2012 06:31:12 -0800 (PST) Received: from [10.159.245.112] ([10.159.245.112]) by meyreuil.atmel.fr (8.11.7p1+Sun/8.11.7) with ESMTP id q13EZ7e28048; Fri, 3 Feb 2012 15:35:08 +0100 (MET) Message-ID: <4F2BF09C.3040208@atmel.com> Date: Fri, 03 Feb 2012 15:35:08 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Arnd Bergmann , Olof Johansson , linux-arm-kernel Subject: [GIT PULL] at91: devices and boards files update for 3.4 X-Enigmail-Version: 1.3.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20120203_093531_538296_6017ACE1 X-CRM114-Status: GOOD ( 16.38 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.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: Hong XU , Russell King - ARM Linux , Linux Kernel list , "Wu, Josh" , Maxim Osipov , Jean-Christophe PLAGNIOL-VILLARD 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 all, This is the "rebased" devices and boards update material that did not make it during 3.3 merge window. Like any other AT91 patch series for 3.4, it is based on top of the at91-3.4-base branch (that includes the "CAP9 removal" patch on top of 3.3-rc2 + depends/rmk/for-armsoc). The following changes since commit 9918ceafd4a9e013572e03983f528017c29bb1cb: ARM: at91: code removal of CAP9 SoC (2012-02-03 13:33:05 +0100) are available in the git repository at: git://github.com/at91linux/linux-at91.git at91-3.4-base+device_board Hong Xu (1): ARM: at91: Update struct atmel_nand_data to support PMECC Josh Wu (2): ARM: at91: add clock selection parameter for at91_add_device_isi() ARM: at91: add Atmel ISI and ov2640 support on sam9m10g45 board Maxim Osipov (1): ARM: at91: Add external RTC for Flexibity board Nicolas Ferre (2): ARM: at91/dma: remove platform data from DMA controller ARM: at91/dma: DMA controller registering with DT support arch/arm/mach-at91/at91sam9263_devices.c | 13 +++- arch/arm/mach-at91/at91sam9g45_devices.c | 113 +++++++++++++++++++++++++++--- arch/arm/mach-at91/at91sam9rl_devices.c | 8 +-- arch/arm/mach-at91/board-flexibity.c | 12 +++- arch/arm/mach-at91/board-sam9m10g45ek.c | 80 ++++++++++++++++++++- arch/arm/mach-at91/include/mach/board.h | 6 ++- 6 files changed, 209 insertions(+), 23 deletions(-) Thanks, best regards,