From patchwork Fri Jan 18 17:15:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Rutland X-Patchwork-Id: 213684 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 644C62C007C for ; Sat, 19 Jan 2013 04:19:24 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TwFXl-0006wR-AY; Fri, 18 Jan 2013 17:15:53 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TwFXj-0006vm-EY for linux-arm-kernel@lists.infradead.org; Fri, 18 Jan 2013 17:15:52 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Fri, 18 Jan 2013 17:15:47 +0000 Received: from e106331-lin.cambridge.arm.com ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 18 Jan 2013 17:15:46 +0000 Date: Fri, 18 Jan 2013 17:15:46 +0000 From: Mark Rutland To: Thomas Gleixner Subject: Re: [GIT PULL] clockevents: decouple broadcast mechanism from drivers Message-ID: <20130118171545.GB15707@e106331-lin.cambridge.arm.com> References: <20130117172910.GA10070@e106331-lin.cambridge.arm.com> MIME-Version: 1.0 In-Reply-To: <20130117172910.GA10070@e106331-lin.cambridge.arm.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 18 Jan 2013 17:15:46.0684 (UTC) FILETIME=[74812BC0:01CDF59F] X-MC-Unique: 113011817154704301 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130118_121551_709855_AD1E1A98 X-CRM114-Status: UNSURE ( 8.62 ) X-CRM114-Notice: Please train this message. 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: Santosh Shilimkar , Stephen Boyd , "linux-kernel@vger.kernel.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: , 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 Hello, As has been pointed out elsewhere, in my haste to fix this up I made a typo in the first patch, preventing it from building. Apologies for the confusion. I've created a new branch with a corrected and tested version. Please see the pull request below. Thanks, Mark. The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20: Linux 3.8-rc3 (2013-01-09 18:59:55 -0800) are available in the git repository at: git://linux-arm.org/linux-mr.git for-tglx/timer-broadcast-v2 for you to fetch changes up to 041d14f475c4436d9fb9a7c94842154c42fd1b65: clockevents: Add generic timer broadcast function (2013-01-18 17:07:36 +0000) ---------------------------------------------------------------- Mark Rutland (2): clockevents: Add generic timer broadcast receiver clockevents: Add generic timer broadcast function include/linux/clockchips.h | 9 +++++++++ kernel/time/Kconfig | 4 ++++ kernel/time/tick-broadcast.c | 28 ++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+)