From patchwork Sat Mar 3 08:28:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Turquette X-Patchwork-Id: 7068 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6B92223EA8 for ; Sat, 3 Mar 2012 08:30:48 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 3531EA185B0 for ; Sat, 3 Mar 2012 08:30:48 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id e36so4496869iag.11 for ; Sat, 03 Mar 2012 00:30:48 -0800 (PST) Received: from mr.google.com ([10.42.131.129]) by 10.42.131.129 with SMTP id z1mr8746641ics.53.1330763448055 (num_hops = 1); Sat, 03 Mar 2012 00:30:48 -0800 (PST) Received: by 10.42.131.129 with SMTP id z1mr7178895ics.53.1330763447998; Sat, 03 Mar 2012 00:30:47 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.53.18 with SMTP id k18csp3270ibg; Sat, 3 Mar 2012 00:30:47 -0800 (PST) Received: by 10.68.208.196 with SMTP id mg4mr21110202pbc.108.1330763447305; Sat, 03 Mar 2012 00:30:47 -0800 (PST) Received: from na3sys009aog113.obsmtp.com ([74.125.149.209]) by mx.google.com with SMTP id l4si11690905pbc.241.2012.03.03.00.30.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Mar 2012 00:30:47 -0800 (PST) Received-SPF: pass (google.com: domain of mturquette@ti.com designates 74.125.149.209 as permitted sender) client-ip=74.125.149.209; Authentication-Results: mx.google.com; spf=pass (google.com: domain of mturquette@ti.com designates 74.125.149.209 as permitted sender) smtp.mail=mturquette@ti.com Received: from mail-gx0-f169.google.com ([209.85.161.169]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKT1HWthlrNDcqgvaqSX9D2venb5bqk/YD@postini.com; Sat, 03 Mar 2012 00:30:47 PST Received: by ggeq1 with SMTP id q1so747254gge.14 for ; Sat, 03 Mar 2012 00:30:45 -0800 (PST) Received-SPF: pass (google.com: domain of mturquette@ti.com designates 10.236.161.103 as permitted sender) client-ip=10.236.161.103; Received: from mr.google.com ([10.236.161.103]) by 10.236.161.103 with SMTP id v67mr17711609yhk.65.1330763445956 (num_hops = 1); Sat, 03 Mar 2012 00:30:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.161.103 with SMTP id v67mr14074202yhk.65.1330763445763; Sat, 03 Mar 2012 00:30:45 -0800 (PST) Received: from singularity.itg.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id t43sm20939753yht.11.2012.03.03.00.30.41 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Mar 2012 00:30:45 -0800 (PST) Sender: "Turquette, Mike" From: Mike Turquette To: Russell King Cc: patches@linaro.org, linaro-dev@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mike Turquette , Mike Turquette , Jeremy Kerr , Thomas Gleixner , Arnd Bergman , Paul Walmsley , Richard Zhao , Saravana Kannan , Magnus Damm , Rob Herring , Mark Brown , Linus Walleij , Stephen Boyd , Amit Kucheria , Deepak Saxena , Grant Likely , Andrew Lunn Subject: [PATCH v5 2/4] clk: Kconfig: add entry for HAVE_CLK_PREPARE Date: Sat, 3 Mar 2012 00:28:59 -0800 Message-Id: <1330763341-3437-3-git-send-email-mturquette@linaro.org> X-Mailer: git-send-email 1.7.9 In-Reply-To: <1330763341-3437-1-git-send-email-mturquette@linaro.org> References: <1330763341-3437-1-git-send-email-mturquette@linaro.org> X-Gm-Message-State: ALoCoQk10bHLZ8yBJOR4mS9SdEdzzzFf54fekEDpxZ1VCtVLGYM5/6jh6oDAURcR0bskRe0r0j/j The common clk framework provides clk_prepare and clk_unprepare implementations. Create an entry for HAVE_CLK_PREPARE so that COMMON_CLK can select it. Signed-off-by: Mike Turquette Signed-off-by: Mike Turquette Acked-by: Shawn Guo Cc: Jeremy Kerr Cc: Thomas Gleixner Cc: Arnd Bergman Cc: Paul Walmsley Cc: Richard Zhao Cc: Saravana Kannan Cc: Magnus Damm Cc: Rob Herring Cc: Mark Brown Cc: Linus Walleij Cc: Stephen Boyd Cc: Amit Kucheria Cc: Deepak Saxena Cc: Grant Likely Cc: Andrew Lunn --- drivers/clk/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 9b3cd08..3912576 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -8,3 +8,6 @@ config HAVE_CLK_PREPARE config HAVE_MACH_CLKDEV bool + +config HAVE_CLK_PREPARE + bool