From patchwork Thu Sep 22 22:27:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Turquette X-Patchwork-Id: 4290 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 9801423EF5 for ; Thu, 22 Sep 2011 22:31:14 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 8D274A18617 for ; Thu, 22 Sep 2011 22:31:14 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so4544060fxe.11 for ; Thu, 22 Sep 2011 15:31:14 -0700 (PDT) Received: by 10.223.94.134 with SMTP id z6mr3836819fam.8.1316730674483; Thu, 22 Sep 2011 15:31:14 -0700 (PDT) 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.152.18.198 with SMTP id y6cs186679lad; Thu, 22 Sep 2011 15:31:14 -0700 (PDT) Received: by 10.68.20.135 with SMTP id n7mr6356649pbe.125.1316730673119; Thu, 22 Sep 2011 15:31:13 -0700 (PDT) Received: from na3sys009aog102.obsmtp.com ([74.125.149.69]) by mx.google.com with SMTP id h3si10380639pbg.41.2011.09.22.15.31.09 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 15:31:13 -0700 (PDT) Received-SPF: pass (google.com: domain of mturquette@ti.com designates 74.125.149.69 as permitted sender) client-ip=74.125.149.69; Authentication-Results: mx.google.com; spf=pass (google.com: domain of mturquette@ti.com designates 74.125.149.69 as permitted sender) smtp.mail=mturquette@ti.com Received: from mail-gw0-f41.google.com ([74.125.83.41]) (using TLSv1) by na3sys009aob102.postini.com ([74.125.148.12]) with SMTP ID DSNKTnu3LVhIPwKSjA06SqETkBrmGITQP+Rt@postini.com; Thu, 22 Sep 2011 15:31:12 PDT Received: by mail-gw0-f41.google.com with SMTP id a12so4301784gwa.28 for ; Thu, 22 Sep 2011 15:31:09 -0700 (PDT) Received: by 10.236.180.73 with SMTP id i49mr17253834yhm.65.1316730669320; Thu, 22 Sep 2011 15:31:09 -0700 (PDT) Received: from localhost.localdomain (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id p20sm30867801ano.4.2011.09.22.15.31.05 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 15:31:08 -0700 (PDT) From: Mike Turquette To: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, jeremy.kerr@canonical.com, broonie@opensource.wolfsonmicro.com, tglx@linutronix.de, linus.walleij@stericsson.com, amit.kucheria@linaro.org, dsaxena@linaro.org, patches@linaro.org, linaro-dev@lists.linaro.org, paul@pwsan.com, grant.likely@secretlab.ca, sboyd@quiinc.com, shawn.guo@freescale.com, skannan@quicinc.com, magnus.damm@gmail.com, arnd.bergmann@linaro.org, linux@arm.linux.org.uk, eric.miao@linaro.org, richard.zhao@linaro.org Subject: [PATCH v2 7/7] x86: Enable generic clk API on x86 Date: Thu, 22 Sep 2011 15:27:02 -0700 Message-Id: <1316730422-20027-8-git-send-email-mturquette@ti.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1316730422-20027-1-git-send-email-mturquette@ti.com> References: <1316730422-20027-1-git-send-email-mturquette@ti.com> From: Mark Brown Enable the generic clk API on x86, enabling use of the API by drivers for x86 modules and also improving build coverage for clock API using devices. Signed-off-by: Mark Brown --- No change since v1 arch/x86/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6a47bb2..571b2c5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -73,6 +73,7 @@ config X86 select HAVE_BPF_JIT if (X86_64 && NET) select CLKEVT_I8253 select ARCH_HAVE_NMI_SAFE_CMPXCHG + select GENERIC_CLK config INSTRUCTION_DECODER def_bool (KPROBES || PERF_EVENTS)