From patchwork Thu Jan 24 09:10:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 215276 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 D05D72C00C9 for ; Thu, 24 Jan 2013 20:12:41 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TyIp4-0006kL-K5; Thu, 24 Jan 2013 09:10:14 +0000 Received: from eusmtp01.atmel.com ([212.144.249.243]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TyIp1-0006i5-0B for linux-arm-kernel@lists.infradead.org; Thu, 24 Jan 2013 09:10:12 +0000 Received: from HNOCHT02.corp.atmel.com (10.161.30.162) by eusmtp01.atmel.com (10.161.101.31) with Microsoft SMTP Server (TLS) id 14.2.318.4; Thu, 24 Jan 2013 10:09:47 +0100 Received: from [10.159.245.112] (10.161.30.18) by HNOCHT02.corp.atmel.com (10.161.30.162) with Microsoft SMTP Server (TLS) id 14.2.318.1; Thu, 24 Jan 2013 10:10:08 +0100 Message-ID: <5100FA77.3020405@atmel.com> Date: Thu, 24 Jan 2013 10:10:15 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Arnd Bergmann , Olof Johansson , linux-arm-kernel Subject: [GIT PULL] at91: fixes for 3.8-rc5 X-Enigmail-Version: 1.4.6 X-Originating-IP: [10.161.30.18] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130124_041011_271909_421F1B60 X-CRM114-Status: GOOD ( 10.04 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.7 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: Richard Genoud , Joachim Eastwood , Linux Kernel list , Ludovic Desroches , Douglas Gilbert , linux-arm@overkiz.com, 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 Arnd, Olof, Here is the pull request related to the fixes series that I sent earlier this week. Changes are obvious and are very constrained in AT91-related material. The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -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 8461c2f6fdd3ef0b26f931d561435df8cae2a9a5: ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii (2013-01-23 10:40:51 +0100) ---------------------------------------------------------------- Here are fixes for AT91 that are mainly related to device tree. One RM9200 setup option is the only C code change. Some documentation changes can clarify the pinctrl use. Then, some defconfig modifications are allowing the affected platforms to boot. ---------------------------------------------------------------- Boris BREZILLON (1): ARM: at91/dts: add macb mii pinctrl config for kizbox Douglas Gilbert (1): ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii Jean-Christophe PLAGNIOL-VILLARD (1): ARM: at91: rm9200: remake the BGA as default version Joachim Eastwood (1): ARM: at91: fix gpios on i2c-gpio for RM9200 DT Nicolas Ferre (2): ARM: at91/at91_dt_defconfig: remove memory specification to cmdline ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig Richard Genoud (3): ARM: at91/at91-pinctrl documentation: fix typo and add some details ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts ARM: at91/at91sam9x5 DTS: add SCK USART pins Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 5 +-- arch/arm/boot/dts/at91rm9200.dtsi | 4 +-- arch/arm/boot/dts/at91sam9x5.dtsi | 60 +++++++++++++++++++++++------------ arch/arm/boot/dts/kizbox.dts | 2 ++ arch/arm/configs/at91_dt_defconfig | 3 +- arch/arm/mach-at91/setup.c | 2 ++ 6 files changed, 51 insertions(+), 25 deletions(-) Thanks, best regards,