From patchwork Mon Apr 15 18:41:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 236754 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 218722C00EF for ; Tue, 16 Apr 2013 08:27:42 +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 1URrqG-0008TF-A9; Mon, 15 Apr 2013 22:25:41 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1URrpk-000860-5T; Mon, 15 Apr 2013 22:25:08 +0000 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1URroz-00081R-9L for linux-arm-kernel@lists.infradead.org; Mon, 15 Apr 2013 22:24:22 +0000 Received: from pool-72-84-113-162.nrflva.fios.verizon.net ([72.84.113.162] helo=titan) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1URrox-0000qB-Tn; Mon, 15 Apr 2013 22:24:19 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id CE21D417C51; Mon, 15 Apr 2013 14:41:49 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18a79NzPbQDJ+7M6a3wcsZ9df2oZyILSGQ= Date: Mon, 15 Apr 2013 14:41:49 -0400 From: Jason Cooper To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 3/4] mvebu boards for v3.10 Message-ID: <20130415184149.GQ28693@titan.lakedaemon.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130415_182421_477499_209FA2BB X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.3 (/) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-0.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.72 listed in list.dnswl.org] 1.6 DATE_IN_PAST_03_06 Date: is 3 to 6 hours before Received: date -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Gregory CLEMENT , Andrew Lunn , 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 The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7: Linux 3.9-rc4 (2013-03-23 16:52:44 -0700) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/boards-3.10 for you to fetch changes up to d3dde4df4483cefc614317a2ae550b20ef29f58c: ARM: Kirkwood: update Network Space Mini v2 description (2013-04-10 18:16:25 +0000) ---------------------------------------------------------------- mvebu boards for v3.10 - kirkwood - Netgear ReadyNAS Duo v2 - add guruplug dt to defconfig - Lacie Cloudbox ---------------------------------------------------------------- Arnaud Ebalard (1): ARM: kirkwood: Add support for NETGEAR ReadyNAS Duo v2 using DT Sebastian Hesselbarth (1): ARM: kirkwood: add MACH_GURUPLUG_DT to defconfig Simon Guinot (3): ARM: Kirkwood: sort board entries by ASCII-code order ARM: Kirkwood: DT board setup for CloudBox ARM: Kirkwood: update Network Space Mini v2 description arch/arm/boot/dts/Makefile | 4 +- arch/arm/boot/dts/kirkwood-cloudbox.dts | 89 ++++++ .../boot/dts/kirkwood-netgear_readynas_duo_v2.dts | 180 +++++++++++ arch/arm/boot/dts/kirkwood-ns2mini.dts | 1 + arch/arm/configs/kirkwood_defconfig | 53 ++-- arch/arm/mach-kirkwood/Kconfig | 334 +++++++++++---------- arch/arm/mach-kirkwood/Makefile | 42 +-- arch/arm/mach-kirkwood/board-dt.c | 18 +- arch/arm/mach-kirkwood/board-ns2.c | 3 +- arch/arm/mach-kirkwood/board-readynas.c | 28 ++ arch/arm/mach-kirkwood/common.h | 12 + 11 files changed, 555 insertions(+), 209 deletions(-) create mode 100644 arch/arm/boot/dts/kirkwood-cloudbox.dts create mode 100644 arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts create mode 100644 arch/arm/mach-kirkwood/board-readynas.c