From patchwork Sat Jul 7 17:03:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 169603 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 2D86B2C0212 for ; Sun, 8 Jul 2012 03:12:24 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SnYPz-0000qI-1K; Sat, 07 Jul 2012 17:03:39 +0000 Received: from mail-ob0-f177.google.com ([209.85.214.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SnYPo-0000q4-E8 for linux-arm-kernel@lists.infradead.org; Sat, 07 Jul 2012 17:03:30 +0000 Received: by obbta17 with SMTP id ta17so17201788obb.36 for ; Sat, 07 Jul 2012 10:03:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=p87/RQJLzQyCfb5o4I+yfZHt5r5sGyq6kQNhYi7Pudk=; b=ilxnejj+GVvuUMRxB5wDmiQjQTKFZY7WWBZR6LgNvd+OoCopBHdoGMCsng1kKSPR44 JtRR+YpZkkO1gSqtmrjSBdN/wkLdl/NQJI87/onpWv459ZwmJF+LgmXYWE+UIho6EvRu Ds7CanIvbOKnQ69gX2NEItt5/mDnqpyW4iIyFpfAylJVm4gDzwFWm0LRVjBpQ2VKS3u4 vRLXC/qK1ywskF9jTuNom4ZZhBOBEw3fHsUxu22irmuCmNga0XJfGM0O+YMPm7aAU0by eIgxW9ACnLUmkx1mNS0/nnWM9GTiPgMS351TjxVBeXdNyKA2hTBpzyTm4awnLCqO8yWr i2vg== Received: by 10.60.19.42 with SMTP id b10mr35277840oee.12.1341680603776; Sat, 07 Jul 2012 10:03:23 -0700 (PDT) Received: from [192.168.1.103] (65-36-72-55.dyn.grandenetworks.net. [65.36.72.55]) by mx.google.com with ESMTPS id j10sm18750626oej.10.2012.07.07.10.03.22 (version=SSLv3 cipher=OTHER); Sat, 07 Jul 2012 10:03:23 -0700 (PDT) Message-ID: <4FF86BD9.3050805@gmail.com> Date: Sat, 07 Jul 2012 12:03:21 -0500 From: Rob Herring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Mike Turquette , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: [GIT PULL] DT clk binding support for 3.6 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.214.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Grant Likely 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 Mike, Please pull DT clk binding and highbank clk support for 3.6. The only real change from 3.5 pull request is returning error values rather than NULL to align with the rest of the clk framework. There's been a little discussion but otherwise has been quiet. Rob The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678: Linux 3.5-rc5 (2012-06-30 16:08:57 -0700) are available in the git repository at: git://sources.calxeda.com/kernel/linux.git clk-for-3.6 for you to fetch changes up to 39a8e38a03823c3acaec02c6d7c551e268cb2139: clk: add highbank clock support (2012-07-01 17:04:45 -0500) ---------------------------------------------------------------- Grant Likely (2): clk: add DT clock binding support clk: add DT fixed-clock binding support Rob Herring (2): dt: add clock binding doc to primecell bindings clk: add highbank clock support .../devicetree/bindings/arm/primecell.txt | 6 + .../devicetree/bindings/clock/calxeda.txt | 17 + .../devicetree/bindings/clock/clock-bindings.txt | 117 +++++++ .../devicetree/bindings/clock/fixed-clock.txt | 21 ++ arch/arm/Kconfig | 1 + arch/arm/boot/dts/highbank.dts | 91 +++++- arch/arm/mach-highbank/Makefile | 2 +- arch/arm/mach-highbank/clock.c | 62 ---- arch/arm/mach-highbank/highbank.c | 7 + drivers/clk/Makefile | 1 + drivers/clk/clk-fixed-rate.c | 23 ++ drivers/clk/clk-highbank.c | 345 ++++++++++++++++++++ drivers/clk/clk.c | 140 ++++++++ drivers/clk/clkdev.c | 77 +++++ include/linux/clk-provider.h | 16 + include/linux/clk.h | 19 ++ 16 files changed, 881 insertions(+), 64 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/calxeda.txt create mode 100644 Documentation/devicetree/bindings/clock/clock-bindings.txt create mode 100644 Documentation/devicetree/bindings/clock/fixed-clock.txt delete mode 100644 arch/arm/mach-highbank/clock.c create mode 100644 drivers/clk/clk-highbank.c