From patchwork Mon Sep 24 15:46:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pawel Moll X-Patchwork-Id: 186472 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 3305B2C0084 for ; Tue, 25 Sep 2012 01:48:17 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TGArS-0004tu-Ji; Mon, 24 Sep 2012 15:46:18 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TGArP-0004tC-EN for linux-arm-kernel@lists.infradead.org; Mon, 24 Sep 2012 15:46:16 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 24 Sep 2012 16:46:10 +0100 Received: from [10.1.205.140] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 24 Sep 2012 16:46:08 +0100 Message-ID: <1348501568.27071.5.camel@hornet> Subject: [GIT PULL] Versatile Express clk From: Pawel Moll To: Mike Turquette Date: Mon, 24 Sep 2012 16:46:08 +0100 X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-OriginalArrivalTime: 24 Sep 2012 15:46:08.0641 (UTC) FILETIME=[B705EF10:01CD9A6B] X-MC-Unique: 112092416461013301 X-Spam-Note: CRM114 invocation failed 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: 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 Mike, Would you be so kind and pull the VE clocking stuff? They are rebased on top of Linus' Realview patch. Thanks! Pawel The following changes since commit b9f8a0f8e255919bdcfb96a8d50d1523233a458a: clk: convert ARM RealView to common clk (2012-09-24 16:28:29 +0100) are available in the git repository at: git://git.linaro.org/people/pawelmoll/linux.git clk-v3.6-rc7 for you to fetch changes up to b262f1ed394218f9327b72e7d1d17a5e62074be0: clk: Common clocks implementation for Versatile Express (2012-09-24 16:28:30 +0100) ---------------------------------------------------------------- Pawel Moll (2): clk: Versatile Express clock generators ("osc") driver clk: Common clocks implementation for Versatile Express arch/arm/include/asm/hardware/sp810.h | 2 + drivers/clk/Kconfig | 8 +- drivers/clk/versatile/Makefile | 2 + drivers/clk/versatile/clk-vexpress-osc.c | 150 ++++++++++++++++++++++++++++++ drivers/clk/versatile/clk-vexpress.c | 142 ++++++++++++++++++++++++++++ 5 files changed, 301 insertions(+), 3 deletions(-) create mode 100644 drivers/clk/versatile/clk-vexpress-osc.c create mode 100644 drivers/clk/versatile/clk-vexpress.c