linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chao Xie <xiechao.mail@gmail.com>
To: haojian.zhuang@gmail.com, mturquette@linaro.org,
	viresh.linux@gmail.com, s.hauer@pengutronix.de,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	chao.xie@marvell.com
Cc: Chao Xie <xiechao.mail@gmail.com>
Subject: [PATCH V4 5/5] arm: mmp: make all SOCs use common clock by default
Date: Fri, 17 Aug 2012 14:02:10 +0800	[thread overview]
Message-ID: <1345183330-20244-6-git-send-email-xiechao.mail@gmail.com> (raw)
In-Reply-To: <1345183330-20244-1-git-send-email-xiechao.mail@gmail.com>

From: Chao Xie <chao.xie@marvell.com>

Signed-off-by: Chao Xie <xiechao.mail@gmail.com>
---
 arch/arm/mach-mmp/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index 7fddd01..d697d07 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -108,18 +108,21 @@ endmenu
 config CPU_PXA168
 	bool
 	select CPU_MOHAWK
+	select COMMON_CLK
 	help
 	  Select code specific to PXA168
 
 config CPU_PXA910
 	bool
 	select CPU_MOHAWK
+	select COMMON_CLK
 	help
 	  Select code specific to PXA910
 
 config CPU_MMP2
 	bool
 	select CPU_PJ4
+	select COMMON_CLK
 	help
 	  Select code specific to MMP2. MMP2 is ARMv7 compatible.
 
-- 
1.7.0.4


  parent reply	other threads:[~2012-08-17  5:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-17  6:02 [PATCH v4 0/5] clk: mmp: add clock framework for mmp Chao Xie
2012-08-17  6:02 ` [PATCH V4 1/5] clk: mmp: add mmp specific clocks Chao Xie
2012-08-17 11:24   ` Arnd Bergmann
2012-08-17  6:02 ` [PATCH V4 2/5] clk: mmp: add clock definition for pxa168 Chao Xie
2012-08-17 11:34   ` Arnd Bergmann
2012-08-17 12:03     ` Chao Xie
2012-08-17 14:46       ` Arnd Bergmann
2012-08-17  6:02 ` [PATCH V4 3/5] clk: mmp: add clock definition for pxa910 Chao Xie
2012-08-17  6:02 ` [PATCH V4 4/5] clk: mmp: add clock definition for mmp2 Chao Xie
2012-08-17  6:02 ` Chao Xie [this message]
2012-08-17 11:25   ` [PATCH V4 5/5] arm: mmp: make all SOCs use common clock by default Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1345183330-20244-6-git-send-email-xiechao.mail@gmail.com \
    --to=xiechao.mail@gmail.com \
    --cc=arnd@arndb.de \
    --cc=chao.xie@marvell.com \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=s.hauer@pengutronix.de \
    --cc=viresh.linux@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).