From patchwork Sat May 21 08:43:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 1576 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:15 -0000 Delivered-To: patches@linaro.org Received: by 10.224.54.134 with SMTP id q6cs8899qag; Sat, 21 May 2011 01:43:24 -0700 (PDT) Received: by 10.213.113.131 with SMTP id a3mr489561ebq.36.1305967403740; Sat, 21 May 2011 01:43:23 -0700 (PDT) Received: from eu1sys200aog117.obsmtp.com (eu1sys200aog117.obsmtp.com [207.126.144.143]) by mx.google.com with SMTP id y19si1977629eeh.52.2011.05.21.01.43.18 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 May 2011 01:43:22 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.143 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.143; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.143 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob117.postini.com ([207.126.147.11]) with SMTP ID DSNKTdd7JdUhZ1/gSlpyOIeh9oAKMTUSZKFH@postini.com; Sat, 21 May 2011 08:43:22 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id 390DE3B; Sat, 21 May 2011 08:43:16 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id CC65E48; Sat, 21 May 2011 08:43:15 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id AAC9DA8081; Sat, 21 May 2011 10:43:11 +0200 (CEST) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Sat, 21 May 2011 10:43:14 +0200 From: Linus Walleij To: Samuel Ortiz , Cc: Lee Jones , Linus Walleij , Arnd Bergmann Subject: [PATCH 12/13] cpufreq: make DB8500 cpufreq driver compile Date: Sat, 21 May 2011 10:43:12 +0200 Message-ID: <1305967392-16747-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.3.2 MIME-Version: 1.0 From: Linus Walleij Concluding interface update and movement of the driver by making the DB8500 cpufreq driver compile in the cpufreq subsystem. Cc: Arnd Bergmann Acked-by: Dave Jones Signed-off-by: Linus Walleij --- drivers/cpufreq/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index c7f1a6f..e2fc2d2 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile @@ -39,3 +39,5 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o ##################################################################################d +# ARM SoC drivers +obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o