From patchwork Sun Mar 17 20:15:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 228316 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.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 16BED2C00AC for ; Mon, 18 Mar 2013 07:19:12 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UHK08-00060R-1I; Sun, 17 Mar 2013 20:16:16 +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.80.1 #2 (Red Hat Linux)) id 1UHJze-0005w0-OO for linux-arm-kernel@lists.infradead.org; Sun, 17 Mar 2013 20:15:47 +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 1UHJzd-0001bC-Ol; Sun, 17 Mar 2013 20:15:45 +0000 Received: from localhost.localdomain (triton.lakedaemon.net [10.16.5.78]) by titan (Postfix) with ESMTP id 74FBD403F07; Sun, 17 Mar 2013 16:15:43 -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: U2FsdGVkX18agINjVkNxsm0x4FrqFDgfmeP/F9UaLKk= Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.029 (F2.78; T1.35; A2.11; B3.13; Q3.13) Date: Sun, 17 Mar 2013 20:15:41 +0000 From: Jason Cooper To: Arnd Bergmann , Olof Johansson Message-Id: <1363551341.b0ae2871.32562@triton> In-Reply-To: <1363551341.dDc8Eea0.32562@triton> Subject: [GIT PULL 1/3] ARM: mvebu: cleanup for v3.10 In-Reply-To: X-Bad-Reply: In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130317_161547_110710_81965427 X-CRM114-Status: UNSURE ( 6.36 ) X-CRM114-Notice: Please train this message. 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 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.74 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: 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 f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/cleanup_for_v3.10 for you to fetch changes up to 3e762c86b337f6990cdbd71890921b4dd9351ed9: arm: mach-orion5x: use mv_mbus_dram_info() in PCI code ---------------------------------------------------------------- mvebu cleanup for v3.10 - plat-orion: prep for mvebu-mbus driver ---------------------------------------------------------------- Thomas Petazzoni (3): arm: plat-orion: only build addr-map.c when needed arm: plat-orion: use mv_mbus_dram_info() in PCIe code arm: mach-orion5x: use mv_mbus_dram_info() in PCI code arch/arm/mach-orion5x/pci.c | 7 ++++--- arch/arm/plat-orion/Makefile | 6 +++++- arch/arm/plat-orion/pcie.c | 10 ++++++---- 3 files changed, 15 insertions(+), 8 deletions(-)