From patchwork Wed Nov 7 22:00:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sylwester Nawrocki X-Patchwork-Id: 1712801 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 3C3E7DFB7A for ; Wed, 7 Nov 2012 22:03:44 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TWDgr-0003FV-4H; Wed, 07 Nov 2012 22:01:41 +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 1TWDgm-0003FC-Vo for linux-arm-kernel@lists.infradead.org; Wed, 07 Nov 2012 22:01:38 +0000 Received: by mail-ea0-f177.google.com with SMTP id n13so805406eaa.36 for ; Wed, 07 Nov 2012 14:01:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=Fe599qIDjv5eUmy3+MG89fbSneXsYJTBDh9WvmxNyOE=; b=Y3H1kdy3RC9SG9f7mV+1gbxEBrorbAQ2RBHohjansG/+BZxxGsYbZsvyU7r97IzAZ9 1CqOnebT/skynIxP+jLwLz1fF7XkiKLWy+DoEoeYF9LRwC7DmyqUlK/B5+kdoV3iXdM6 P4lBwJQAsRkEvx1Dfq4yxVrtOTkMKmc1EfXCKCy+Rnq1+ujWp1bu+Zcb3aNsERFLIfCn QjWDZufLLlBiCVROS07y4n59VJQNosAeAvqqFrQQ9DBSf9XrM6FDKuSL+J6igQeU0wju 9GebHb8Yg/lqzuqtlvSkP2JT7KOZfInMObJeGxQGuex7thlara5cQ06Z5BVRm8oMYJ03 ndYQ== Received: by 10.14.0.198 with SMTP id 46mr20094179eeb.21.1352325694811; Wed, 07 Nov 2012 14:01:34 -0800 (PST) Received: from localhost.localdomain (88.Red-2-139-206.staticIP.rima-tde.net. [2.139.206.88]) by mx.google.com with ESMTPS id 42sm66420436eee.0.2012.11.07.14.01.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Nov 2012 14:01:34 -0800 (PST) From: Sylwester Nawrocki To: kgene.kim@samsung.com Subject: [PATCH 1/2] ARM: S3C24XX: Add clkdev entry for camif-upll clock Date: Wed, 7 Nov 2012 23:00:56 +0100 Message-Id: <1352325657-28885-1-git-send-email-sylvester.nawrocki@gmail.com> X-Mailer: git-send-email 1.7.4.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121107_170137_175658_B06A4620 X-CRM114-Status: GOOD ( 11.68 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (sylvester.nawrocki[at]gmail.com) -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] -0.0 SPF_PASS SPF: sender matches SPF record -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: Sylwester Nawrocki , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The s3c-camif driver uses "camera" clock conn_id for the "camif-upll" (s3c244x) and "camera" (s3c64xx) platform clock. By adding this new clkdev entry the platform differences are isolated from the driver. Signed-off-by: Sylwester Nawrocki --- arch/arm/mach-s3c24xx/clock-s3c2440.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c24xx/clock-s3c2440.c b/arch/arm/mach-s3c24xx/clock-s3c2440.c index 4407b17..04b87ec 100644 --- a/arch/arm/mach-s3c24xx/clock-s3c2440.c +++ b/arch/arm/mach-s3c24xx/clock-s3c2440.c @@ -161,6 +161,7 @@ static struct clk_lookup s3c2440_clk_lookup[] = { CLKDEV_INIT(NULL, "clk_uart_baud1", &s3c24xx_uclk), CLKDEV_INIT(NULL, "clk_uart_baud2", &clk_p), CLKDEV_INIT(NULL, "clk_uart_baud3", &s3c2440_clk_fclk_n), + CLKDEV_INIT("s3c2440-camif", "camera", &s3c2440_clk_cam_upll), }; static int __init_refok s3c2440_clk_add(struct device *dev, struct subsys_interface *sif)