linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate
@ 2015-06-17 19:01 York Sun
  2015-06-17 19:05 ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: York Sun @ 2015-06-17 19:01 UTC (permalink / raw)
  To: mturquette; +Cc: linux-kernel, linux-i2c, York Sun, Paul Bolle

COMMON_CLK has been a bool value, selected by the platforms who need
common clock framework. If a CCF driver is needed on an add-on device
such as PCIe card, COMMON_CLK can be selected individually as a
tristate value.

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Paul Bolle <pebolle@tiscali.nl>
CC: Mike Turquette <mturquette@baylibre.com>
---
 drivers/clk/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 32b2219..07f0b2f 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -10,7 +10,7 @@ config HAVE_MACH_CLKDEV
 	bool
 
 config COMMON_CLK
-	bool
+	tristate "Common Clock"
 	select HAVE_CLK_PREPARE
 	select CLKDEV_LOOKUP
 	select SRCU
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate
  2015-06-17 19:01 [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate York Sun
@ 2015-06-17 19:05 ` Wolfram Sang
  2015-06-17 19:15   ` York Sun
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfram Sang @ 2015-06-17 19:05 UTC (permalink / raw)
  To: York Sun; +Cc: mturquette, linux-kernel, linux-i2c, Paul Bolle

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

On Wed, Jun 17, 2015 at 12:01:47PM -0700, York Sun wrote:
> COMMON_CLK has been a bool value, selected by the platforms who need
> common clock framework. If a CCF driver is needed on an add-on device
> such as PCIe card, COMMON_CLK can be selected individually as a
> tristate value.
> 
> Signed-off-by: York Sun <yorksun@freescale.com>
> CC: Paul Bolle <pebolle@tiscali.nl>
> CC: Mike Turquette <mturquette@baylibre.com>

Why do you CC the I2C list for clk patches??


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate
  2015-06-17 19:05 ` Wolfram Sang
@ 2015-06-17 19:15   ` York Sun
  0 siblings, 0 replies; 3+ messages in thread
From: York Sun @ 2015-06-17 19:15 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: mturquette-rdvid1DuHRBWk0Htik3J/w,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA, Paul Bolle



On 06/17/2015 12:05 PM, Wolfram Sang wrote:
> On Wed, Jun 17, 2015 at 12:01:47PM -0700, York Sun wrote:
>> COMMON_CLK has been a bool value, selected by the platforms who need
>> common clock framework. If a CCF driver is needed on an add-on device
>> such as PCIe card, COMMON_CLK can be selected individually as a
>> tristate value.
>>
>> Signed-off-by: York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
>> CC: Paul Bolle <pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org>
>> CC: Mike Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
> 
> Why do you CC the I2C list for clk patches??
> 

My apology for CC the wrong list.
It was firstly introduced in this patch http://patchwork.ozlabs.org/patch/485088/.

York

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-17 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17 19:01 [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate York Sun
2015-06-17 19:05 ` Wolfram Sang
2015-06-17 19:15   ` York Sun

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).