From patchwork Sun Dec 18 10:59:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jamie Iles X-Patchwork-Id: 132061 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 6BFB7B6FDC for ; Sun, 18 Dec 2011 22:02:24 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RcESo-0002WK-Ij; Sun, 18 Dec 2011 10:59:30 +0000 Received: from mail-ww0-f41.google.com ([74.125.82.41]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RcESl-0002W6-Lg for linux-arm-kernel@lists.infradead.org; Sun, 18 Dec 2011 10:59:28 +0000 Received: by wgbdt12 with SMTP id dt12so6935587wgb.0 for ; Sun, 18 Dec 2011 02:59:24 -0800 (PST) Received: by 10.180.102.233 with SMTP id fr9mr21056042wib.40.1324205964041; Sun, 18 Dec 2011 02:59:24 -0800 (PST) Received: from localhost (cpc1-chap8-2-0-cust194.aztw.cable.virginmedia.com. [94.169.120.195]) by mx.google.com with ESMTPS id dy1sm20999254wib.18.2011.12.18.02.59.23 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 02:59:23 -0800 (PST) Date: Sun, 18 Dec 2011 10:59:22 +0000 From: Jamie Iles To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] picoxcell cleanups for 3.3 Message-ID: <20111218105922.GC2376@gallagher> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Note: CRM114 invocation failed 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 ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: jamie@jamieiles.com, linux-arm-kernel@lists.infradead.org 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 Hi Arnd, Olof Please pull these cleanups for picoxcell for the 3.3 merge window. I've based this on Russell's devel-stable branch as they are dependent on the VIC changes. The following changes since commit 3bdc3484e8f2b1b219ad0397d81ce4601fbaf76d: ARM: kexec: use soft_restart for branching to the reboot buffer (2011-12-12 16:07:36 +0000) are available in the git repository at: git://github.com/jamieiles/linux-2.6-ji.git picoxcell-cleanup Jamie Iles (4): ARM: picoxcell: remove mach/memory.h ARM: picoxcell: don't reserve irq_descs ARM: picoxcell: move io mappings to common.c MAINTAINERS: add maintainer entry for Picochip picoxcell MAINTAINERS | 9 +++++++ arch/arm/Kconfig | 1 + arch/arm/mach-picoxcell/Makefile | 1 - arch/arm/mach-picoxcell/common.c | 15 +++++++++++- arch/arm/mach-picoxcell/common.h | 1 - arch/arm/mach-picoxcell/include/mach/irqs.h | 9 +----- arch/arm/mach-picoxcell/include/mach/memory.h | 1 - arch/arm/mach-picoxcell/io.c | 32 ------------------------- 8 files changed, 26 insertions(+), 43 deletions(-) delete mode 100644 arch/arm/mach-picoxcell/include/mach/memory.h delete mode 100644 arch/arm/mach-picoxcell/io.c