From patchwork Thu Sep 26 19:25:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 278251 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::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 41C792C00B8 for ; Fri, 27 Sep 2013 05:26:37 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VPHCl-0005nk-RJ; Thu, 26 Sep 2013 19:26:27 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VPHCj-0000wD-Gz; Thu, 26 Sep 2013 19:26:25 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VPHCf-0000ue-SE for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2013 19:26:22 +0000 Received: by mail-pb0-f49.google.com with SMTP id xb4so1540948pbc.8 for ; Thu, 26 Sep 2013 12:26:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=i0X4cEkYo89x+W/8plxZ/CTqQsOutZ9FcRmupgkA7Ok=; b=P+tAp5mIBtpfSyll5Ce/mtlv47jgNWrmWSLgrMheDazr+dSyjXxc2bIItD0JpwANc9 +GYnRBOmUgdBB7NmaxLx0++/wZtt+Vwb7CSbrC+UPWImZHX1R3r5qlNLPzCjFvddqp43 DZw+ViRRL9PRTu86bGBJrSDEyirYC+FvifBFJhHLQH/yfSFXWDVx6cmdcPSOOGrxU1BN 3RJlKVl3vw4sY9NRQ4iVVAyoGtkU8n3JPeVkhE3iRlGUkHKqVutpqE535iIm0nrOjr7x WJHCoomDqo/6piUWHZOpOUTtf1DzKOUonB3BnaxZ3JEuJMh8XlXiO5sJjY76xph0C3Ef 0FTA== X-Gm-Message-State: ALoCoQmL1+5uKH1Jk9lC8swol7nfbHyMAvfgNxuIbKGSsWShqakZlo3VMLHFVP61HCjI44QH4Zv7 X-Received: by 10.66.190.198 with SMTP id gs6mr7059320pac.49.1380223560518; Thu, 26 Sep 2013 12:26:00 -0700 (PDT) Received: from [192.168.122.27] (c-67-170-153-23.hsd1.or.comcast.net. [67.170.153.23]) by mx.google.com with ESMTPSA id nj9sm3943465pbc.13.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Sep 2013 12:25:59 -0700 (PDT) Message-ID: <52448A46.9020207@linaro.org> Date: Thu, 26 Sep 2013 12:25:58 -0700 From: John Stultz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Daniel Lezcano Subject: [GIT PULL v2] drivers/clocksource: sched_clock_register() conversion for 3.13 (via tip/timers/core) X-Enigmail-Version: 1.5.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130926_152622_003359_F566B044 X-CRM114-Status: GOOD ( 11.54 ) 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 [209.85.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Thomas Gleixner , Stephen Boyd , LKML , Linux ARM Kernel ML 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 Hey Daniel, Here's the sched_clock_register conversion that Stephen did earlier this summer, as part of extending the generic sched_clock code to support 64bit counters. Unfortunately the prereqs for this series missed getting into tip/timers/core for 3.12, so I never sent out this pull request. But now that the prereqs are in tip/timers/core for 3.13, I've merge it up and I wanted to go ahead and send this out. This v2 pull request removes the setup_sched_clock deprecation, as that causes lots of warnings since there's still users in the arch/arm tree. Let me know if you have any issues or concerns. thanks -john The following changes since commit 389e067032fbb96e439abafae848dd447e4cafb4: Merge branch 'fortglx/3.12/time' into fortglx/3.13/time (2013-09-16 18:54:07 -0700) are available in the git repository at: git://git.linaro.org/people/jstultz/linux.git fordlezcano/3.13/sched-clock64-conversion for you to fetch changes up to 17deb9c2db01c7813611291d251d8c7dbdfd3c9d: Merge remote-tracking branch 'tip/timers/core' into fordlezcano/3.13/sched-clock64-conversion (2013-09-26 12:05:54 -0700) ---------------------------------------------------------------- John Stultz (1): Merge remote-tracking branch 'tip/timers/core' into fordlezcano/3.13/sched-clock64-conversion Stephen Boyd (10): clocksource: bcm2835: Switch to sched_clock_register() clocksource: dbx500-prcmu: Switch to sched_clock_register() clocksource: dw_apb_timer_of: Switch to sched_clock_register() clocksource: mxs_timer: Switch to sched_clock_register() clocksource: nomadik: Switch to sched_clock_register() clocksource: samsung_pwm_timer: Switch to sched_clock_register() clocksource: tegra: Switch to sched_clock_register() clocksource: time-armada-370-xp: Switch to sched_clock_register() clocksource: sirf: Switch to sched_clock_register() and use 64 bits clocksource: vf_pit_timer: Switch to sched_clock_register() drivers/clocksource/bcm2835_timer.c | 4 ++-- drivers/clocksource/clksrc-dbx500-prcmu.c | 5 ++--- drivers/clocksource/dw_apb_timer_of.c | 4 ++-- drivers/clocksource/mxs_timer.c | 4 ++-- drivers/clocksource/nomadik-mtu.c | 4 ++-- drivers/clocksource/samsung_pwm_timer.c | 4 ++-- drivers/clocksource/tegra20_timer.c | 4 ++-- drivers/clocksource/time-armada-370-xp.c | 4 ++-- drivers/clocksource/timer-prima2.c | 6 +++--- drivers/clocksource/vf_pit_timer.c | 4 ++-- 10 files changed, 21 insertions(+), 22 deletions(-)