From patchwork Wed Aug 15 08:10:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 177564 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 0D4C32C0087 for ; Wed, 15 Aug 2012 18:14:13 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T1Ygw-0008SU-2A; Wed, 15 Aug 2012 08:11:02 +0000 Received: from mail-vb0-f49.google.com ([209.85.212.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T1Ygs-0008SG-MZ for linux-arm-kernel@lists.infradead.org; Wed, 15 Aug 2012 08:10:59 +0000 Received: by vbbfo1 with SMTP id fo1so1286028vbb.36 for ; Wed, 15 Aug 2012 01:10:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=Y9Tz1ivbV4sDcDi6ADl5zg4yiBMC0EvKykg/45VkM/k=; b=TbcB6i0fHd5taF/nL+3VqA8Fd/w9PwSH/PsvRqfV3zRHJWDcgZHqkqhAYjXDm2SzjT zGMcl3vMQ0lo3CzpJwtgugg/6dbpcRM8Sxjb/ibPjL6BUQw021DlLCvWd917n4P3xJ0Z HIZqs123wo4o1Ud5dm+EbTRG6TNQFP3/JmAFJp+uBrHaqe8aEBA48Ba1OBGqh/RWViS9 ZrYRl3m0IpvvW2DULrZsLoMVFPeE8LD2Uy26cRievjf0tdbnxdBrR8NImamXGtPMnfR3 BdvVNTL5IflVLeMDLmCcZ1THt0OlYENCnAPJxl7u4/LT5ShuNXHbWcV4TYOxmldPsFaZ 0O4w== MIME-Version: 1.0 Received: by 10.52.72.79 with SMTP id b15mr8719503vdv.13.1345018254991; Wed, 15 Aug 2012 01:10:54 -0700 (PDT) Received: by 10.52.180.6 with HTTP; Wed, 15 Aug 2012 01:10:54 -0700 (PDT) Date: Wed, 15 Aug 2012 10:10:54 +0200 Message-ID: Subject: [GIT PULL] U300 cleanups and sparseirq From: Linus Walleij To: arm@kernel.org X-Gm-Message-State: ALoCoQl8lZ6Rsm7EqwcZhJSZnbCf3jNUhD6ddFw0DD/5EIYN3nWM/mDqgJzwd7bkmhfGrQWGNO9x X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: 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 ARM SoC maintainers, could you please pull the following patch set sent out for review the other day doing a number of cleanups and a minor improvement to U300, paving the way for single zImage and device tree: - Deprecate ancient platforms to make the following patches easier to make... - Move out one header to platform data and one to the mach-u300 proper to depopulate - Consolidate core machine files - Convert to sparse IRQs Please pull! Thanks. The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git u300-cleanup for you to fetch changes up to a4fe292fa75baaa9cfb1a7224614f31fcd0d9a7b: ARM: u300: convert to sparse IRQs (2012-08-13 13:53:07 +0200) ---------------------------------------------------------------- Linus Walleij (7): ARM: u300: retire ancient platforms pinctrl/coh901: retire ancient GPIO block versions pinctrl/coh901: move header to platform data dir ARM: u300: merge u300.c into core.c and rid headers ARM: u300: delete remnant clkdev.h file ARM: u300: move DMA channel header into mach-u300 ARM: u300: convert to sparse IRQs arch/arm/Kconfig | 1 + arch/arm/mach-u300/Kconfig | 43 +--- arch/arm/mach-u300/Makefile | 1 - arch/arm/mach-u300/core.c | 100 +++------- .../mach-u300/{include/mach => }/dma_channels.h | 11 +- arch/arm/mach-u300/i2c.c | 6 +- arch/arm/mach-u300/include/mach/clkdev.h | 7 - arch/arm/mach-u300/include/mach/irqs.h | 36 +--- arch/arm/mach-u300/include/mach/platform.h | 20 -- arch/arm/mach-u300/include/mach/syscon.h | 32 +-- arch/arm/mach-u300/include/mach/u300-regs.h | 19 +- arch/arm/mach-u300/spi.c | 2 +- arch/arm/mach-u300/timer.c | 5 +- arch/arm/mach-u300/timer.h | 1 + arch/arm/mach-u300/u300-gpio.h | 46 +---- arch/arm/mach-u300/u300.c | 57 ------ drivers/pinctrl/pinctrl-coh901.c | 220 ++++----------------- .../linux/platform_data/pinctrl-coh901.h | 13 +- 18 files changed, 87 insertions(+), 533 deletions(-) rename arch/arm/mach-u300/{include/mach => }/dma_channels.h (88%) delete mode 100644 arch/arm/mach-u300/include/mach/clkdev.h delete mode 100644 arch/arm/mach-u300/include/mach/platform.h create mode 100644 arch/arm/mach-u300/timer.h delete mode 100644 arch/arm/mach-u300/u300.c rename arch/arm/mach-u300/include/mach/gpio-u300.h => include/linux/platform_data/pinctrl-coh901.h (72%) Yours, Linus Walleij