From patchwork Fri Nov 16 14:06:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 199627 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 82A742C0081 for ; Sat, 17 Nov 2012 01:09:14 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TZMZS-00065E-0X; Fri, 16 Nov 2012 14:07:02 +0000 Received: from mail-ea0-f177.google.com ([209.85.215.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TZMZN-00064P-JL for linux-arm-kernel@lists.infradead.org; Fri, 16 Nov 2012 14:06:58 +0000 Received: by mail-ea0-f177.google.com with SMTP id n13so1086935eaa.36 for ; Fri, 16 Nov 2012 06:06:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=0H+kpS9ZpOn7V1eoHIrTzW7EGNoFhCjhuVfWxILkogE=; b=XAqZz6R3DfdzX2Pr/ukoTxm+LOmKCR0Wx3VXF9G8+LbP0zhweoWLOqkJPNpjtWovuH PY2tV2h+6HFmJqnYOJwGYEWgSE0lgr90mXtQI7NWDVLWzet3MJZirOkzi/072cKk4AvX A9FMpltlCIpbJxbq1n+Dr7IUzcMAzIzo1gi7AXOjs9qEusiYf3fhGvgN4KbvTiw/KPOv RtqHkV5JqRwuAsw7R9SGklxZcBwa1I6Y1DMMjxNps0jREsVrHDSqnMw8JIiKAVprcEfX /PhF8VK0L11trpVZR89pPWHMcBAt99U72DjjYTtF3YNbVkCrchrVhRZXPj8Y2d02MWOx HbaQ== MIME-Version: 1.0 Received: by 10.14.174.194 with SMTP id x42mr13959186eel.22.1353074815767; Fri, 16 Nov 2012 06:06:55 -0800 (PST) Received: by 10.223.36.4 with HTTP; Fri, 16 Nov 2012 06:06:55 -0800 (PST) Date: Fri, 16 Nov 2012 15:06:55 +0100 Message-ID: Subject: [GIT PULL] MTU clock fixes From: Linus Walleij To: arm@kernel.org X-Gm-Message-State: ALoCoQnY50dc+y5jnVf8j0KeEvAThbxjO9zXOjF8pkwZ3oo3bU6ocCbywhZb0nKSSszxR8FwZCFw X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121116_090657_785897_5BEDB0E7 X-CRM114-Status: UNSURE ( 8.15 ) 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 [209.85.215.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Ulf Hansson , Mike Turquette , 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 Hi ARM SoC guys, As agreed with Arnd here is a tag with the two patches to the clock and clocksource for the MTU timer that we were worried would clash with ARM SoC if they were merged into the clk tree. It is based on the suggested commit in the multiplatform branch. Please pull it in! Yours, Linus Walleij The following changes since commit c3b9d1db23c4ebd4d8a0964ebcf5f27d4eb8fa3f: ARM: plat-nomadik: convert platforms to SPARSE_IRQ (2012-11-05 09:55:34 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git tags/mtu-clk-for-arm-soc for you to fetch changes up to 16defa668d009a762e23d55ce6ecf5ae483dfe10: clocksource/mtu-nomadik: use apb_pclk (2012-11-16 14:44:02 +0100) ---------------------------------------------------------------- This tag contains two MTU patches based on top of the ux500 sparse IRQ commit to avoid merge clashes. ---------------------------------------------------------------- Ulf Hansson (2): clk: ux500: Register mtu apb_pclocks clocksource/mtu-nomadik: use apb_pclk drivers/clk/ux500/u8500_clk.c | 9 +++------ drivers/clocksource/nomadik-mtu.c | 8 +++++++- 2 files changed, 10 insertions(+), 7 deletions(-)