| Submitter | Jason |
|---|---|
| Date | Nov. 24, 2012, 5:11 a.m. |
| Message ID | <E1Tc81b-0001PE-0j@merlin.infradead.org> |
| Download | mbox |
| Permalink | /patch/201438/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> 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 2F6E92C0086 for <incoming-imx@patchwork.ozlabs.org>; Sat, 24 Nov 2012 16:15:16 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tc81b-0001PE-0j; Sat, 24 Nov 2012 05:11:31 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tc81O-0001NS-PF for linux-arm-kernel@lists.infradead.org; Sat, 24 Nov 2012 05:11:19 +0000 Received: from pool-72-84-113-162.nrflva.fios.verizon.net ([72.84.113.162] helo=titan) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from <jason@lakedaemon.net>) id 1Tc81M-0004QP-5x; Sat, 24 Nov 2012 05:11:16 +0000 Received: from localhost.localdomain (triton.lakedaemon.net [10.16.5.29]) by titan (Postfix) with ESMTP id A73333AA205; Sat, 24 Nov 2012 00:11:14 -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: U2FsdGVkX1962NmX3MlIMyDn0gfLxTvCpQ85IRGCeBw= MIME-Version: 1.0 Content-Disposition: inline X-Mailer: MIME::Lite 3.028 (F2.78; T1.35; A2.09; B3.08; Q3.08) Date: Sat, 24 Nov 2012 05:11:06 +0000 From: Jason Cooper <jason@lakedaemon.net> To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net> Subject: [GIT PULL 2/5] ARM: orion: cleanup for v3.8 In-Reply-To: <pull-1353733874-990435> 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-20121124_001119_009305_3A24ADF8 X-CRM114-Status: UNSURE ( 9.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.5 MISSING_MID Missing Message-Id: header Cc: Linux ARM Kernel <linux-arm-kernel@lists.infradead.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Message-ID: <E1Tc81b-0001PE-0j@merlin.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 f4a75d2eb7b1e2206094b901be09adb31ba63681: Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/orion_cleanup_for_3.8 for you to fetch changes up to 4a9329a04ceec56fc1ec155b6ea4d8b50f350a7b: ARM: Kirkwood: Use hw_pci.ops instead of hw_pci.scan (2012-11-21 20:09:11 +0000) ---------------------------------------------------------------- orion cleanup for v3.8 - remove unused includes in kirkwood - fix sparse warnings in kirkwood - checkpatch cleanup in kirkwood - use common code in pcie on kirkwood ---------------------------------------------------------------- Andrew Lunn (3): ARM: Kirkwood: Remove unused includes ARM: Kirkwood: Fix sparse warnings. ARM: Kirkwood: checkpatch cleanups Jason Gunthorpe (1): ARM: Kirkwood: Use hw_pci.ops instead of hw_pci.scan Michael Walle (1): ARM: kirkwood: cleanup lsxl board includes arch/arm/mach-kirkwood/board-dockstar.c | 13 ----------- arch/arm/mach-kirkwood/board-dreamplug.c | 15 ------------- arch/arm/mach-kirkwood/board-dt.c | 4 ++-- arch/arm/mach-kirkwood/board-goflexnet.c | 13 ----------- arch/arm/mach-kirkwood/board-ib62x0.c | 6 ------ arch/arm/mach-kirkwood/board-iconnect.c | 8 ------- arch/arm/mach-kirkwood/board-iomega_ix2_200.c | 2 -- arch/arm/mach-kirkwood/board-lsxl.c | 8 ------- arch/arm/mach-kirkwood/board-ts219.c | 3 --- arch/arm/mach-kirkwood/common.c | 11 +++++----- arch/arm/mach-kirkwood/common.h | 3 ++- arch/arm/mach-kirkwood/cpuidle.c | 2 +- arch/arm/mach-kirkwood/dockstar-setup.c | 2 +- arch/arm/mach-kirkwood/irq.c | 1 + arch/arm/mach-kirkwood/lacie_v2-common.c | 1 + arch/arm/mach-kirkwood/mpp.c | 4 ++-- arch/arm/mach-kirkwood/netspace_v2-setup.c | 4 ++-- arch/arm/mach-kirkwood/openrd-setup.c | 14 +++++------- arch/arm/mach-kirkwood/pcie.c | 31 +++++++-------------------- arch/arm/mach-kirkwood/sheevaplug-setup.c | 2 +- arch/arm/mach-kirkwood/t5325-setup.c | 6 +++--- arch/arm/mach-kirkwood/ts41x-setup.c | 3 +-- arch/arm/mach-kirkwood/tsx1x-common.c | 7 +++--- 23 files changed, 39 insertions(+), 124 deletions(-)