From patchwork Sat Feb 16 19:59:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 221048 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 C5C5D2C008C for ; Sun, 17 Feb 2013 11:47:54 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U6sNX-0000us-Ns; Sun, 17 Feb 2013 00:45:15 +0000 Received: from mho-04-ewr.mailhop.org ([204.13.248.74] helo=mho-02-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U6sNB-0000s0-I2 for linux-arm-kernel@lists.infradead.org; Sun, 17 Feb 2013 00:44:54 +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 1U6sNA-0003qc-JP; Sun, 17 Feb 2013 00:44:52 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id 21A653F1861; Sat, 16 Feb 2013 14:59:44 -0500 (EST) 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: U2FsdGVkX1+lgZOxqbsmWiT2hAjUJGxn/5O5THceJhI= Date: Sat, 16 Feb 2013 14:59:44 -0500 From: Jason Cooper To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 2/4] ARM: mvebu: boards for v3.9 Message-ID: <20130216195944.GI23237@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-20130216_194453_684703_3B49A1FB X-CRM114-Status: GOOD ( 12.77 ) 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.74 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: Andrew Lunn , Linux ARM Kernel 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 The following changes since commit c7064904895f69b2e33117b450a05746f75abf3a: ARM: kirkwood: convert Guruplug Server Plus to use the device tree (2013-01-31 18:06:58 +0000) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/boards_for_v3.9_round2 for you to fetch changes up to 7649cca52a73c10712b033b4eba908c48d9c0bb7: arm: mvebu: update defconfig with ATAG support when using DT (2013-02-16 16:46:28 +0000) ---------------------------------------------------------------- mvebu boards for v3.9 round2 - defconfig updates to mvebu - SPI, MTD, USB, local_timer, and ATAG->DT - new mvebu board DB-MV784MP-GP Possibly controversial stuff: - mvebu local timer support - I first attempted to get this through the driver maintainer tree: http://www.spinics.net/lists/arm-kernel/msg221317.html on Jan 30th. No response, so I decided to take the whole series through mvebu->arm-soc. - It turns out that this series depends on: 16b30cf arm: mvebu: Improve the SMP support of the interrupt controller which had already been accepted and pushed into mvebu/boards. - So, with the above, I decided the easiest way to merge this series in while avoiding circular dependencies (eg by putting in it's proper place, mvebu/drivers) was to merge them in to mvebu/boards. The only alternative to this I can think of is to hold off till v3.10, but this seemed a little drastic for such a small series. ** From previous tag boards_for_v3.9, no new depends ** depends on: - tags/mvebu_fixes_for_v3.8-rc6 - tags/cleanup_for_v3.9_round2 - tags/drivers_for_v3.9 - mmc/mmc-next up to: d293875 mmc: mvsdio: add pinctrl integration conflicts: - arm-soc/for-next - arch/arm/mach-dove/common.c * remove all DT code (it's now in .../board-dt.c) build fixes (not merge conflict) - arm-soc/for-next - arch/arm/mach-dove/board-dt.c - .timer no longer used * s/.timer = &dove_timer/.init_time = dove_timer_init/ (not valid sed) ---------------------------------------------------------------- Ezequiel Garcia (3): arm: mvebu: Update defconfig to select USB support ARM: mvebu: Update defconfig to select SPI support ARM: mvebu: Update defconfig to select SPI flash and MTD support Gregory CLEMENT (5): arm: mvebu: Add support for local interrupt clocksource: time-armada-370-xp: add local timer support arm: mvebu: update defconfig with local timer support arm: mvebu: support for the new Armada XP development board(DB-MV784MP-GP) arm: mvebu: update defconfig with ATAG support when using DT arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/armada-xp-gp.dts | 101 +++++++++++++++++++++ arch/arm/configs/mvebu_defconfig | 12 ++- arch/arm/mach-mvebu/irq-armada-370-xp.c | 15 +++- drivers/clocksource/time-armada-370-xp.c | 150 +++++++++++++++++++++++-------- 5 files changed, 235 insertions(+), 44 deletions(-)