| Submitter | Shawn Guo |
|---|---|
| Date | Sept. 11, 2012, 7:54 a.m. |
| Message ID | <1347350100-4674-4-git-send-email-shawn.guo@linaro.org> |
| Download | mbox |
| Permalink | /patch/184000/ |
| 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 (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 11F6F2C0096 for <incoming-imx@patchwork.ozlabs.org>; Sat, 15 Sep 2012 04:16:43 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TCaN2-0001JZ-Gi; Fri, 14 Sep 2012 18:12:05 +0000 Received: from mail-pz0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TBLJm-0001aw-CY for linux-arm-kernel@lists.infradead.org; Tue, 11 Sep 2012 07:55:35 +0000 Received: by dajq27 with SMTP id q27so163996daj.36 for <linux-arm-kernel@lists.infradead.org>; Tue, 11 Sep 2012 00:55:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=V4NZtUiGVraCXi/0tpCWU2TthO7y1YbVP2ep1e6H67w=; b=XOutSt7t77M2M9+y13Vn9WhXIcZ3tQ2SNW6e7KSTqUJHT6WXj+De4K5zKQ9WUfqzQm YIV1Bt6V31hJ68LogALHU5izNrw5xbTBv3PkadmTAZpCp8DFpVsWmjXVjl9Zd23oFFDN lFMJjC+4zEPfplPjRknIZRC54KqgE4evDGzwdjbOCeg/L3FcSBKcSnxUOiKTG5yn3ewP l+WsCZefi6cL2zDiB3e+uQ1M5ciT+8CPUl1DtsNGl70OG49i+FNs/zWIF2SL9DeMTqeZ d0nSMQ2mr6fw3qCpg1eeHYaSzNB+X10aLXBkPIiJZW8VNtIPj5kLJtZHPNJpcMVytnfQ 6HyA== Received: by 10.68.225.104 with SMTP id rj8mr10151786pbc.97.1347350132887; Tue, 11 Sep 2012 00:55:32 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([114.216.151.240]) by mx.google.com with ESMTPS id qw6sm9379178pbc.26.2012.09.11.00.55.29 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Sep 2012 00:55:32 -0700 (PDT) From: Shawn Guo <shawn.guo@linaro.org> To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net> Subject: [GIT PULL 3/4] mxs clk device tree lookup Date: Tue, 11 Sep 2012 15:54:58 +0800 Message-Id: <1347350100-4674-4-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347350100-4674-1-git-send-email-shawn.guo@linaro.org> References: <1347350100-4674-1-git-send-email-shawn.guo@linaro.org> X-Gm-Message-State: ALoCoQlwqpUo/+fYkr130dl4o24TTJVpURuLLTpbuP4Te0WwtViOkkdaiVVWm3cwxl92Qipf3YRH X-Bad-Reply: References and In-Reply-To but no 'Re:' in Subject. 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 [209.85.210.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Mailman-Approved-At: Fri, 14 Sep 2012 14:09:30 -0400 Cc: Shawn Guo <shawn.guo@linaro.org>, Mike Turquette <mturquette@linaro.org>, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 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-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 |
The following changes since commit 0a77398b5a68e298f03b1c356c5100fa1decb2e1: Merge tag 'mxs-dt-3.7' into mxs/clk-dt-lookup (2012-09-11 14:15:00 +0800) are available in the git repository at: git://git.linaro.org/people/shawnguo/linux-2.6.git tags/mxs-clk-dt-lookup for you to fetch changes up to 53f9443da63db38212e784b0aa205881168757aa: clk: mxs: replace imx23 clk_register_clkdev with clock DT lookup (2012-09-11 14:45:46 +0800) ---------------------------------------------------------------- mxs-clk-dt-lookup It replaces clk_register_clkdev in mxs clock driver with DT lookup. The series depends on pull request mxs-dt-3.7 and Mike's clk branch below. ---------------------------------------------------------------- Shawn Guo (2): clk: mxs: replace imx28 clk_register_clkdev with clock DT lookup clk: mxs: replace imx23 clk_register_clkdev with clock DT lookup .../devicetree/bindings/clock/imx23-clock.txt | 76 [32m+++++++++++++[m .../devicetree/bindings/clock/imx28-clock.txt | 99 [32m+++++++++++++++++[m arch/arm/boot/dts/imx23.dtsi | 16 [32m++[m[31m-[m arch/arm/boot/dts/imx28.dtsi | 35 [32m+++++[m[31m-[m drivers/clk/mxs/clk-imx23.c | 55 [32m++[m[31m--------[m drivers/clk/mxs/clk-imx28.c | 113 [32m++[m[31m------------------[m 6 files changed, 242 insertions(+), 152 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/imx23-clock.txt create mode 100644 Documentation/devicetree/bindings/clock/imx28-clock.txt