| Submitter | Marc Zyngier |
|---|---|
| Date | Feb. 1, 2012, 4:39 p.m. |
| Message ID | <1328114348-24279-1-git-send-email-marc.zyngier@arm.com> |
| Download | mbox |
| Permalink | /patch/138956/ |
| 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 (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 80415B6EF1 for <incoming-imx@patchwork.ozlabs.org>; Thu, 2 Feb 2012 03:44:07 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RsdFX-00030f-LP; Wed, 01 Feb 2012 16:41:35 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RsdFU-0002zp-L4 for linux-arm-kernel@lists.infradead.org; Wed, 01 Feb 2012 16:41:33 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 01 Feb 2012 16:39:46 +0000 Received: from e102391-lin.cambridge.arm.com ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 1 Feb 2012 16:39:27 +0000 From: Marc Zyngier <marc.zyngier@arm.com> To: Russell King <linux@arm.linux.org.uk> Subject: [PULL] Runtime registration for local timers Date: Wed, 1 Feb 2012 16:39:08 +0000 Message-Id: <1328114348-24279-1-git-send-email-marc.zyngier@arm.com> X-Mailer: git-send-email 1.7.7.1 X-OriginalArrivalTime: 01 Feb 2012 16:39:27.0222 (UTC) FILETIME=[1009A960:01CCE100] X-MC-Unique: 112020116394600201 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 [91.220.42.44 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Kukjin Kim <kgene.kim@samsung.com>, Stephen Warren <swarren@nvidia.com>, Tony Lindgren <tony@atomide.com>, Stephen Boyd <sboyd@codeaurora.org>, Linus Walleij <linus.walleij@linaro.org>, Magnus Damm <magnus.damm@gmail.com>, Rob Herring <rob.herring@calxeda.com>, Paul Mundt <lethal@linux-sh.org>, Santosh Shilimkar <santosh.shilimkar@ti.com>, Colin Cross <ccross@android.com>, Olof Johansson <olof@lixom.net>, David Brown <davidb@codeaurora.org>, Shawn Guo <shawn.guo@linaro.org>, 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> MIME-Version: 1.0 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 |
Russell, Could you please pull the below branch which contains the local timer runtime registration rework? It contains Acks and Tested-bys from most maintainers, except for the usual suspects (Samsung and shmobile). Thanks, M. The following changes since commit dcf81c1af839b77b44404453ecae6e5ac5a75f05: Merge branch 'amba' into for-armsoc (2012-01-26 19:59:44 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git local_timers-for-rmk Marc Zyngier (15): ARM: smp_twd: make local_timer_stop a symbol instead of a #define ARM: local timers: introduce a new registration interface ARM: smp_twd: add runtime registration support ARM: smp_twd: add device tree support ARM: OMAP4: convert to twd_local_timer_register() interface ARM: plat-versatile: convert to twd_local_timer_register() interface ARM: tegra: convert to twd_local_timer_register() interface ARM: shmobile: convert to twd_local_timer_register() interface ARM: ux500: convert to twd_local_timer_register() interface ARM: highbank: convert to twd_local_timer_register() interface ARM: imx6q: convert to twd_local_timer_register() interface ARM: smp_twd: remove old local timer interface ARM: local timers: convert exynos to runtime registration interface ARM: local timers: convert MSM to runtime registration interface ARM: local timers: make the runtime registration interface mandatory Documentation/devicetree/bindings/arm/twd.txt | 48 ++++++++++ arch/arm/boot/dts/highbank.dts | 8 +- arch/arm/boot/dts/imx6q.dtsi | 6 +- arch/arm/include/asm/localtimer.h | 37 ++------ arch/arm/include/asm/smp_twd.h | 25 ++++- arch/arm/kernel/smp.c | 22 ++++- arch/arm/kernel/smp_twd.c | 123 ++++++++++++++++++++----- arch/arm/mach-exynos/mct.c | 18 ++-- arch/arm/mach-highbank/Makefile | 1 - arch/arm/mach-highbank/highbank.c | 3 + arch/arm/mach-highbank/localtimer.c | 40 -------- arch/arm/mach-imx/Makefile | 1 - arch/arm/mach-imx/localtimer.c | 35 ------- arch/arm/mach-imx/mach-imx6q.c | 2 + arch/arm/mach-msm/timer.c | 79 +++++++++------- arch/arm/mach-omap2/Makefile | 1 - arch/arm/mach-omap2/timer-mpu.c | 39 -------- arch/arm/mach-omap2/timer.c | 22 ++++- arch/arm/mach-realview/realview_eb.c | 27 ++++- arch/arm/mach-realview/realview_pb11mp.c | 21 ++++- arch/arm/mach-realview/realview_pbx.c | 20 +++- arch/arm/mach-shmobile/Makefile | 1 - arch/arm/mach-shmobile/include/mach/common.h | 2 + arch/arm/mach-shmobile/localtimer.c | 26 ----- arch/arm/mach-shmobile/platsmp.c | 1 - arch/arm/mach-shmobile/smp-r8a7779.c | 8 +- arch/arm/mach-shmobile/smp-sh73a0.c | 8 +- arch/arm/mach-shmobile/timer.c | 10 ++ arch/arm/mach-tegra/Makefile | 2 +- arch/arm/mach-tegra/localtimer.c | 26 ----- arch/arm/mach-tegra/timer.c | 22 ++++- arch/arm/mach-ux500/Makefile | 1 - arch/arm/mach-ux500/cpu.c | 1 - arch/arm/mach-ux500/localtimer.c | 29 ------ arch/arm/mach-ux500/timer.c | 32 +++++-- arch/arm/mach-vexpress/ct-ca9x4.c | 17 +++- arch/arm/plat-versatile/Makefile | 1 - arch/arm/plat-versatile/localtimer.c | 27 ------ 38 files changed, 407 insertions(+), 385 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/twd.txt delete mode 100644 arch/arm/mach-highbank/localtimer.c delete mode 100644 arch/arm/mach-imx/localtimer.c delete mode 100644 arch/arm/mach-omap2/timer-mpu.c delete mode 100644 arch/arm/mach-shmobile/localtimer.c delete mode 100644 arch/arm/mach-tegra/localtimer.c delete mode 100644 arch/arm/mach-ux500/localtimer.c delete mode 100644 arch/arm/plat-versatile/localtimer.c