| Submitter | Will Deacon |
|---|---|
| Date | Feb. 4, 2013, 1:55 p.m. |
| Message ID | <1359986131-13034-2-git-send-email-will.deacon@arm.com> |
| Download | mbox |
| Permalink | /patch/218015/ |
| 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 (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 0481E2C02AC for <incoming-imx@patchwork.ozlabs.org>; Tue, 5 Feb 2013 04:53:37 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U2QC0-0005ug-G7; Mon, 04 Feb 2013 17:50:56 +0000 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U2MWR-0007nF-3X for linux-arm-kernel@lists.infradead.org; Mon, 04 Feb 2013 13:55:47 +0000 Received: from mudshark.cambridge.arm.com (mudshark.cambridge.arm.com [10.1.79.58]) by cam-admin0.cambridge.arm.com (8.12.6/8.12.6) with ESMTP id r14DtYki018647; Mon, 4 Feb 2013 13:55:34 GMT Received: by mudshark.cambridge.arm.com (Postfix, from userid 1000) id B03DBC2A93; Mon, 4 Feb 2013 13:55:33 +0000 (GMT) From: Will Deacon <will.deacon@arm.com> To: linux@arm.linux.org.uk, arnd@arndb.de, olof@lixom.net Subject: [GIT PULL 2/4] ARM broadcast timer updates for 3.9 Date: Mon, 4 Feb 2013 13:55:29 +0000 Message-Id: <1359986131-13034-2-git-send-email-will.deacon@arm.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1359986131-13034-1-git-send-email-will.deacon@arm.com> References: <1359986131-13034-1-git-send-email-will.deacon@arm.com> X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130204_085547_369061_2FFBD7A7 X-CRM114-Status: GOOD ( 11.31 ) X-Spam-Score: -7.6 (-------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-7.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [217.140.96.50 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.7 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] X-Mailman-Approved-At: Mon, 04 Feb 2013 12:50:34 -0500 Cc: mark.rutland@arm.com, marc.zyngier@arm.com, tglx@linutronix.de, 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 |
Hello again, This is the second part of the kvm-related series and moves ARM over to the generic timer broadcast implementation, currently queued by tglx in -tip. Please note that, due to this dependency, this branch contains mainline up to ~-rc6, so you may want to keep it on a separate branch to avoid pulling in a bunch of unrelated changes from -tip. Thanks, Will --->8 The following changes since commit 04c2eee5b9dfcb13f3cd07a5537fb8c785f2751a: Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-01-31 17:10:36 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-rmk/broadcast for you to fetch changes up to 5b91ab0abc957145c3ff6be03eb9a3901797019f: Merge branch 'clocks/broadcast-arm' of git://linux-arm.org/linux-mr into for-rmk/broadcast (2013-02-01 10:17:57 +0000) ---------------------------------------------------------------- Mark Rutland (4): clockevents: Add generic timer broadcast receiver clockevents: Add generic timer broadcast function arm: Use generic timer broadcast receiver arm: Add generic timer broadcast support Will Deacon (2): Merge branch 'timers/for-arm' of git://git.kernel.org/.../tip/tip into for-rmk/broadcast Merge branch 'clocks/broadcast-arm' of git://linux-arm.org/linux-mr into for-rmk/broadcast arch/arm/Kconfig | 1 + arch/arm/kernel/smp.c | 13 ++++--------- include/linux/clockchips.h | 9 +++++++++ kernel/time/Kconfig | 4 ++++ kernel/time/tick-broadcast.c | 30 ++++++++++++++++++++++++++++++ 5 files changed, 48 insertions(+), 9 deletions(-)