From patchwork Thu Mar 6 04:48:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 327304 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 34D7D2C0096 for ; Thu, 6 Mar 2014 16:09:11 +1100 (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 1WLQFW-0001fA-DS; Thu, 06 Mar 2014 04:49:39 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WLQEh-00035G-3w; Thu, 06 Mar 2014 04:48:47 +0000 Received: from mail-ig0-f170.google.com ([209.85.213.170]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WLQEe-00033v-6d for linux-arm-kernel@lists.infradead.org; Thu, 06 Mar 2014 04:48:44 +0000 Received: by mail-ig0-f170.google.com with SMTP id uq10so9641199igb.1 for ; Wed, 05 Mar 2014 20:48:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=nVRcClpnNtcypV0AX6644Ueqg+EsBAKEv3JwhA6MEHo=; b=fihZd90lNx8TeEl1DF4q2B09mBIzqg/Sim6QovTChN63c7KDlL+GBeyE0zKzu9L/PY 4CDx5RSqkdtG2j5NgcFu70Au6/Ecb9wB5vju5NeUl96OkKExwsbo2ErZZrjEZh0Krj62 CW2bp1yv2//AJcvi2KshvhOS1HUNCt4Q7wF1rXIGshJrJ2BlwwJrV3HK0SwdAhrY2Xxv 1f8XNBErUYXu+hQxA377rXJLdmMncZCAlutgYHe/g0SRUlzSGEZWb29edaTNfvptfmlm TITamNHBIn68r17qvV/9Uhj/rYZ0xTnXun7Ym0RjQ809Lk1SDQYLe3CcjgFQlpLbg1ES mPLg== X-Gm-Message-State: ALoCoQmhMiQfVhpKWCMEJQ49gdycJZYmjMzNFhZYEROKIjIItPdEuDoJjmWkUccUwQhHT7N1dWfK X-Received: by 10.43.61.206 with SMTP id wx14mr8129205icb.43.1394081300795; Wed, 05 Mar 2014 20:48:20 -0800 (PST) Received: from beef (cpe-98-27-254-98.neo.res.rr.com. [98.27.254.98]) by mx.google.com with ESMTPSA id bf7sm67947510igb.9.2014.03.05.20.48.19 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 05 Mar 2014 20:48:19 -0800 (PST) Date: Wed, 5 Mar 2014 23:48:16 -0500 From: Matt Porter To: arm@kernel.org Subject: [GIT PULL] ARM: mach-bcm: bcm281xx clock driver Message-ID: <20140306044816.GA26681@beef> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140305_234844_263121_359DDEB3 X-CRM114-Status: GOOD ( 10.67 ) 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.213.170 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 List 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 The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2: Linux 3.14-rc3 (2014-02-16 13:30:25 -0800) are available in the git repository at: git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/drivers for you to fetch changes up to 1a5823c9209f0435347fcc079cf9b0dc01882db0: clk: bcm281xx: don't disable unused peripheral clocks (2014-02-24 13:50:36 -0500) ---------------------------------------------------------------- ARM: mach-bcm: bcm281xx clock driver This pull request contains the Broadcom bcm281xx clock driver series. This series is being merged through the arm-soc tree because there is an ordering dependency where the driver *must* be merged before the related dts changes. This is a result of the bcm281xx dts already containing dummy fixed clock nodes that must be updated. ---------------------------------------------------------------- Alex Elder (2): clk: bcm281xx: add initial clock framework support clk: bcm281xx: don't disable unused peripheral clocks drivers/clk/Kconfig | 1 + drivers/clk/Makefile | 1 + drivers/clk/bcm/Kconfig | 9 + drivers/clk/bcm/Makefile | 3 + drivers/clk/bcm/clk-bcm281xx.c | 416 ++++++++++++++ drivers/clk/bcm/clk-kona-setup.c | 769 +++++++++++++++++++++++++ drivers/clk/bcm/clk-kona.c | 1033 ++++++++++++++++++++++++++++++++++ drivers/clk/bcm/clk-kona.h | 410 ++++++++++++++ include/dt-bindings/clock/bcm281xx.h | 65 +++ 9 files changed, 2707 insertions(+) create mode 100644 drivers/clk/bcm/Kconfig create mode 100644 drivers/clk/bcm/Makefile create mode 100644 drivers/clk/bcm/clk-bcm281xx.c create mode 100644 drivers/clk/bcm/clk-kona-setup.c create mode 100644 drivers/clk/bcm/clk-kona.c create mode 100644 drivers/clk/bcm/clk-kona.h create mode 100644 include/dt-bindings/clock/bcm281xx.h