| Submitter | Will Deacon |
|---|---|
| Date | May 11, 2011, 3:40 p.m. |
| Message ID | <1305128411.2252.5.camel@craptop> |
| Download | mbox |
| Permalink | /patch/95160/ |
| State | Not Applicable |
| 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 bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EF7A7B6F41 for <incoming-imx@patchwork.ozlabs.org>; Thu, 12 May 2011 01:40:47 +1000 (EST) Received: from canuck.infradead.org ([134.117.69.58]) by bombadil.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1QKBWl-0004hU-QT; Wed, 11 May 2011 15:40:45 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1QKBWl-0001Cc-1l; Wed, 11 May 2011 15:40:43 +0000 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]) by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1QKBWh-0001CK-3u for linux-arm-kernel@lists.infradead.org; Wed, 11 May 2011 15:40:40 +0000 Received: from [10.37.7.15] ([10.37.7.15]) by cam-admin0.cambridge.arm.com (8.12.6/8.12.6) with ESMTP id p4BFWKF9006579; Wed, 11 May 2011 16:32:20 +0100 (BST) Subject: [GIT PULL] GIC FastEOI changes for 2.6.40 From: Will Deacon <will.deacon@arm.com> To: linux@arm.linux.org.uk Date: Wed, 11 May 2011 17:40:11 +0200 Message-ID: <1305128411.2252.5.camel@craptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110511_114039_589602_FCD83F3D X-CRM114-Status: GOOD ( 11.18 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: santosh.shilimkar@ti.com, linux-arm-kernel@lists.infradead.org, ccross@android.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
Hi Russell, Please can you pull the following for 2.6.40? There are some patches included here from Colin and Santosh which are related to the FastEOI GIC changes so they have asked me to carry them along with the rest of the platform changes. Thanks, Will The following changes since commit 693d92a1bbc9e42681c42ed190bd42b636ca876f: Linus Torvalds (1): Linux 2.6.39-rc7 are available in the git repository at: git://linux-arm.org/linux-2.6-wd.git gic-fasteoi Colin Cross (4): ARM: tegra: irq: convert to gic arch extensions ARM: tegra: irq: Remove PM support ARM: tegra: irq: Move legacy_irq.c into irq.c ARM: tegra: irq: Add tegra_eoi Santosh Shilimkar (1): ARM: GIC: Convert GIC library to use the IO relaxed operations Will Deacon (6): ARM: omap: update GPIO chained IRQ handler to use entry/exit functions ARM: s5pv310: update IRQ combiner to use chained entry/exit functions ARM: msm: update GPIO chained IRQ handler to use entry/exit functions ARM: nmk: update GPIO chained IRQ handler to entry/exit functions ARM: tegra: update GPIO chained IRQ handler to use entry/exit functions ARM: gic: use handle_fasteoi_irq for SPIs arch/arm/common/gic.c | 84 +++++----- arch/arm/mach-exynos4/irq-combiner.c | 6 +- arch/arm/mach-msm/gpio-v2.c | 10 +- arch/arm/mach-tegra/Makefile | 2 +- arch/arm/mach-tegra/gpio.c | 9 +- arch/arm/mach-tegra/include/mach/legacy_irq.h | 35 ---- arch/arm/mach-tegra/irq.c | 174 +++++++++------------ arch/arm/mach-tegra/legacy_irq.c | 215 ------------------------- arch/arm/plat-nomadik/gpio.c | 12 +- arch/arm/plat-omap/gpio.c | 7 +- 10 files changed, 144 insertions(+), 410 deletions(-) delete mode 100644 arch/arm/mach-tegra/include/mach/legacy_irq.h delete mode 100644 arch/arm/mach-tegra/legacy_irq.c