All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Turquette <mturquette@linaro.org>
To: Stephen Boyd <sboyd@codeaurora.org>,
Cc: "Mike Looijmans" <mike.looijmans@topic.nl>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v4] Add TI CDCE925 I2C controlled clock synthesizer driver
Date: Wed, 03 Jun 2015 15:44:45 -0700	[thread overview]
Message-ID: <20150603224445.6017.77399@quantum> (raw)
In-Reply-To: <556F7FFE.4050102@codeaurora.org>

Quoting Stephen Boyd (2015-06-03 15:30:22)
> On 06/03/2015 03:25 PM, Michael Turquette wrote:
> > Quoting Mike Looijmans (2015-06-02 22:25:19)
> >> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> >> index 9897f35..1c31704 100644
> >> --- a/drivers/clk/Kconfig
> >> +++ b/drivers/clk/Kconfig
> >> @@ -78,6 +78,23 @@ config COMMON_CLK_SI570
> >>            This driver supports Silicon Labs 570/571/598/599 programma=
ble
> >>            clock generators.
> >>   =

> >> +config COMMON_CLK_CDCE925
> >> +       tristate "Clock driver for TI CDCE925 devices"
> >> +       depends on I2C
> >> +       depends on OF
> >> +       select REGMAP_I2C
> >> +       help
> >> +       ---help---
> =

> Why two helps?

Obviously to be extra helpful. In the spirit of such helpfulness I've
squashed the following diff into the patch:



diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 1dd4f9d..f2cfbe7 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -83,17 +83,10 @@ config COMMON_CLK_CDCE925
 	depends on I2C
 	depends on OF
 	select REGMAP_I2C
-	help
 	---help---
-	  This driver supports the TI CDCE925 programmable clock synthesizer.
-	  The chip contains two PLLs with spread-spectrum clocking support and
-	  five output dividers. The driver only supports the following setup,
-	  and uses a fixed setting for the output muxes.
-	  Y1 is derived from the input clock
-	  Y2 and Y3 derive from PLL1
-	  Y4 and Y5 derive from PLL2
-	  Given a target output frequency, the driver will set the PLL and
-	  divider to best approximate the desired output.
+	  This driver supports the TI CDCE925 programmable clock
+	  synthesizer.  The chip contains two PLLs with spread-spectrum
+	  clocking support and five output dividers.
 =

 config COMMON_CLK_S2MPS11
 	tristate "Clock driver for S2MPS1X/S5M8767 MFD"



Regards,
Mike

      reply	other threads:[~2015-06-03 22:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-01 10:13 [PATCH v3] Add TI CDCE925 I2C controlled clock synthesizer driver Mike Looijmans
2015-06-01 10:13 ` Mike Looijmans
2015-06-02  7:50 ` Paul Bolle
2015-06-02  8:39   ` Mike Looijmans
2015-06-02  8:39     ` Mike Looijmans
2015-06-02  8:39     ` Mike Looijmans
2015-06-02  8:43   ` Mike Looijmans
2015-06-02  8:43     ` Mike Looijmans
2015-06-02  8:43     ` Mike Looijmans
2015-06-02  9:07     ` Paul Bolle
2015-06-03  5:25 ` [PATCH v4] " Mike Looijmans
2015-06-03  5:25   ` Mike Looijmans
2015-06-03 22:25   ` Michael Turquette
2015-06-03 22:25     ` Michael Turquette
2015-06-03 22:25     ` Michael Turquette
2015-06-03 22:30     ` Stephen Boyd
2015-06-03 22:30       ` Stephen Boyd
2015-06-03 22:44       ` Michael Turquette [this message]

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=20150603224445.6017.77399@quantum \
    --to=mturquette@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mike.looijmans@topic.nl \
    --cc=sboyd@codeaurora.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.