From patchwork Sun May 15 23:38:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 1495 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:52:27 -0000 Delivered-To: patches@linaro.org Received: by 10.224.61.3 with SMTP id r3cs68667qah; Sun, 15 May 2011 16:38:43 -0700 (PDT) Received: by 10.223.24.134 with SMTP id v6mr506381fab.146.1305502722515; Sun, 15 May 2011 16:38:42 -0700 (PDT) Received: from mail.df.lth.se (mail.df.lth.se [194.47.250.12]) by mx.google.com with ESMTPS id p18si431022fak.90.2011.05.15.16.38.41 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 May 2011 16:38:42 -0700 (PDT) Received-SPF: pass (google.com: domain of triad@df.lth.se designates 194.47.250.12 as permitted sender) client-ip=194.47.250.12; Authentication-Results: mx.google.com; spf=pass (google.com: domain of triad@df.lth.se designates 194.47.250.12 as permitted sender) smtp.mail=triad@df.lth.se Received: from mer.df.lth.se (mer.df.lth.se [194.47.250.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.df.lth.se (Postfix) with ESMTPS id 8521D65D7C; Mon, 16 May 2011 01:38:41 +0200 (CEST) Received: from mer.df.lth.se (triad@localhost.localdomain [127.0.0.1]) by mer.df.lth.se (8.14.3/8.14.3/Debian-9.4) with ESMTP id p4FNcfq1000363; Mon, 16 May 2011 01:38:41 +0200 Received: (from triad@localhost) by mer.df.lth.se (8.14.3/8.14.3/Submit) id p4FNcfAl000361; Mon, 16 May 2011 01:38:41 +0200 From: Linus Walleij To: Samuel Ortiz , linux-kernel@vger.kernel.org Cc: Lee Jones , Linus Walleij , Arnd Bergmann , Dave Jones Subject: [PATCH 12/13] cpufreq: make DB8500 cpufreq driver compile Date: Mon, 16 May 2011 01:38:39 +0200 Message-Id: <1305502719-335-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.7.2.5 Concluding interface update and movement of the driver by making the DB8500 cpufreq driver compile in the cpufreq subsystem. Cc: Arnd Bergmann Cc: Dave Jones Signed-off-by: Linus Walleij --- drivers/cpufreq/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index 71fc3b4..fe8d488 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile @@ -13,3 +13,4 @@ obj-$(CONFIG_CPU_FREQ_GOV_CONSERVATIVE) += cpufreq_conservative.o # CPUfreq cross-arch helpers obj-$(CONFIG_CPU_FREQ_TABLE) += freq_table.o +obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o