| Submitter | Simon Horman |
|---|---|
| Date | March 18, 2013, 1:02 p.m. |
| Message ID | <1363611758-6655-1-git-send-email-horms+renesas@verge.net.au> |
| Download | mbox |
| Permalink | /patch/228669/ |
| 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.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 65DDF2C007C for <incoming-imx@patchwork.ozlabs.org>; Tue, 19 Mar 2013 01:56:50 +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 1UHbR5-0002Wl-BW; Mon, 18 Mar 2013 14:53:15 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UHZiE-0006Nt-Eb for linux-arm-kernel@lists.infradead.org; Mon, 18 Mar 2013 13:02:52 +0000 Received: from ayumi.akashicho.tokyo.vergenet.net (p8120-ipbfp1001kobeminato.hyogo.ocn.ne.jp [118.10.137.120]) by kirsty.vergenet.net (Postfix) with ESMTP id E87CF25BE47; Tue, 19 Mar 2013 00:02:47 +1100 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id 7985AEDE13A; Mon, 18 Mar 2013 22:02:46 +0900 (JST) From: Simon Horman <horms+renesas@verge.net.au> To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net> Subject: [GIT PULL] ARM and SH based SoC clocksource update for v3.10 Date: Mon, 18 Mar 2013 22:02:26 +0900 Message-Id: <1363611758-6655-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130318_090250_793789_476C2DF0 X-CRM114-Status: UNSURE ( 9.52 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -5.1 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [202.4.237.240 listed in list.dnswl.org] -2.5 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: Paul Mundt <lethal@linux-sh.org>, arm@kernel.org, Magnus Damm <magnus.damm@gmail.com>, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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" <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 |
Hi Olof, Hi Arnd, The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-clocksource-for-v3.10 for you to fetch changes up to 342896a5c565e38dfb87954f362735f03ae1efb0: clocksource: sh_mtu2: Set initcall level to subsys (2013-03-13 02:24:37 +0900) ---------------------------------------------------------------- Renesas ARM and SH based SoC clocksource update for v3.10 I has been agreed by Paul Mundt and myself, that it would be best to take these changes through the renesas tree and in turn the arm-soc tree. ---------------------------------------------------------------- Magnus Damm (8): clocksource: sh_cmt: Take care of clk_put() when setup_irq() fails clocksource: sh_cmt: Initialize 'max_match_value' and 'lock' in sh_cmt_setup() clocksource: sh_cmt: Introduce per-register functions clocksource: sh_cmt: Consolidate platform_set_drvdata() call clocksource: sh_cmt: CMSTR and CMCSR register access update clocksource: sh_cmt: CMCNT and CMCOR register access update clocksource: sh_cmt: Add control register callbacks clocksource: sh_cmt: Add CMT register layout comment Simon Horman (4): clocksource: sh_cmt: Set initcall level to subsys clocksource: sh_tmu: Set initcall level to subsys clocksource: em_sti: Set initcall level to subsys clocksource: sh_mtu2: Set initcall level to subsys drivers/clocksource/em_sti.c | 13 ++- drivers/clocksource/sh_cmt.c | 189 +++++++++++++++++++++++++---------------- drivers/clocksource/sh_mtu2.c | 2 +- drivers/clocksource/sh_tmu.c | 2 +- 4 files changed, 132 insertions(+), 74 deletions(-)