From patchwork Tue Mar 26 22:29:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 231566 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 BB8782C0079 for ; Wed, 27 Mar 2013 09:32:59 +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 1UKcNZ-0007ts-VK; Tue, 26 Mar 2013 22:30:05 +0000 Received: from fw-tnat.cambridge.arm.com ([217.140.96.21] helo=cam-smtp0.cambridge.arm.com) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UKcNW-0007tA-Cl for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2013 22:30:03 +0000 Received: from arm.com (e102109-lin.cambridge.arm.com [10.1.69.68]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id r2QMTnAO012132; Tue, 26 Mar 2013 22:29:49 GMT Date: Tue, 26 Mar 2013 22:29:48 +0000 From: Catalin Marinas To: Russell King - ARM Linux Subject: Re: [PATCH v3 0/4] Preparatory GIC patches for arm64 support Message-ID: <20130326222948.GA2122@arm.com> References: <1363714703-9629-1-git-send-email-catalin.marinas@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1363714703-9629-1-git-send-email-catalin.marinas@arm.com> Thread-Topic: [PATCH v3 0/4] Preparatory GIC patches for arm64 support Accept-Language: en-GB, en-US Content-Language: en-US User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130326_183002_711761_561DA8B7 X-CRM114-Status: GOOD ( 18.39 ) X-Spam-Score: -3.9 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [217.140.96.21 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.3 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Olof Johansson , linux-arm-kernel@lists.infradead.org, Arnd Bergmann 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 Hi Russell, On Tue, Mar 19, 2013 at 05:38:19PM +0000, Catalin Marinas wrote: > That's the third version of the GIC clean-up patches required to support > arm64. This is based on 3.9-rc3 and covers new platform code that has > been merged into 3.9-rc1. > > The patches touch mostly SoC code, drivers/ and arch/arm/ functions > moved out into include/linux/. > > Russell, what's your preferred way of getting these patches upstream? > Ack'ing them and me sending pull request to arm-soc or you would rather > merge them via your tree? Either way works for me at the moment since > the code is based on mainline. Do you have any preferred path for getting these patches upstream? I plan to send a pull request soon and I would like to know where to. FYI, the detail/diffstat are below. Thanks. The following changes since commit a937536b868b8369b98967929045f1df54234323: Linux 3.9-rc3 (2013-03-17 15:59:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git gic for you to fetch changes up to c0114709ed85a5693eb74acdfa03d94f7f12e5b8: irqchip: gic: Perform the gic_secondary_init() call via CPU notifier (2013-03-26 16:12:02 +0000) ---------------------------------------------------------------- Catalin Marinas (4): arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.h arm: Move chained_irq_(enter|exit) to a generic file irqchip: gic: Call handle_bad_irq() directly irqchip: gic: Perform the gic_secondary_init() call via CPU notifier arch/arm/include/asm/irq.h | 5 +++ arch/arm/include/asm/mach/irq.h | 36 -------------------- arch/arm/mach-at91/gpio.c | 3 +- arch/arm/mach-exynos/common.c | 1 + arch/arm/mach-exynos/platsmp.c | 8 ----- arch/arm/mach-highbank/platsmp.c | 7 ---- arch/arm/mach-imx/platsmp.c | 12 ------- arch/arm/mach-msm/platsmp.c | 8 ----- arch/arm/mach-omap2/omap-smp.c | 7 ---- arch/arm/mach-prima2/platsmp.c | 8 ----- arch/arm/mach-s3c24xx/irq.c | 1 + arch/arm/mach-shmobile/smp-emev2.c | 7 ---- arch/arm/mach-shmobile/smp-r8a7779.c | 7 ---- arch/arm/mach-shmobile/smp-sh73a0.c | 7 ---- arch/arm/mach-socfpga/platsmp.c | 12 ------- arch/arm/mach-spear13xx/platsmp.c | 8 ----- arch/arm/mach-tegra/platsmp.c | 8 ----- arch/arm/mach-ux500/platsmp.c | 8 ----- arch/arm/mach-virt/platsmp.c | 8 ----- arch/arm/plat-samsung/irq-vic-timer.c | 3 +- arch/arm/plat-samsung/s5p-irq-gpioint.c | 3 +- arch/arm/plat-versatile/platsmp.c | 8 ----- drivers/gpio/gpio-msm-v2.c | 3 +- drivers/gpio/gpio-mxc.c | 2 +- drivers/gpio/gpio-omap.c | 3 +- drivers/gpio/gpio-pl061.c | 2 +- drivers/gpio/gpio-pxa.c | 3 +- drivers/gpio/gpio-tegra.c | 3 +- drivers/irqchip/exynos-combiner.c | 1 + drivers/irqchip/irq-gic.c | 32 +++++++++++++----- drivers/irqchip/irq-vic.c | 2 +- drivers/pinctrl/pinctrl-at91.c | 3 +- drivers/pinctrl/pinctrl-exynos.c | 3 +- drivers/pinctrl/pinctrl-nomadik.c | 2 +- drivers/pinctrl/pinctrl-sirf.c | 2 +- drivers/pinctrl/spear/pinctrl-plgpio.c | 2 +- drivers/staging/imx-drm/ipu-v3/ipu-common.c | 2 +- include/linux/irqchip/arm-gic.h | 1 - include/linux/irqchip/chained_irq.h | 52 +++++++++++++++++++++++++++++ 39 files changed, 99 insertions(+), 194 deletions(-) create mode 100644 include/linux/irqchip/chained_irq.h