Re: [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate

2015-06-18 Thread York Sun
Paul, Your review comments are very appreciated. On 06/18/2015 02:18 AM, Paul Bolle wrote: > York, > > On Wed, 2015-06-17 at 14:20 -0700, York Sun wrote: >> Drop linux-i2c mailing list. > > (Looking at MAINTAINERS suggests that, besides Michael, Stephen Boyd and > the linux-clk mailing list act

Re: [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate

2015-06-18 Thread Paul Bolle
York, On Wed, 2015-06-17 at 14:20 -0700, York Sun wrote: > Drop linux-i2c mailing list. (Looking at MAINTAINERS suggests that, besides Michael, Stephen Boyd and the linux-clk mailing list actually care about the COMMON CLK FRAMEWORK.) > Please review and tell me if this is a bad idea. You waite

Re: [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate

2015-06-17 Thread York Sun
Drop linux-i2c mailing list. Michael/Paul, Please review and tell me if this is a bad idea. I am working on a platform COMMON_CLK is not enabled. The clock I need is on a PCIe card. I don't think modify platform Kconfig is right. So modifying drivers/clk/Kconfig seems reasonable to me. York On

Re: [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate

2015-06-17 Thread York Sun
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

Re: [RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate

2015-06-17 Thread Wolfram Sang
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-of

[RFC] drivers/clk/Kconfig: Change COMMON_CLK to tristate

2015-06-17 Thread York Sun
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 CC: Paul Bolle CC: Mike Turquette --- drivers/clk/K